commit | 1501b63f8dedbd15ee5bfd9a177e558ffdf0673a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 16:56:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 16:56:21 2022 +0100 |
tree | 6abd9ce1bc52fa61e39614a2e47b8f819d753946 | |
parent | 501f978288008c2e4e8761858af2e27b14223afd [diff] [blame] |
patch 8.2.4636: not using Visual range Problem: Not using Visual range. Solution: Put the command pointer back to the range.
diff --git a/src/version.c b/src/version.c index 2ab46bb..c4caa53 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4636, +/**/ 4635, /**/ 4634,