summaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-12-10 20:35:50 +0100
committerBram Moolenaar <bram@vim.org>2010-12-10 20:35:50 +0100
commit85600cb645610c3f01390e9dec514923324d941c (patch)
tree2765391ee4a42e0cc6e623cfca3ef1cf12295efe /runtime/doc/syntax.txt
parentc40b4da2fd3a0437e11c966c3c02c714e7d66a8e (diff)
downloadvim-85600cb645610c3f01390e9dec514923324d941c.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index ae1e08de..40a0f023 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 7.3. Last change: 2010 Oct 7
+*syntax.txt* For Vim version 7.3. Last change: 2010 Dec 08
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -901,8 +901,8 @@ line to your startup file: >
DOCBOOK *docbk.vim* *ft-docbk-syntax* *docbook*
-DOCBOOK XML *docbkxml.vim* *ft-docbkxml-syntax*
-DOCBOOK SGML *docbksgml.vim* *ft-docbksgml-syntax*
+DOCBOOK XML *docbkxml.vim* *ft-docbkxml-syntax*
+DOCBOOK SGML *docbksgml.vim* *ft-docbksgml-syntax*
There are two types of DocBook files: SGML and XML. To specify what type you
are using the "b:docbk_type" variable should be set. Vim does this for you