commit | 927495b1fef835a8f83c089bb3aa3608b617e972 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 06 17:58:35 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 06 17:58:35 2020 +0100 |
tree | b6b5eb8a5e0ca9bcb15a0e078b4dcff9929b5ceb | |
parent | 32e5ec0b017adb68fe36adb9a9a362abdaffe7f4 [diff] [blame] |
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 #7241)
diff --git a/src/version.c b/src/version.c index 6baaf59..3ff4586 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1963, +/**/ 1962, /**/ 1961,