diff options
author | Pavel Platto <hinidu@gmail.com> | 2015-01-20 20:03:39 +0200 |
---|---|---|
committer | Pavel Platto <hinidu@gmail.com> | 2015-01-20 21:09:45 +0200 |
commit | 85f342a110358358608c05aa1c5c6b433d0cea9a (patch) | |
tree | ee27b2801238c324c953d0866bc328b8d0f1f36a /src/nvim/version.c | |
parent | da43f70ba726cc6dfcf3bc8c73b86a5be713cb47 (diff) | |
download | rneovim-85f342a110358358608c05aa1c5c6b433d0cea9a.tar.gz rneovim-85f342a110358358608c05aa1c5c6b433d0cea9a.tar.bz2 rneovim-85f342a110358358608c05aa1c5c6b433d0cea9a.zip |
vim-patch:7.4.446
Problem: In some situations, when setting up an environment to trigger an
autocommand, the environment is not properly restored.
Solution: Check the return value of switch_win() and call restore_win()
always. (Daniel Hahler)
https://code.google.com/p/vim/source/detail?r=v7-4-446
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 5e3331317d..bb988a1012 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -299,7 +299,7 @@ static int included_patches[] = { 449, //448 NA 447, - //446, + 446, //445, 444, //443 NA |