diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-06 21:46:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-06 21:46:15 +0200 |
commit | 5ec849896f73c82030e4a59377361d0f93c6476f (patch) | |
tree | ba7769624e8beff1cf60345aa3a581af287186f4 /src/version.c | |
parent | 196b4664432f932625cfb6371dc42c24efe6c203 (diff) | |
download | vim-git-5ec849896f73c82030e4a59377361d0f93c6476f.tar.gz |
patch 8.1.1994: MS-Windows: cannot build with eval but without cscopev8.1.1994
Problem: MS-Windows: cannot build with eval but without cscope
Solution: Adjust the makefiles to always build if_cscope.obj.
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 05e882908..88e079126 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1994, +/**/ 1993, /**/ 1992, |