diff options
author | KunMing Xie <qqzz014@gmail.com> | 2017-11-22 18:57:56 +0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-22 11:57:56 +0100 |
commit | bb7795e82065ef2e8028064c62cb542362568e19 (patch) | |
tree | 05931a0b7737194c9c102286a6fd246ec578884a /src/nvim/version.c | |
parent | 7b686881a16a637e4e0a9e202c4b64bafc4eb8e8 (diff) | |
download | rneovim-bb7795e82065ef2e8028064c62cb542362568e19.tar.gz rneovim-bb7795e82065ef2e8028064c62cb542362568e19.tar.bz2 rneovim-bb7795e82065ef2e8028064c62cb542362568e19.zip |
vim-patch:8.0.0292 (#7592)
Problem: The stat test is a bit slow.
Solution: Remove a couple of sleep comments and reduce another.
https://github.com/vim/vim/commit/a2f28859bfb3fa52bde14c9d2ca3ab7196a9154a
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 997db1726b..61cfd99c5d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -812,7 +812,7 @@ static const int included_patches[] = { // 295, 294, // 293, - // 292, + 292, 291, 290, // 289, |