commit | d7e5e9430ae192c76f1f03c3ac53fae823d94c33 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 07 16:54:52 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 07 16:54:52 2020 +0200 |
tree | fea9b36f54320f3ea69a4e346aa81fcab51b42f7 | |
parent | 4e2114e988f5d8635f2ad748be3cafcc44289138 [diff] [blame] |
patch 8.2.1810: some code in normal.c not covered by tests Problem: Some code in normal.c not covered by tests. Solution: Add normal mode tests. (Yegappan Lakshmanan, closes #7086)
diff --git a/src/version.c b/src/version.c index 9c4029f..140b3c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1810, +/**/ 1809, /**/ 1808,