summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-04-24 19:47:27 +0000
committervimboss <devnull@localhost>2006-04-24 19:47:27 +0000
commitc308e93010ea2a31a961f4dec8cd965609c7e7c9 (patch)
treeec493a8fec62c31f9fe21993c4907bf1c1f290cd /runtime/doc/syntax.txt
parent05da52e9ec12d04278f3dd01188c69997676333c (diff)
downloadvim-c308e93010ea2a31a961f4dec8cd965609c7e7c9.tar.gz
updated for version 7.0fv7.0fv7-0f
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 0df62419..c1b517f1 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 7.0e. Last change: 2006 Apr 20
+*syntax.txt* For Vim version 7.0f. Last change: 2006 Apr 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -648,6 +648,8 @@ c_no_c99 don't highlight C99 standard items
When 'foldmethod' is set to "syntax" then /* */ comments and { } blocks will
become a fold. If you don't want comments to become a fold use: >
:let c_no_comment_fold = 1
+"#if 0" blocks are also folded, unless: >
+ :let c_no_if0_fold = 1
If you notice highlighting errors while scrolling backwards, which are fixed
when redrawing with CTRL-L, try setting the "c_minlines" internal variable