commit | 68c4bdd53cb54b6c0dccb2dcee446ef42ef3dedd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 13:57:41 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 13:57:41 2017 +0200 |
tree | e714a24715b62f0438bbfaf25704324bce51b947 | |
parent | 5449f7c6fc574fed1020d70878becbbfca5a5a41 [diff] [blame] |
patch 8.0.0812: terminal window colors shift when 'number' is set Problem: Terminal window colors shift when 'number' is set. (Nazri Ramliy) Solution: Use vcol instead of col.
diff --git a/src/version.c b/src/version.c index 90d9273..7a3e04a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 812, +/**/ 811, /**/ 810,