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...
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
Post a Comment