Hi Donald! On Di, 23 Dez 2014, Donald Allen wrote:
> On Mon, Dec 22, 2014 at 3:20 PM, Donald Allen <[email protected]> wrote: > > I am trying to turn off auto-commenting, completely without success. I > > am running vim 7.4.540 on an up-to-date Arch Linux system. My .vimrc: […] > > 6 autocmd FileType * setlocal formatoptions-=c formatoptions-=r > > formatoptions-=o […] > > 15 filetype plugin on > > The above is the culprit. It must precede the autocmd to turn off the > commenting options, because it apparently un-does what the autocmd > tries to accomplish. Try to switch order. It could be, that your FileType autocommand runs to early and the filetype plugin resets it afterwards (and autocommands usually run in the order in which they are defined). Mit freundlichen Grüßen Christian -- Alle rannten weg vorm Guru, nur nicht Schmidt, der ging mit. -- -- You received this message from the "vim_dev" 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_dev" 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.
