comparison runtime/doc/syntax.txt @ 5968:92751673cc37

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 12 Jun 2014 21:46:14 +0200
parents 755931e042e4
children b8f703a4e55f
comparison
equal deleted inserted replaced
5967:8260cb71c7dc 5968:92751673cc37
1 *syntax.txt* For Vim version 7.4. Last change: 2014 Apr 05 1 *syntax.txt* For Vim version 7.4. Last change: 2014 Jun 03
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2277 to have the added complexity of highlighting POD embedded within Perl 2277 to have the added complexity of highlighting POD embedded within Perl
2278 files, you may set the 'perl_include_pod' option to 0: > 2278 files, you may set the 'perl_include_pod' option to 0: >
2279 2279
2280 :let perl_include_pod = 0 2280 :let perl_include_pod = 0
2281 2281
2282 The reduce the complexity of parsing (and increase performance) you can switch 2282 To reduce the complexity of parsing (and increase performance) you can switch
2283 off two elements in the parsing of variable names and contents. > 2283 off two elements in the parsing of variable names and contents. >
2284 2284
2285 To handle package references in variable and function names not differently 2285 To handle package references in variable and function names not differently
2286 from the rest of the name (like 'PkgName::' in '$PkgName::VarName'): > 2286 from the rest of the name (like 'PkgName::' in '$PkgName::VarName'): >
2287 2287