commit | 38df43bd13a2498cc96b3ddd9a20dd75126bd171 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 21:41:12 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 21:41:12 2016 +0200 |
tree | 504438d6a2b1a0d13a71545a4082a5f6e3c66bf8 | |
parent | ad5ca9bc1e7145474adb082775a805f1731e9e37 [diff] [blame] |
patch 7.4.1949 Problem: Minor problems with the quickfix code. Solution: Fix the problems. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 72f4c01..a99c93f 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1949, +/**/ 1948, /**/ 1947,