From 28d3923bd8123b0e57f1f9ffef57356f19476915 Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Wed, 24 Dec 2014 14:34:04 +0100 Subject: vim-patch:7.4.547 Problem: Using "vit" does not select a multi-byte character at the end correctly. Solution: Advance the cursor over the multi-byte character. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-547 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 22b7b54019..6bbb5e6024 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -191,7 +191,7 @@ static int included_patches[] = { //550, //549, //548 NA - //547, + 547, //546, 545, //544 NA -- cgit