Using a recent version of the vim73 repo (e037ee8598b3), the below steps show some display corruption.
>From Vim's source directory, use the attached test.vim as follows and perform a search for "text" -- /text<CR>. $ vim -u test.vim -N runtime/syntax/tex.vim Namely, the cursor is displayed in an incorrect position but 'ga' does show that it is on the 't' from "texTypeSize". Also, the search causes a fold to open and remnants of the 'foldtext' is still displayed. ":redraw!" will clear the remnants of the 'foldtext' but the other display corruption still exists. Issuing ":set list!" to toggle the list characters on and off will show that the cursor is at the start of the match, as expected, and that enabling 'list' changes the display of items other than those being covered by 'list'. For example, some of the groups listed in the contains list for texCmdGroup get garbled when 'list' is enabled. So far, I've only been able to reproduce this when viewing the tex syntax file. -- 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
test.vim
Description: Binary data
