diff options
author | Florian Walch <florian@fwalch.com> | 2014-12-23 11:35:25 +0100 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2014-12-23 16:14:24 +0100 |
commit | 1e17904eb2fbb33070125dec9c3b06df06655b25 (patch) | |
tree | d42db21fe82069b8d7cc1bbb6d406ea5317f0421 /src/nvim/version.c | |
parent | c3de63bfbc168cd8ccc53dbb3e587043c11f7276 (diff) | |
download | rneovim-1e17904eb2fbb33070125dec9c3b06df06655b25.tar.gz rneovim-1e17904eb2fbb33070125dec9c3b06df06655b25.tar.bz2 rneovim-1e17904eb2fbb33070125dec9c3b06df06655b25.zip |
vim-patch:7.4.449
Problem: Can't easily close the help window. (Chris Gaal)
Solution: Add ":helpclose". (Christian Brabandt)
https://code.google.com/p/vim/source/detail?r=v7-4-449
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 cd11dfe1d0..586400e5de 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -288,7 +288,7 @@ static int included_patches[] = { //452, //451, //450, - //449, + 449, //448 NA //447, //446, |