diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2014-09-18 20:29:52 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2014-09-19 19:53:02 +0900 |
commit | 102af4f82303e1bada777769df0c88c5637c9129 (patch) | |
tree | 6078942e9732ab0036c03f17d2b985570717c940 /src/nvim/version.c | |
parent | 53d15c2c25199f8e44e9a8a74898f06a85e7c83b (diff) | |
download | rneovim-102af4f82303e1bada777769df0c88c5637c9129.tar.gz rneovim-102af4f82303e1bada777769df0c88c5637c9129.tar.bz2 rneovim-102af4f82303e1bada777769df0c88c5637c9129.zip |
vim-patch:7.4.410
Problem: Fold does not open after search when there is a CmdwinLeave
autocommand.
Solution: Restore KeyTyped. (Jacob Niehus)
https://code.google.com/p/vim/source/detail?r=v7-4-410
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 e80c1f81a1..16afc816f8 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -185,7 +185,7 @@ static char *(features[]) = { static int included_patches[] = { // Add new patch number below this line - //410, + 410, //409 NA //408, //407, |