comparison runtime/doc/syntax.txt @ 846:db44f7b81373 v7.0f03

updated for version 7.0f03
author vimboss
date Thu, 27 Apr 2006 21:47:44 +0000
parents d3bbb5dd3913
children 8cd729851562
comparison
equal deleted inserted replaced
845:0fe7765dcb8e 846:db44f7b81373
1 *syntax.txt* For Vim version 7.0f. Last change: 2006 Apr 26 1 *syntax.txt* For Vim version 7.0f. Last change: 2006 Apr 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2651 tcl. 2651 tcl.
2652 2652
2653 g:vimembedscript == 0 Syntax highlighting for embedded 2653 g:vimembedscript == 0 Syntax highlighting for embedded
2654 scripting languages will not be 2654 scripting languages will not be
2655 loaded. 2655 loaded.
2656
2657 Not all error highlighting that syntax/vim.vim does may be correct; VimL is a
2658 difficult language to highlight correctly. A way to suppress error
2659 highlighting is to put: >
2660
2661 let g:vimsyntax_noerror = 1
2662
2663 in your |vimrc|.
2656 2664
2657 2665
2658 XF86CONFIG *xf86conf.vim* *ft-xf86conf-syntax* 2666 XF86CONFIG *xf86conf.vim* *ft-xf86conf-syntax*
2659 2667
2660 The syntax of XF86Config file differs in XFree86 v3.x and v4.x. Both 2668 The syntax of XF86Config file differs in XFree86 v3.x and v4.x. Both