comparison runtime/doc/usr_44.txt @ 236:4707450c2b33

updated for version 7.0066
author vimboss
date Fri, 15 Apr 2005 21:00:38 +0000
parents 3fc0f57ecb91
children 6beb2c667935
comparison
equal deleted inserted replaced
235:23d380e32c95 236:4707450c2b33
1 *usr_44.txt* For Vim version 7.0aa. Last change: 2002 Oct 10 1 *usr_44.txt* For Vim version 7.0aa. Last change: 2005 Apr 01
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Your own syntax highlighted 5 Your own syntax highlighted
6 6
548 548
549 :syntax sync ccomment minlines=10 maxlines=500 549 :syntax sync ccomment minlines=10 maxlines=500
550 550
551 If it cannot figure out where it is in that space, it starts looking farther 551 If it cannot figure out where it is in that space, it starts looking farther
552 and farther back until it figures out what to do. But it looks no farther 552 and farther back until it figures out what to do. But it looks no farther
553 back than 500 lines. (A large "maxlines" slows down processing. A small one 553 back than 500 lines. (A large "maxlines" slows down processing. A small one
554 might cause synchronization to fail.) 554 might cause synchronization to fail.)
555 To make synchronizing go a bit faster, tell Vim which syntax items can be 555 To make synchronizing go a bit faster, tell Vim which syntax items can be
556 skipped. Every match and region that only needs to be used when actually 556 skipped. Every match and region that only needs to be used when actually
557 displaying text can be given the "display" argument. 557 displaying text can be given the "display" argument.
558 By default, the comment to be found will be colored as part of the Comment 558 By default, the comment to be found will be colored as part of the Comment