Benjamin Fritz wrote: > I brought these up initially in another thread but I'm posting a new > one so it doesn't get lost in the shuffle. And I said I'd try to > reproduce it from the latest update and without my .vimrc. > > I'm running the latest version of Vim 7.3 on Windows XP, compiled > myself with MinGW from changeset acfb7eddf13c (Update TeX syntax > file). > > Using the attached test.vim script, I start Vim with: > > gvim -N -u NONE -i NONE test.vim -c "source %" > > I see mostly what I would expect, but the line that matches the > "concealends" syntax rule is missing the listchars replacement for the > first concealed end. See conceal_bug_start.png. > > Now, I press 'j' several times to move past all the comment lines, and > see the two wholly concealed lines disappear entirely from view, > without even the cchar replacement character. See conceal_bug_end.png. > > Now, I can use :redraw! (with the '!') to restore Vim back to the > state I started with. Moving the cursor over the concealed lines > repeats the process.
I have fixed this now. Please check for any remaining problems. -- If you don't get everything you want, think of everything you didn't get and don't want. /// 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
