commit | 2d951a486e632f99fe039c0b0a1685f1fe7879b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 19:54:20 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 19:54:20 2019 +0100 |
tree | a66e908c923cb82fa7e4b1577e20ea756949767f | |
parent | a502caab8bd396316a6eb5cb821b0a0df55c502a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b62aa35..6f8f874 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 782, +/**/ 781, /**/ 780,