commit | c07b7f701fb30d26112051e4ec737c7e3db72357 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 11 20:44:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 11 20:44:15 2020 +0200 |
tree | 03f08a9ee105be8c855e5c3c97b42e1c9d6fac6d | |
parent | 62cd26a2294b7a5eead7c145e9bbc7c75f3bb801 [diff] [blame] |
patch 8.2.1837: using "gn" after "gN" does not work Problem: Using "gn" after "gN" does not work. Solution: Extend the other end of the Visual area. (closes #7109)
diff --git a/src/version.c b/src/version.c index 9f5dbb0..035ab27 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1837, +/**/ 1836, /**/ 1835,