comparison src/version.c @ 21405:5324acb43fea v8.2.1253

patch 8.2.1253: CTRL-K in Insert mode gets <CursorHold> inserted Commit: https://github.com/vim/vim/commit/b146e01a7e41bf5787a2b5ccc6c340ed6001f308 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 19 23:06:05 2020 +0200 patch 8.2.1253: CTRL-K in Insert mode gets <CursorHold> inserted Problem: CTRL-K in Insert mode gets <CursorHold> inserted. (Roland Puntaier) Solution: Do not reset did_cursorhold, restore it. (closes #6447)
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Jul 2020 23:15:04 +0200
parents d387121083a4
children 6d8696fd4945
comparison
equal deleted inserted replaced
21404:950ab917cd4d 21405:5324acb43fea
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 1253,
757 /**/ 759 /**/
758 1252, 760 1252,
759 /**/ 761 /**/
760 1251, 762 1251,
761 /**/ 763 /**/