commit | 8485be4e49ed6c157d7349920992643fd1ab5c3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 23 16:36:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 23 16:36:05 2019 +0200 |
tree | 7c4c0ab3fdd3500ca5ad599d9e2abefdb7ca8746 | |
parent | 958eabe5e53673fc39186432ff98b3656663beeb [diff] [blame] |
patch 8.1.1199: no test for :abclear Problem: No test for :abclear. Solution: Add a test. (Dominique Pelle, closes #4292)
diff --git a/src/version.c b/src/version.c index 48e8d99..d3635b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1199, +/**/ 1198, /**/ 1197,