commit | c977092053e1a27f571f8a27126717cc28af4e58 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 12 20:11:53 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 12 20:11:53 2017 +0200 |
tree | 51c7a828a5acb5c19a875fe5d7128f490ab3bd46 | |
parent | 3cd43ccccb03b2e68df9c8a344a87e51c007c656 [diff] [blame] |
patch 8.0.0919: cursor color isn't set on startup Problem: Cursor color isn't set on startup. Solution: Initialize showing_mode to invalid value.
diff --git a/src/version.c b/src/version.c index c3918a2..fa404b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 919, +/**/ 918, /**/ 917,