commit | 8a9bc95eaec53f4e0c951ff8f2686ae5113a5709 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 02 18:48:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 02 18:48:07 2020 +0200 |
tree | e4c87fcdb5bdeeccd51d7f7112a96199c4b5136f | |
parent | 3f974ff45e0ea4b85fea7d8768f005d8a2c7941e [diff] [blame] |
patch 8.2.1786: various Normal mode commands not fully tested Problem: Various Normal mode commands not fully tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #7059)
diff --git a/src/version.c b/src/version.c index 8f0fac9..7f528b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1786, +/**/ 1785, /**/ 1784,