commit | 6ecf58b0d7d9b8fbba780d19d2e6c0f227df715b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 16 10:05:41 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 16 10:05:41 2021 +0000 |
tree | 3fc653a67501070d0672e4c0e073f99610e35aa1 | |
parent | 2d877599ee1cede063ef4abe3a2272e67c116238 [diff] [blame] |
patch 8.2.3823: test for visual replace is in wrong function Problem: Test for visual replace is in wrong function. Solution: Move it to another function.
diff --git a/src/version.c b/src/version.c index 7467b7c..0e7a67d 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3823, +/**/ 3822, /**/ 3821,