comparison src/version.c @ 21116:9b57c92991c6 v8.2.1109

patch 8.2.1109: still crashing when using s:variable Commit: https://github.com/vim/vim/commit/086eb18ba16164ca5258068cff9c4b2db742f2ef Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 1 16:00:44 2020 +0200 patch 8.2.1109: still crashing when using s:variable Problem: Still crashing when using s:variable. Solution: Remove assignment. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jul 2020 16:15:03 +0200
parents d0265fdadec9
children b0baa80cb53f
comparison
equal deleted inserted replaced
21115:16f6b66cba21 21116:9b57c92991c6
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1109,
757 /**/ 759 /**/
758 1108, 760 1108,
759 /**/ 761 /**/
760 1107, 762 1107,
761 /**/ 763 /**/