commit | 70781ee4035b5fd5e3cbb3fe4c7646e19119f0a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 03 16:49:24 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 03 16:49:24 2015 +0100 |
tree | 33f0fcf23fc1cc9e8fb2ae43bc3d4fd14667f645 | |
parent | e08dd4e49e6d67686e3ba1322a641488ad67c711 [diff] [blame] |
updated for version 7.4.613 Problem: The NFA engine does not implement the 'redrawtime' time limit. Solution: Implement the time limit.
diff --git a/src/version.c b/src/version.c index b1514b1..2cb8b6e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 613, +/**/ 612, /**/ 611,