So, this hasn't gotten a lot of traction. Clearly it's a controversial issue, maybe we can ignore all the thorny questions about the other options for now and just focus on the fo-=t part first?
Can we agree that every standard ftplugin should have setlocal formatoptions-=t ? I should be able to enable 'textwidth' to get a colorcolumn without bizarre side-effects. The only filetypes I've encountered so far that could be the exceptions are * text (where any space indeed can become a newline without breaking semantics) * gitcommit (where some buffer contents are structured but any text inserted is plaintext safe to wrap) * possibly markdown (very lightly-structured text, auto-wrapping is rarely a problem) David On Tuesday, October 1, 2013 2:17:56 PM UTC-7, guns wrote: > On Mon 30 Sep 2013 at 07:27:13PM +0200, glts wrote: > > > > > If there is an agreement that the "+=croql" setting doesn't really > > > belong in a core ftplugin, I'll remove it from the one I maintain. > > > Hopefully others feel the same way: please speak up. > > > > As the maintainer of the Clojure filetype, I will happily remove +=croql > > from our ftplugin so long as I can redirect any bug reports to a post > > from Bram, or a thread like this expressing consensus. > > > > If I were the original author of the file, I would have avoided > > adding it in the first place as I myself have Gary Johnson's 'fo-=o' > > autocommand in my vimrc. > > > > In anticipation of this change I am submitting a patch that removes > > fo+=croql from ftplugin/clojure.vim, along with a tiny bugfix to the > > syntax file that did not make it into the last runtime files update. > > > > Sung Pae -- -- 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/groups/opt_out.
