diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-15 17:11:37 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-15 17:11:37 +0200 |
commit | a6aa78a3e3433db42b8ab644dab7cd327f6d9499 (patch) | |
tree | 330aa2213ad3deb6da994c7db8aa4e77aeebce53 /src | |
parent | 321efdd77a7b9ac11ade90dd7634b5d37f4820fe (diff) | |
download | vim-a6aa78a3e3433db42b8ab644dab7cd327f6d9499.zip |
patch 7.4.2040
Problem: New files missing from distribution.
Solution: Add new test scripts.
Diffstat (limited to 'src')
-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 6c6d39e7e..9baf99e50 100644 --- a/src/version.c +++ b/src/version.c @@ -759,6 +759,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2040, +/**/ 2039, /**/ 2038, |