comparison src/version.c @ 15549:9bd2372432cf v8.1.0782

patch 8.1.0782: Win32: cursor blinks when Vim is not active commit https://github.com/vim/vim/commit/2d951a486e632f99fe039c0b0a1685f1fe7879b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 19 19:54:20 2019 +0100 patch 8.1.0782: Win32: cursor blinks when Vim is not active Problem: Win32: cursor blinks when Vim is not active. Solution: Remove call to setActiveWindow(). (Yasuhiro Matsumoto, closes #3778)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Jan 2019 20:00:09 +0100
parents 1dd0a47f4be2
children b069a878bbeb
comparison
equal deleted inserted replaced
15548:5067e8003224 15549:9bd2372432cf
789 NULL 789 NULL
790 }; 790 };
791 791
792 static int included_patches[] = 792 static int included_patches[] =
793 { /* Add new patch number below this line */ 793 { /* Add new patch number below this line */
794 /**/
795 782,
794 /**/ 796 /**/
795 781, 797 781,
796 /**/ 798 /**/
797 780, 799 780,
798 /**/ 800 /**/