]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1229: the comment plugin can be improved v9.1.1229
authorMaxim Kim <habamax@gmail.com>
Fri, 21 Mar 2025 17:02:56 +0000 (18:02 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 21 Mar 2025 17:04:37 +0000 (18:04 +0100)
commit9712a2534f3fabead9fa1c88a11179ded96b43ee
treec366a8ee3940ecde977158fbbbf1537bf12a2921
parent51a06ecee06096672b2f10fc6cd76bd8f6dfe8c9
patch 9.1.1229: the comment plugin can be improved

Problem:  the comment plugin can be improved
Solution: add comment text objects "ic" and "ac"
          (Maxim Kim)

closes: #16938

Signed-off-by: Maxim Kim <habamax@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/pack/dist/opt/comment/autoload/comment.vim
runtime/pack/dist/opt/comment/doc/comment.txt
runtime/pack/dist/opt/comment/doc/tags
runtime/pack/dist/opt/comment/plugin/comment.vim
src/testdir/test_plugin_comment.vim
src/version.c