comparison src/version.c @ 29968:b01273bbc75e v9.0.0322

patch 9.0.0322: crash when no errors and 'quickfixtextfunc' is set Commit: https://github.com/vim/vim/commit/4f1b083be43f351bc107541e7b0c9655a5d2c0bb Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 29 20:45:16 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Aug 2022 22:00:05 +0200
parents 5dfd4bd66ad8
children d891115c0aea
comparison
equal deleted inserted replaced
29967:726b889782e2 29968:b01273bbc75e
705 NULL 705 NULL
706 }; 706 };
707 707
708 static int included_patches[] = 708 static int included_patches[] =
709 { /* Add new patch number below this line */ 709 { /* Add new patch number below this line */
710 /**/
711 322,
710 /**/ 712 /**/
711 321, 713 321,
712 /**/ 714 /**/
713 320, 715 320,
714 /**/ 716 /**/