commit | 32a214e78df0120f92fe049eab1385c60f0cdb0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 14:29:02 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 14:29:02 2015 +0100 |
tree | e17b9ddd6ca8ac2494e70105de2eb9e36e58ebdf | |
parent | 20ad69ccfb60ef718bd26387ef0e5424461a643e [diff] [blame] |
patch 7.4.949 Problem: When using 'colorcolumn' and there is a sign with a fullwidth character the highlighting is wrong. (Andrew Stewart) Solution: Only increment vcol when in the right state. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 306f01c..90f08e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 949, +/**/ 948, /**/ 947,