commit | 858ba06d5f577b187da0367b231f7fa9461cb32d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 31 23:11:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 31 23:11:59 2020 +0200 |
tree | 89e7da14ddfacad9663c1289d8c71d57d81206f9 | |
parent | 2245ae18e3480057f98fc0e5d9f18091f32a5de0 [diff] [blame] |
patch 8.2.0869: it is not possible to customize the quickfix window contents Problem: It is not possible to customize the quickfix window contents. Solution: Add 'quickfixtextfunc'. (Yegappan Lakshmanan, closes #5465)
diff --git a/src/version.c b/src/version.c index c75283f..d211e8c 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 869, +/**/ 868, /**/ 867,