diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-03 16:05:41 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-03 16:05:41 +0200 |
commit | 1776a28e9c7fd0236927f14e9df807e524b30721 (patch) | |
tree | ffa905f50fc400ce511451cd23bea0a3524cec5c /src/version.c | |
parent | 2cb9f0253228478ec27265ff40f59c629874d695 (diff) | |
download | vim-git-1776a28e9c7fd0236927f14e9df807e524b30721.tar.gz |
patch 8.1.1252: not all mapping completion is testedv8.1.1252
Problem: Not all mapping completion is tested.
Solution: Add a few more mapping completion tests.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 13b35d57c..aa0d1e6ba 100644 --- a/src/version.c +++ b/src/version.c @@ -768,6 +768,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1252, +/**/ 1251, /**/ 1250, |