From 75b7b04436b6db0885c162bd7eefcadf7766905d Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Tue, 23 Dec 2014 14:33:30 +0100 Subject: vim-patch:7.4.494 Problem: Cursor shape is wrong after a CompleteDone autocommand. Solution: Update the cursor and mouse shape after ":normal" restores the state. (Jacob Niehus) https://code.google.com/p/vim/source/detail?r=v7-4-494 --- 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 0c2d831433..08862de715 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -244,7 +244,7 @@ static int included_patches[] = { //497, //496 NA //495 NA - //494, + 494, //493, //492, //491, -- cgit