commit | a9173d06f7ca320fc84f4ffa993861d21710bc41 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Mon Oct 11 20:26:55 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 11 20:26:55 2021 +0100 |
tree | 0f1d1970ac4009ebec4151ff156747a12e57360c | |
parent | a5d4f3b09d25006f7bc988d618152bd34177a579 [diff] [blame] |
patch 8.2.3497: put test fails when run by itself Problem: Put test fails when run by itself. Solution: Source check.vim. (Dominique Pellé, closes #8990)
diff --git a/src/version.c b/src/version.c index 8a97806..c360692 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3497, +/**/ 3496, /**/ 3495,