comparison runtime/doc/syntax.txt @ 140:8ecb0db93e9a

updated for version 7.0045
author vimboss
date Thu, 27 Jan 2005 14:41:15 +0000
parents 125e80798a85
children 0e902b8f511f
comparison
equal deleted inserted replaced
139:a217baa06d43 140:8ecb0db93e9a
1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Dec 09 1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 Jan 26
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
629 c_comment_strings strings and numbers inside a comment 629 c_comment_strings strings and numbers inside a comment
630 c_space_errors trailing white space and spaces before a <Tab> 630 c_space_errors trailing white space and spaces before a <Tab>
631 c_no_trail_space_error ... but no trailing spaces 631 c_no_trail_space_error ... but no trailing spaces
632 c_no_tab_space_error ... but no spaces before a <Tab> 632 c_no_tab_space_error ... but no spaces before a <Tab>
633 c_no_bracket_error don't highlight {}; inside [] as errors 633 c_no_bracket_error don't highlight {}; inside [] as errors
634 c_no_curly_error don't highlight {}; inside [] and () as errors;
635 except { and } in first column
634 c_no_ansi don't do standard ANSI types and constants 636 c_no_ansi don't do standard ANSI types and constants
635 c_ansi_typedefs ... but do standard ANSI types 637 c_ansi_typedefs ... but do standard ANSI types
636 c_ansi_constants ... but do standard ANSI constants 638 c_ansi_constants ... but do standard ANSI constants
637 c_no_utf don't highlight \u and \U in strings 639 c_no_utf don't highlight \u and \U in strings
638 c_syntax_for_h use C syntax for *.h files, instead of C++ 640 c_syntax_for_h use C syntax for *.h files, instead of C++