comparison src/version.c @ 25120:2d3660601fdb v8.2.3097

patch 8.2.3097: crash when using "quit" at recovery prompt Commit: https://github.com/vim/vim/commit/1d97efce0ce31ddf0dd4c1ae2228ef4caee6880c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 4 13:27:11 2021 +0200 patch 8.2.3097: crash when using "quit" at recovery prompt Problem: Crash when using "quit" at recovery prompt and autocommands are triggered. Solution: Block autocommands when creating an empty buffer to use as the current buffer. (closes #8506)
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Jul 2021 13:30:04 +0200
parents 12fd67997953
children c1e79652ab27
comparison
equal deleted inserted replaced
25119:e7b08a596ea0 25120:2d3660601fdb
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3097,
758 /**/ 760 /**/
759 3096, 761 3096,
760 /**/ 762 /**/
761 3095, 763 3095,
762 /**/ 764 /**/