diff options
author | André Twupack <atwupack@mailbox.org> | 2014-09-10 21:17:31 +0200 |
---|---|---|
committer | André Twupack <atwupack@mailbox.org> | 2014-09-10 21:17:31 +0200 |
commit | 1fb80d24eba04eb4a129ce41651e9de11fa332a1 (patch) | |
tree | 827b1717cbedd9f6e711f191901d3e25967ac219 /src/nvim/version.c | |
parent | 34c418fceb457bb21bf365311ce558d2d616b24a (diff) | |
download | rneovim-1fb80d24eba04eb4a129ce41651e9de11fa332a1.tar.gz rneovim-1fb80d24eba04eb4a129ce41651e9de11fa332a1.tar.bz2 rneovim-1fb80d24eba04eb4a129ce41651e9de11fa332a1.zip |
vim-patch:7.4.337
Problem: When there is an error preparing to edit the command line, the
command won't be executed. (Hirohito Higashi)
Solution: Reset did_emsg before editing.
https://code.google.com/p/vim/source/detail?r=v7-4-337
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 092d21f580..ebb6f5c4ed 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -258,7 +258,7 @@ static int included_patches[] = { //340 NA 339, 338, - //337, + 337, //336, 335, 334, |