Open
Description
verbose set formatoptions?
formatoptions=cqmBj
Last set from ~/.vim/bundle/vim-sensible/plugin/sensible.vim line 89
Press ENTER or type command to continue
that 'm' is breaking strings at ",". for example:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa abc,def,abc,def, abc,def, abc,def,
broke to:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa abc,def,
abc,def, abc,def, abc,def,
even removing ',' in breakat
does not work.
so I guess "m" should not be default?
Metadata
Metadata
Assignees
Labels
No labels