[Bug 72051] Re: foldmethod is overriden somehow in /etc/vim/vimrc

2006-12-16 Thread Stijn Hoop
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

[Bug 72051] Re: foldmethod is overriden somehow in /etc/vim/vimrc

2006-12-15 Thread Jason Ribeiro
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