]> granicus.if.org Git - vim/commit
patch 8.2.4633: Visual range does not work before command modifiers v8.2.4633
authorBram Moolenaar <Bram@vim.org>
Sun, 27 Mar 2022 12:36:50 +0000 (13:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 27 Mar 2022 12:36:50 +0000 (13:36 +0100)
commitc75bca3ee955ff36ece99a42041733ddea5f45a7
treef162d3638e42976309fde9f6631b082100e93546
parentf3980dc5d0a5f873cf764b8ba3e567e42259e4e5
patch 8.2.4633: Visual range does not work before command modifiers

Problem:    Visual range does not work before command modifiers.
Solution:   Move Visual range to after command modifiers.
src/ex_docmd.c
src/testdir/test_source.vim
src/version.c