commit | bdd2c290d3cda69e0046c42f0c651f60bc510a16 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 22 21:34:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 22 21:34:30 2020 +0200 |
tree | b95a39fc279dd0629e7d48a49174f83e9db35639 | |
parent | 25fd2672875351ff56a925284a03a900081f70c0 [diff] [blame] |
patch 8.2.1040: not enough testing for movement commands Problem: Not enough testing for movement commands. Solution: Add more tests. (Yegappan Lakshmanan, closes #6313)
diff --git a/src/version.c b/src/version.c index d6ed2cd..de54b21 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1040, +/**/ 1039, /**/ 1038,