comparison runtime/doc/syntax.txt @ 15:631143ac4a01 v7.0007

updated for version 7.0007
author vimboss
date Sat, 10 Jul 2004 09:47:34 +0000
parents bdeee1504ac1
children 9be87deaeb52
comparison
equal deleted inserted replaced
14:946da5994c01 15:631143ac4a01
1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Jul 01 1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Jul 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
810 extensions to the Command Interpreter introduced with Windows 2000 and 810 extensions to the Command Interpreter introduced with Windows 2000 and
811 is controlled by the variable dosbatch_cmdextversion. For Windows NT 811 is controlled by the variable dosbatch_cmdextversion. For Windows NT
812 this should have the value 1, and for Windows 2000 it should be 2. 812 this should have the value 1, and for Windows 2000 it should be 2.
813 Select the version you want with the following line: > 813 Select the version you want with the following line: >
814 814
815 :let dosbatch_cmdextversion = 1 815 :let dosbatch_cmdextversion = 1
816 816
817 If this variable is not defined it defaults to a value of 2 to support 817 If this variable is not defined it defaults to a value of 2 to support
818 Windows 2000. 818 Windows 2000.
819
820 A second option covers whether *.btm files should be detected as type
821 "dosbatch" (MS-DOS batch files) or type "btm" (4DOS batch files). The latter
822 is used by default. You may select the former with the following line: >
823
824 :let g:dosbatch_syntax_for_btm = 1
825
826 If this variable is undefined or zero, btm syntax is selected.
827
819 828
820 829
821 DTD *dtd.vim* *dtd-syntax* 830 DTD *dtd.vim* *dtd-syntax*
822 831
823 The DTD syntax highlighting is case sensitive by default. To disable 832 The DTD syntax highlighting is case sensitive by default. To disable