comparison src/version.c @ 22832:8059beb101d0 v8.2.1963

patch 8.2.1963: crash when using a popup window with "latin1" encoding Commit: https://github.com/vim/vim/commit/927495b1fef835a8f83c089bb3aa3608b617e972 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 6 17:58:35 2020 +0100 patch 8.2.1963: crash when using a popup window with "latin1" encoding Problem: Crash when using a popup window with "latin1" encoding. Solution: Don't use ScreenLinesUC when enc_utf8 is false. (closes https://github.com/vim/vim/issues/7241)
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 Nov 2020 18:00:03 +0100
parents 70eb58639009
children fcbded1e3602
comparison
equal deleted inserted replaced
22831:cb3da944f4be 22832:8059beb101d0
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 1963,
753 /**/ 755 /**/
754 1962, 756 1962,
755 /**/ 757 /**/
756 1961, 758 1961,
757 /**/ 759 /**/