summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-12 22:54:35 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-12 22:54:35 +0200
commit0952131376a517fc12dc5ae908a97018b4ee23f0 (patch)
tree937cfa4e0fd89164703af30695387707b4897e42 /runtime/doc/syntax.txt
parentb5ae48e9ffd3b8eb6ca4057de11f1bddcde8ce6f (diff)
downloadvim-git-0952131376a517fc12dc5ae908a97018b4ee23f0.tar.gz
Updated runtime files.
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 20af7ce59..68d860a25 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 7.4. Last change: 2016 May 28
+*syntax.txt* For Vim version 7.4. Last change: 2016 Aug 10
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -949,6 +949,8 @@ Variable Highlight ~
*c_no_bracket_error* don't highlight {}; inside [] as errors
*c_no_curly_error* don't highlight {}; inside [] and () as errors;
except { and } in first column
+ Default is to highlight them, otherwise you
+ can't spot a missing ")".
*c_curly_error* highlight a missing }; this forces syncing from the
start of the file, can be slow
*c_no_ansi* don't do standard ANSI types and constants