commit | d1ad99b65470d3e754f6a0588a6b0dc2214a1eab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 04 16:16:54 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 04 16:16:54 2020 +0200 |
tree | 60f1ea0b6ce94e479064b0067ad189a4bb1b5433 | |
parent | 1310660557470a669cc64b359e20666b116e5dbd [diff] [blame] |
patch 8.2.1799: some Normal mode commands not fully tested Problem: Some Normal mode commands not fully tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #7073)
diff --git a/src/version.c b/src/version.c index 58eb3d6..893e5eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1799, +/**/ 1798, /**/ 1797,