comparison src/version.c @ 22484:93f3cdc296e7 v8.2.1790

patch 8.2.1790: MS-Windows with Python: crash when executed from Vifm Commit: https://github.com/vim/vim/commit/794771cfd83af2a0d1926bed301e784447e7290b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 3 13:57:13 2020 +0200 patch 8.2.1790: MS-Windows with Python: crash when executed from Vifm Problem: MS-Windows with Python: crash when executed from Vifm. Solution: Use NUL instead of CONIN. (Ken Takata, closes https://github.com/vim/vim/issues/7061, closes https://github.com/vim/vim/issues/7053)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Oct 2020 14:00:04 +0200
parents a1b3804163ca
children 4086a1708c83
comparison
equal deleted inserted replaced
22483:9bbe172e1c44 22484:93f3cdc296e7
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1790,
753 /**/ 755 /**/
754 1789, 756 1789,
755 /**/ 757 /**/
756 1788, 758 1788,
757 /**/ 759 /**/