Hi
I notice that the cursorcolumn is not highlighted beyond the end
of the lines when using 'set rightleft'. Also, cursorcolumn is
highlighted in the wrong column in folds:
Steps to reproduce:
$ cd vim/src
$ vim -u NONE -c 'set cuc rl fdm=marker' \
-c 'hi CursorColumn ctermbg=red' -c 'norm 3l' fold.c
The same kind of bug happens also with 'colorcolumn':
$ vim -u NONE -c 'set cc=10 rl fdm=marker' fold.c
See screenshots at:
http://dominique.pelle.free.fr/pic/vim-cuc-rightleft.png
http://dominique.pelle.free.fr/pic/vim-cc=10-rightleft.png
-- Dominique
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php