diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-26 13:27:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-26 13:27:16 +0200 |
commit | d66cdcd43a598825add743bc95642cd8ed705252 (patch) | |
tree | e022a883f1420b383d64ec8a74ee77c8769009e8 /src/version.c | |
parent | 7d40b8a532fa2ce768f200ab118870d17875a7fe (diff) | |
download | vim-git-8.2.1296.tar.gz |
patch 8.2.1296: some part of using 'smarcase' was not testedv8.2.1296
Problem: Some part of using 'smarcase' was not tested.
Solution: Add more tests. (Dominique Pellé, closes #6538)
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 fe9b78720..6a5f19951 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1296, +/**/ 1295, /**/ 1294, |