I recently turned on filetype plugin in my vimrc: :filetype plugin on
Currently, I have no filetype plugins installed in my .vim/ftplugin directory Now when I edit text files I find the following setting is enabled: comments=:# Is there any way to disable this auto-setting for text files? I don't want that particular feature, though I do hope to install some other filetype plugins. I found I can simply do ":set comments=" and I'm all set. But adding this to .vimrc, even after :filetype plugin on, doesn't work, it is still set to comments=:# Thanks, -Bob -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
