commit | 530bed993e41bda6f717a8ddd0acb39464f95336 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 16 21:02:56 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 16 21:02:56 2020 +0100 |
tree | a1aa53e764388f4248465001970b13e50f5e6111 | |
parent | 9987fb0b4b591e6450fb1dfbe8f615f365057f2a [diff] [blame] |
patch 8.2.2147: quickfix window title not updated in all tab pages Problem: Quickfix window title not updated in all tab pages. Solution: Update the quickfix window title in all tab pages. (Yegappan Lakshmanan, closes #7481, closes #7466)
diff --git a/src/version.c b/src/version.c index a95042c..f28bb4a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2147, +/**/ 2146, /**/ 2145,