commit | 5f30e26f6946f0d0396499f91fbcfaa9d1f8acf7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 11:56:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 11:56:01 2022 +0100 |
tree | f03f65ea914cec1bec389ca1e51f3bd6612061b4 | |
parent | f6782732ab4acd02211923fbdccb457dacaf277e [diff] [blame] |
patch 9.0.0097: long quickfix line is truncated for :clist Problem: Long quickfix line is truncated for :clist. Solution: Allocate a buffer if needed.
diff --git a/src/version.c b/src/version.c index 967f7aa..08152ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 97, +/**/ 96, /**/ 95,