commit | 1e1f612bd42085becb2208b9a95ed3ed0d272ee8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 11:19:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 11:19:11 2020 +0200 |
tree | c97e3e3846123551ddaceae8804d0191d46babca | |
parent | b6e4e4c6f7b4f7eadcc4c2397bfa57e0734e005f [diff] [blame] |
patch 8.2.1217: startup test depends on random source file Problem: Startup test depends on random source file. Solution: Write a test file to find quickfix errors in.
diff --git a/src/version.c b/src/version.c index 7b310e9..42e6f79d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1217, +/**/ 1216, /**/ 1215,