comparison src/version.c @ 26670:a77b661439f9 v8.2.3864

patch 8.2.3864: cannot disable requesting key codes from xterm Commit: https://github.com/vim/vim/commit/6f79e614b25caebd35cf0d82b6f3b7e0733849ec Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 21 09:12:23 2021 +0000 patch 8.2.3864: cannot disable requesting key codes from xterm Problem: Cannot disable requesting key codes from xterm. Solution: Add the 'xtermcodes' option, default on.
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Dec 2021 10:15:04 +0100
parents f2579ccc97db
children 3516017e5f54
comparison
equal deleted inserted replaced
26669:7e4f211e0133 26670:a77b661439f9
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3864,
752 /**/ 754 /**/
753 3863, 755 3863,
754 /**/ 756 /**/
755 3862, 757 3862,
756 /**/ 758 /**/