commit | 4ac97f476157ee0a3600e90f79f04813c418c172 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 19:11:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 19:11:03 2020 +0200 |
tree | 0f2f3a20e5f10af616fe4fa41a18485446fcf923 | |
parent | 32f335f75c5860baa452144f63ab7a4a3dd83134 [diff] [blame] |
patch 8.2.1448: test 77a for VMS depends on small.vim which does not exist Problem: Test 77a for VMS depends on small.vim which does not exist. Solution: Use the 'silent while 0" trick. (issue #6696)
diff --git a/src/version.c b/src/version.c index 11dd396..e9bf1b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1448, +/**/ 1447, /**/ 1446,