diff options
author | watiko <service@mail.watiko.net> | 2016-01-25 11:24:58 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-01-28 20:52:41 +0900 |
commit | 8721e1fe088943134fe67ee267a9e6b27df291f0 (patch) | |
tree | 850c6eaf6e18621febca81149cfe6edd73d23232 /src/nvim/version.c | |
parent | 8771e84db7f795dd15b04efa585f772b8b7e705d (diff) | |
download | rneovim-8721e1fe088943134fe67ee267a9e6b27df291f0.tar.gz rneovim-8721e1fe088943134fe67ee267a9e6b27df291f0.tar.bz2 rneovim-8721e1fe088943134fe67ee267a9e6b27df291f0.zip |
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)
https://github.com/vim/vim/commit/32a214e78df0120f92fe049eab1385c60f0cdb0b
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 9e2139c297..1efabe9b1b 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -175,7 +175,7 @@ static int included_patches[] = { // 952, // 951, 950, - // 949, + 949, // 948 NA // 947, 946, |