diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-05 15:36:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-05 15:36:16 +0200 |
commit | d7ffc0ba8ccb039dd19b255368302d9bfe0e010b (patch) | |
tree | c807725e58064f976c5449610040c814151734fb /src/version.c | |
parent | 8d4ed11da635a1abe0ef2d795b4d48824c54d0e7 (diff) | |
download | vim-git-d7ffc0ba8ccb039dd19b255368302d9bfe0e010b.tar.gz |
patch 8.2.0511: Cscope code not fully testedv8.2.0511
Problem: Cscope code not fully tested.
Solution: Add more test cases. (Dominique Pelle, closes #5886)
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 122dcc881..076d032f6 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 511, +/**/ 510, /**/ 509, |