comparison runtime/doc/syntax.txt @ 2662:916c90b37ea9

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 10 Dec 2010 20:35:50 +0100
parents 840c3cadb842
children 85c5a72551e2
comparison
equal deleted inserted replaced
2661:a03f7551bacc 2662:916c90b37ea9
1 *syntax.txt* For Vim version 7.3. Last change: 2010 Oct 7 1 *syntax.txt* For Vim version 7.3. Last change: 2010 Dec 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
899 line to your startup file: > 899 line to your startup file: >
900 let dircolors_is_slackware = 1 900 let dircolors_is_slackware = 1
901 901
902 902
903 DOCBOOK *docbk.vim* *ft-docbk-syntax* *docbook* 903 DOCBOOK *docbk.vim* *ft-docbk-syntax* *docbook*
904 DOCBOOK XML *docbkxml.vim* *ft-docbkxml-syntax* 904 DOCBOOK XML *docbkxml.vim* *ft-docbkxml-syntax*
905 DOCBOOK SGML *docbksgml.vim* *ft-docbksgml-syntax* 905 DOCBOOK SGML *docbksgml.vim* *ft-docbksgml-syntax*
906 906
907 There are two types of DocBook files: SGML and XML. To specify what type you 907 There are two types of DocBook files: SGML and XML. To specify what type you
908 are using the "b:docbk_type" variable should be set. Vim does this for you 908 are using the "b:docbk_type" variable should be set. Vim does this for you
909 automatically if it can recognize the type. When Vim can't guess it the type 909 automatically if it can recognize the type. When Vim can't guess it the type
910 defaults to XML. 910 defaults to XML.