]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1293: comment plugin does not handle 'exclusive' selection for comment... v9.1.1293
authorMaxim Kim <habamax@gmail.com>
Sat, 12 Apr 2025 09:34:08 +0000 (11:34 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 12 Apr 2025 09:34:08 +0000 (11:34 +0200)
commit0e59e67a63ed4abe0627a5ccf74763bdaece74ab
treebe39c35181d01a6f720c1024c52425cc8bbd1ec5
parentc8ce81b0dcaddefc65e3d445c92c9e0253bd9173
patch 9.1.1293: comment plugin does not handle 'exclusive' selection for comment object

Problem:  comment plugin does not handle 'exclusive' selection for
          comment object (@mawkish)
Solution: handle special case selection='exclusive' for inline comment
          object (Maxim Kim)

fixes: #17023
closes: #17098

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