commit | da59dd5da6440c3410866ed61ce169a2012ba5bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 05 21:59:58 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 05 21:59:58 2016 +0100 |
tree | 2739ad79de57508efbe804c5dcb4d5aab673c9c7 | |
parent | 04bff88df6211f64731bf8f5afa088e94496db16 [diff] [blame] |
patch 7.4.1053 Problem: Insufficient testing for quickfix commands. Solution: Add a new style quickfix test. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index c4771ba..6cb4c8d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1053, +/**/ 1052, /**/ 1051,