On Mon, Nov 22, 2010 at 1:09 PM, James Vega <[email protected]> wrote: > On Thu, Nov 18, 2010 at 6:07 PM, Christian Brabandt <[email protected]> > wrote: >> Here is another patch, including a basic test, that should address all >> the issues. I couldn't reproduce the highlighting problem, though. This >> seems to work ok for me now for the test cases I could imagine. > > This does seem to work better. I'm still seeing the highlighting > corruption with "set hls is". I seem to have found another problem the > patch introduces, though, as well as one that exists without the patch.
The patch also seems to break test24 and test71. ../vim -u unix.vim -U NONE --noplugin -s dotest.in test24.in 21,22c21,22 < x aaaaa xx a < x aaaaa xx a --- > xx aaaaa xx a > xx aaaaa xx a ../vim -u unix.vim -U NONE --noplugin -s dotest.in test71.in 4,6c4,6 < OK 1234567890123456789012345678901234567 < OK ine 2 foo bar blah < OK ine 3 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx --- > OK 01234567890123456789012345678901234567 > OK line 2 foo bar blah > OK line 3 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <[email protected]> -- 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
