Thank you, that was it.
[EMAIL PROTECTED] <~> cat .vim/after/ftplugin/debchangelog.vim
set foldmethod=marker
set foldmethod=manual
Does exactly what I want. I'm marking this as 'rejected'; although I'm
not sure whether I agree with overriding this kind of ~/.vimrc settings,
this is clearly not a
Thanks for the report.
This is probably because the debchangelog.vim filetype plugin folds
entries in changelogs.
Try this in your vimrc to verify that this is the case:
filetype plugin off
If this is the case, be sure to post here to let us know and just change your
settings accordingly.
:he f