Can't suppress autofolding for php files

2010-08-03 Thread Tim Johnson
I have just started working with php, so I have no previous experience as a metric. I have downloaded and installed piv.vim. I have the following in my .vimrc: let g:DisableAutoPHPFolding = 1 Yet, vim insists on automatically folding php functions. I hate this feature, it is very annoying. How

Re: Can't suppress autofolding for php files

2010-08-03 Thread Tim Johnson
* Tim Johnson t...@johnsons-web.com [100803 17:12]: I have just started working with php, so I have no previous experience as a metric. I have downloaded and installed piv.vim. I have the following in my .vimrc: let g:DisableAutoPHPFolding = 1 Yet, vim insists on automatically folding php

Re: Can't suppress autofolding for php files

2010-08-03 Thread bill lam
Втр, 03 Авг 2010, Tim Johnson писал(а): * Tim Johnson t...@johnsons-web.com [100803 17:12]: I have just started working with php, so I have no previous experience as a metric. I have downloaded and installed piv.vim. I have the following in my .vimrc: let g:DisableAutoPHPFolding = 1

Re: Can't suppress autofolding for php files

2010-08-03 Thread Gary Johnson
On 2010-08-03, Tim Johnson wrote: * Tim Johnson t...@johnsons-web.com [100803 17:12]: I have just started working with php, so I have no previous experience as a metric. I have downloaded and installed piv.vim. I have the following in my .vimrc: let g:DisableAutoPHPFolding = 1 Yet,

Re: Can't suppress autofolding for php files

2010-08-03 Thread Tim Johnson
* Gary Johnson garyj...@spocom.com [100803 18:40]: On 2010-08-03, Tim Johnson wrote: To have just PHP files open with folds open, put this in ~/.vim/after/ftplugin/php.vim: setlocal foldlevel=99 Thanks Gary I *think* that fixed it. I am qualifying the results because: