vim CursorLineNr inconsistency on different terminals -


my cursorlinenr set colorscheme xoria256. when ssh different machine having same .vim/ directory (including colors, plugin) different behavior. seen in screenshot line number 9 colored on 1 terminal. have tried different color schemes colorlinenr set on 1 terminal. missing configuration? both machines have same .vimrc , .vim/* , support 256 color terminal.

thanks...

enter image description here enter image description here

as far can tell cursorlinenr not set within xoria256 colorscheme.

things try. updating vim both version @ same patch level. there might bug somewhere got fixed in 23 patches (or cursorlinenr added).

try following command in vim doesn't show cursorlinenr , see if turns on.

:hi cursorlinenr term=bold ctermfg=11 gui=bold guifg=yellow 

if go add xoria256 if don't mind modifying or add .vim/after/colorscheme/xoria256.vim


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -