commit | f3d769a585040ac47f7054057758809024ef6377 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 22 13:44:56 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 22 13:44:56 2017 +0200 |
tree | 24e3a84b889a8f9c1c9a1868988fea9f2e77be5a | |
parent | 8b21de33bb288738c1445bc7241d3d5106124d66 [diff] [blame] |
patch 8.0.1133: syntax timeout not used correctly Problem: Syntax timeout not used correctly. Solution: Do not pass the timeout to syntax_start() but set it explicitly. (Yasuhiro Matsumoto, closes #2139)
diff --git a/src/version.c b/src/version.c index b90665e..8901bb5 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1133, +/**/ 1132, /**/ 1131,