commit | 1ed2276fd50f34e824eeae93d5a5ebfdf118be26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 28 18:03:44 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 28 18:03:44 2017 +0100 |
tree | 6a133b2b6fea42df6ea40cb2844951e3f9ab1a9a | |
parent | f38c86eb6b665d9fcd3d232820a48198eccac376 [diff] [blame] |
patch 8.0.1353: QuickFixCmdPost is not used consistently Problem: QuickFixCmdPost is not used consistently. Solution: Invoke QuickFixCmdPost consistently after QuickFixCmdPre. (Yegappan Lakshmanan, closes #2377)
diff --git a/src/version.c b/src/version.c index da4ad06..f29d449 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1353, +/**/ 1352, /**/ 1351,