comparison runtime/doc/syntax.txt @ 26:404aac550f35 v7.0017

updated for version 7.0017
author vimboss
date Thu, 07 Oct 2004 21:02:47 +0000
parents 8ff7fd162d3c
children ac33b7c03fac
comparison
equal deleted inserted replaced
25:8cde1a064c7c 26:404aac550f35
1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Sep 13 1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Sep 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1797 1797
1798 If you do not want complex things like '@{${"foo"}}' to be parsed: > 1798 If you do not want complex things like '@{${"foo"}}' to be parsed: >
1799 1799
1800 :let perl_no_extended_vars = 1 1800 :let perl_no_extended_vars = 1
1801 1801
1802 {In Vim 6.x it was the other way around: "perl_extended_vars" enabled it.) 1802 (In Vim 6.x it was the other way around: "perl_extended_vars" enabled it.)
1803 1803
1804 The coloring strings can be changed. By default strings and qq friends will be 1804 The coloring strings can be changed. By default strings and qq friends will be
1805 highlighted like the first line. If you set the variable 1805 highlighted like the first line. If you set the variable
1806 perl_string_as_statement, it will be highlighted as in the second line. 1806 perl_string_as_statement, it will be highlighted as in the second line.
1807 1807