commit | 5bf042810b19a627eda2f170624a0cfd7b4f6ed6 | [log] [tgz] |
---|---|---|
author | Shane Harper <shane@shaneharper.net> | Wed Jun 07 19:09:57 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 07 19:09:57 2023 +0100 |
tree | 96c07672ce59f762ba9270e8b3b3ffbd41b0675f | |
parent | cdb7b4c50826df254d2e5ba8abd211e49b7a9784 [diff] [blame] |
patch 9.0.1616: quickfix text field is truncated Problem: Quickfix text field is truncated. Solution: Fix output of text field after pattern field in quickfix buffer. (Shane Harper, closes #12498)
diff --git a/src/version.c b/src/version.c index 4e94e4b..e6858c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1616, +/**/ 1615, /**/ 1614,