commit | 12d93ee26d4290321ed0cc3d0493b966d1475a66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 19:02:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 19:02:02 2017 +0200 |
tree | a37b3662cb64c73ea619865a8977bc2b16d88963 | |
parent | 0e23e9c5e74dbf0e5eec710c41c9eaed35794682 [diff] [blame] |
patch 8.0.0820: GUI: cursor in terminal window lags behind Problem: GUI: cursor in terminal window lags behind. Solution: call gui_update_cursor() under different conditions. (Ozaki Kiichi, closes #1893)
diff --git a/src/version.c b/src/version.c index 2d4c50e..8733db2 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 820, +/**/ 819, /**/ 818,