commit | 4f1b083be43f351bc107541e7b0c9655a5d2c0bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 20:45:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 20:45:16 2022 +0100 |
tree | dc39650176462f3bcd38f7d789d3f8c6b22c3dd0 | |
parent | 37fef16c225eabed28a3c7a0542d2eeef30d812b [diff] [blame] |
patch 9.0.0322: crash when no errors and 'quickfixtextfunc' is set Problem: Crash when no errors and 'quickfixtextfunc' is set. Solution: Do not handle errors if there aren't any.
diff --git a/src/version.c b/src/version.c index a1fc74f..be50c42 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 322, +/**/ 321, /**/ 320,