commit | c75bca3ee955ff36ece99a42041733ddea5f45a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 13:36:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 13:36:50 2022 +0100 |
tree | f162d3638e42976309fde9f6631b082100e93546 | |
parent | f3980dc5d0a5f873cf764b8ba3e567e42259e4e5 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 962fa0b..169468b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4633, +/**/ 4632, /**/ 4631,