vim-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)

32a214e78d
This commit is contained in:
watiko
2016-01-25 11:24:58 +09:00
parent 8771e84db7
commit 8721e1fe08
3 changed files with 68 additions and 14 deletions

View File

@@ -175,7 +175,7 @@ static int included_patches[] = {
// 952,
// 951,
950,
// 949,
949,
// 948 NA
// 947,
946,