From 965f5870616ae6a31779ddce4f74ae4f1b564979 Mon Sep 17 00:00:00 2001 From: oni-link Date: Sun, 13 Apr 2014 01:10:11 +0200 Subject: vim-patch:7.4.210 Problem: Visual block mode plus virtual edit doesn't work well with tabs. (Liang Li) Solution: Take coladd into account. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=420fd9cb86d51a92c4307a746557e81914c6d6c4 --- src/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 6502a98e02..e5cdd76ebd 100644 --- a/src/version.c +++ b/src/version.c @@ -251,7 +251,7 @@ static int included_patches[] = { //213, //212, //211, - //210, + 210, 209, //208, 207, -- cgit