diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-19 22:16:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-19 22:16:24 +0000 |
commit | 8ada17c4d9d783b370d081c2a947ea1350cc8338 (patch) | |
tree | 47f3570cfefb2433a4dda01a32fb11316cf9f5bc /runtime/doc/syntax.txt | |
parent | 05a7bb363b6ae132b7f2550be1a588e481a5dfa3 (diff) | |
download | vim-git-8ada17c4d9d783b370d081c2a947ea1350cc8338.tar.gz |
updated for version 7.0182v7.0182
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 2ded3f2eb..4b27b68f7 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 7.0aa. Last change: 2005 Dec 31 +*syntax.txt* For Vim version 7.0aa. Last change: 2006 Jan 17 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1884,6 +1884,13 @@ If you want to fold blocks in if statements, etc. as well set the following: > :let perl_fold_blocks = 1 +To avoid folding packages or subs when perl_fold is let, let the appropriate +variable(s): > + + :unlet perl_nofold_packages + :unlet perl_nofold_subs + + PHP3 and PHP4 *php.vim* *php3.vim* *ft-php-syntax* *ft-php3-syntax* |