There is something I'm not understanding about this: if I write this
in my .vimrc file

  au BufNewFile,BufRead *.php let php_folding=1 | set foldlevel=1

then php folding works fine, but if I put this two lines in
ftplugin/php.vim or after/ftplugin/php.vim

  set foldlevel=1
  let php_folding=1

then the folding doesn't work. What's the actual difference between
the two methods?

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to