03-03-2009 Markus Heidelberg <[email protected]>: > > when searching for the EOL ($) and 'hlsearch' is set, it doesn't get > properly highlighted, if the EOL is in the same column as the cursor is > placed after the first match. > [...] > > Markus
I have a similar one: $ vim -u NONE -U NONE -N -c 'set hls cul' -c 'normal iaa^Mab^Mac^[/^a.*$\na.*' When you move the cursor to line 1, lines 1 and 2 are (correctly) highlighted. When you move the cursor to line 2, line 3 gets highlighted. Reproduced on Vim 7.1.138, 7.2.127. -- Cheers, Lech --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
