comparison src/version.c @ 18253:783f796a1426 v8.1.2121

patch 8.1.2121: mode is not updated when switching to terminal Commit: https://github.com/vim/vim/commit/a27e1dcddc9e3914ab34b164f71c51b72903b00b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 7 22:27:36 2019 +0200 patch 8.1.2121: mode is not updated when switching to terminal Problem: Mode is not updated when switching to terminal in Insert mode. Solution: Redraw the mode when entering a terminal window. (Jason Franklin)
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Oct 2019 22:30:04 +0200
parents c8a53c0daeed
children 3f51e026de28
comparison
equal deleted inserted replaced
18252:76ccaf609364 18253:783f796a1426
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 2121,
756 /**/ 758 /**/
757 2120, 759 2120,
758 /**/ 760 /**/
759 2119, 761 2119,
760 /**/ 762 /**/