Christian J. Robinson wrote: > vim -u NONE -U NONE -c 'set nocp' \ > -c 'syntax on' -c 'filetype plugin on' \ > -c 'help' -c 'set number' > > Whenever the cursor is positioned on the first (non-tab) character of > any line, it jumps to the very first column in the display (inside the > number column). > > This happens if you use 'foldcolumn' instead of 'number', or both at > the same time. > > This appears to be a problem with 'concealcursor', because when I set > it to an empty value the cursor behaves as expected.
Fixed. Next please! -- Permission is granted to read this message out aloud on Kings Cross Road, London, under the condition that the orator is properly dressed. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
