Frederic Hardy wrote: > Hello ! > > I have a problem with patch 274 about syntax highlighting. > > If i'm apply this patch, syntax highlighting become very very very slow > when i'm modifying text in the start of a large fold. > > My OS is FreeBSD 7.1-RELEASE-p9. > > My vim version (without patch 274) is VIM - Vi IMproved 7.2 (2008 Aug 9, > compiled Dec 30 2009 17:38:06) > Included patches: 1-6, 8-35, 37-48, 50-70, 73, 75-87, 90-92, 94-100, > 102-137, 139-149, 151-171, 173-190, 192-193, 195-203, 206-211, 213-215, > 217-218, 220-232, 234-246, 251-259, 261-2 > 73, 275-301, 303-319, 321-32
I'm using Vim-7.2.323 on Linux x86 and for me, going to line 24 in your file ogoUnitTest.php and doing cw command is instantaneous (24Gcw) Maybe we have different settings? It would be nice if you could give the minimal vimrc file which can reproduce the problem so we can run vim with the same settings using something like: vim -u minimal-vimrc -c 'norm 24Gcw' ogoUnitTest.php Also, several patches are missing in your build (7.2.007, 7.2.0036, 7.2.49, etc.) It seems that all missing patches are those flagged (extra). Not including all patches is not a good idea in my opinion. Not only you're missing bug fixes, but one patch may very well depend on an older missing patch. So unless you have a good reason for skipping patches, I would include all of them till latest version (currently 7.2.323) Cheers -- Dominique -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
