diff options
author | Florian Walch <florian@fwalch.com> | 2014-12-23 14:33:30 +0100 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2014-12-23 21:16:56 +0100 |
commit | 75b7b04436b6db0885c162bd7eefcadf7766905d (patch) | |
tree | a218c04fc60d79551dabd29a95834dda02f56483 /src/nvim/version.c | |
parent | 2ba50a7846290ef399033a8ca34cbf60ef7a6b4e (diff) | |
download | rneovim-75b7b04436b6db0885c162bd7eefcadf7766905d.tar.gz rneovim-75b7b04436b6db0885c162bd7eefcadf7766905d.tar.bz2 rneovim-75b7b04436b6db0885c162bd7eefcadf7766905d.zip |
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
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 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, |