commit | 55b6926450d75788dada3ff44a35e328224df758 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 13:42:01 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 13:42:01 2017 +0200 |
tree | 25029102fcfd1b0211dfb407eedd3e0dfa57facf | |
parent | 3d9bdfebf1a8c1eec1c3e1cff6fbb60b3d98f02a [diff] [blame] |
patch 8.0.0922: quickfix list always added after current one Problem: Quickfix list always added after current one. Solution: Make it possible to add a quickfix list after the last one. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 72cd083..2200bf0 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 922, +/**/ 921, /**/ 920,