summaryrefslogtreecommitdiffstats
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-07-04 16:43:17 +0200
committerBram Moolenaar <Bram@vim.org>2014-07-04 16:43:17 +0200
commit8bb1c3e53ef0ee259cfa5f9b3a3a91ec1fa90fb0 (patch)
treeafa4f7ec878974cdd044fb3029dbd96e66edeb88 /runtime/doc/syntax.txt
parent9f4fe7c4c3246d6fd1daa1c476c2a0686b905f15 (diff)
Updated runtime files. Overhauled HTML indent script.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index e68ad43791..35ea3ad7bc 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 7.4. Last change: 2014 Jun 03
+*syntax.txt* For Vim version 7.4. Last change: 2014 Jun 27
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1688,7 +1688,7 @@ vimrc file: >
HTML comments are rather special (see an HTML reference document for the
details), and the syntax coloring scheme will highlight all errors.
However, if you prefer to use the wrong style (starts with <!-- and
-ends with --!>) you can define >
+ends with -->) you can define >
:let html_wrong_comments=1
JavaScript and Visual Basic embedded inside HTML documents are highlighted as