]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4907: some users do not want a line comment always inserted v8.2.4907
authorBram Moolenaar <Bram@vim.org>
Sat, 7 May 2022 13:54:11 +0000 (14:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 May 2022 13:54:11 +0000 (14:54 +0100)
commit2bf875f881f7c6f6900bc0eb2a93a552db894109
tree43f3b1e70f88d05eeae1020899af539b23775846
parentaa04e1b0be343ff606e25a48d59bc057edcc6e87
patch 8.2.4907: some users do not want a line comment always inserted

Problem:    Some users do not want a line comment always inserted.
Solution:   Add the '/' flag to 'formatoptions' to not repeat the comment
            leader after a statement when using "o".
runtime/doc/change.txt
src/change.c
src/option.h
src/testdir/test_textformat.vim
src/version.c