diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-02-06 22:41:16 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-02-06 22:41:16 +0100 |
commit | c2a4b35b86fa8b28a34a9aea8ad16c87dbc6d834 (patch) | |
tree | 7d8b62805434167e01198f61b8c1a293e487f411 /src/version.c | |
parent | 04d0522046e79d0e13c1317ad34bf228722ec728 (diff) | |
download | vim-git-c2a4b35b86fa8b28a34a9aea8ad16c87dbc6d834.tar.gz |
patch 8.2.0227: compiling a few instructions not testedv8.2.0227
Problem: Compiling a few instructions not tested.
Solution: Add more test cases.
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 4b03add2a..82f1003be 100644 --- a/src/version.c +++ b/src/version.c @@ -743,6 +743,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 227, +/**/ 226, /**/ 225, |