diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-10-12 17:52:42 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-10-12 17:52:42 +0200 |
| commit | 3e8474dd50f64c998bb665ce852f584a58dede6b (patch) | |
| tree | 912cd7f7d24358c82ae052aa060742232b6a017b /src/version.c | |
| parent | e8ef3a093453b73594e15462d4de50b011c8ba66 (diff) | |
| download | vim-git-3e8474dd50f64c998bb665ce852f584a58dede6b.tar.gz | |
patch 8.0.0032v8.0.0032
Problem: Tests may change the input file when something goes wrong.
Solution: Avoid writing the input file.
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 39662f63e..6fee4abf7 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 32, +/**/ 31, /**/ 30, |
