From ea492696cfbb5912b9b42112159a028e24f9e2fc Mon Sep 17 00:00:00 2001 From: André Twupack Date: Fri, 19 Sep 2014 21:12:47 +0200 Subject: vim-patch:7.4.407 Problem: Inserting text for Visual block mode, with cursor movement, repeats the wrong text. (Aleksandar Ivanov) Solution: Reset the update_Insstart_orig flag. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-407 --- 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 f80b2f8a41..1f3e7a7e38 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -188,7 +188,7 @@ static int included_patches[] = { //410, //409 NA //408, - //407, + 407, //406, //405, //404 NA -- cgit