comparison runtime/doc/syntax.txt @ 632:b6632d553df3 v7.0182

updated for version 7.0182
author vimboss
date Thu, 19 Jan 2006 22:16:24 +0000
parents 81fe2ccc1207
children 2392a6da4aa4
comparison
equal deleted inserted replaced
631:68a196b7504d 632:b6632d553df3
1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 Dec 31 1 *syntax.txt* For Vim version 7.0aa. Last change: 2006 Jan 17
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1881 :let perl_fold = 1 1881 :let perl_fold = 1
1882 1882
1883 If you want to fold blocks in if statements, etc. as well set the following: > 1883 If you want to fold blocks in if statements, etc. as well set the following: >
1884 1884
1885 :let perl_fold_blocks = 1 1885 :let perl_fold_blocks = 1
1886
1887 To avoid folding packages or subs when perl_fold is let, let the appropriate
1888 variable(s): >
1889
1890 :unlet perl_nofold_packages
1891 :unlet perl_nofold_subs
1892
1886 1893
1887 1894
1888 PHP3 and PHP4 *php.vim* *php3.vim* *ft-php-syntax* *ft-php3-syntax* 1895 PHP3 and PHP4 *php.vim* *php3.vim* *ft-php-syntax* *ft-php3-syntax*
1889 1896
1890 [note: previously this was called "php3", but since it now also supports php4 1897 [note: previously this was called "php3", but since it now also supports php4