comparison src/version.c @ 14237:487d7bda80ea v8.1.0135

patch 8.1.0135: undo message delays screen update for CTRL-O u commit https://github.com/vim/vim/commit/e0429681aed5448d1c3b8399d152a2b1a05ea6d7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 1 16:44:03 2018 +0200 patch 8.1.0135: undo message delays screen update for CTRL-O u Problem: Undo message delays screen update for CTRL-O u. Solution: Add smsg_attr_keep(). (closes https://github.com/vim/vim/issues/3125)
author Christian Brabandt <cb@256bit.org>
date Sun, 01 Jul 2018 16:45:06 +0200
parents e3bc8cdc94dd
children 7457bf2db968
comparison
equal deleted inserted replaced
14236:7a7664dc9f4c 14237:487d7bda80ea
787 NULL 787 NULL
788 }; 788 };
789 789
790 static int included_patches[] = 790 static int included_patches[] =
791 { /* Add new patch number below this line */ 791 { /* Add new patch number below this line */
792 /**/
793 135,
792 /**/ 794 /**/
793 134, 795 134,
794 /**/ 796 /**/
795 133, 797 133,
796 /**/ 798 /**/