comparison src/version.c @ 25767:dfa045d2cc89 v8.2.3419

patch 8.2.3419: a failing debug expression may make Vim unusable Commit: https://github.com/vim/vim/commit/0325d3967ce7d0fd35bc1472fd476b911b895b76 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 9 12:34:19 2021 +0200 patch 8.2.3419: a failing debug expression may make Vim unusable Problem: A failing debug expression may make Vim unusable. Solution: Suppress error messages. (closes https://github.com/vim/vim/issues/8848)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Sep 2021 12:45:03 +0200
parents d62bf68986df
children 05d1062b1dc0
comparison
equal deleted inserted replaced
25766:c0b0335f8aa9 25767:dfa045d2cc89
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 3419,
758 /**/ 760 /**/
759 3418, 761 3418,
760 /**/ 762 /**/
761 3417, 763 3417,
762 /**/ 764 /**/