commit | 193ffd1d9f4f4d5412ce8d7a46bb2f89d47a56da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 25 22:57:30 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 25 22:57:30 2019 +0200 |
tree | 5ee1f8a7ad3ea5cc0621e5cdd5f4b8461298522e | |
parent | adfde115d5c9c9ac4a052874bcf85d2507fe1355 [diff] [blame] |
patch 8.1.1396: 'wincolor' does not apply to lines below the buffer Problem: 'wincolor' does not apply to lines below the buffer. Solution: Also apply 'wincolor' to the "~" lines and the number column.
diff --git a/src/version.c b/src/version.c index 3dad141..65a7b96 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1396, +/**/ 1395, /**/ 1394,