8000 formatoptions=cqmBj · Issue #194 · tpope/vim-sensible · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
formatoptions=cqmBj #194
Open
Open
@pinggit

Description

@pinggit

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0