diff options
author | James McCoy <jamessan@jamessan.com> | 2016-04-21 22:13:32 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-04-25 06:36:08 -0400 |
commit | ee9cca892c6dfe3eb9afd763e3cc288b99053466 (patch) | |
tree | b8ca1579865c31682e5b6e9c6181e45e5db68af8 /src/nvim/version.c | |
parent | ef205c3851fda637af49b5517bee60e6a62275ed (diff) | |
download | rneovim-ee9cca892c6dfe3eb9afd763e3cc288b99053466.tar.gz rneovim-ee9cca892c6dfe3eb9afd763e3cc288b99053466.tar.bz2 rneovim-ee9cca892c6dfe3eb9afd763e3cc288b99053466.zip |
vim-patch:7.4.613
Problem: The NFA engine does not implement the 'redrawtime' time limit.
Solution: Implement the time limit.
https://github.com/vim/vim/commit/70781ee4035b5fd5e3cbb3fe4c7646e19119f0a8
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 e07c4a242a..e8edfdb5b1 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1064,7 +1064,7 @@ static int included_patches[] = { 616, 615, 614, - // 613, + 613, 612, // 611 NA // 610 NA |