On 2011-06-10 22:59 Ben Fritz wrote: > Try a filetype autocmd or something in the after/ftplugin directory. > You can either do it for every file type which sets it, or probably > more useful in your case, with a single autocmd: > > set cole=0 > au FileType * setl cole=0
Right, that did it. I had fiddled around with :au myself a little bit, but I didn't know about :setl and that seems to have done the trick. Thank you. -- 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
