commit | ffea8c99d9658b0b51a848a6f674851851e78fa7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 13 20:37:15 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 13 20:37:15 2017 +0100 |
tree | f73f0784329193513147643ae4dddc04beda66a2 | |
parent | 977d03733601948ab334fec24d0da82bc18c57c3 [diff] [blame] |
patch 8.0.0455: the mode test may hang Problem: The mode test may hang in Test_mode(). (Michael Soyka) Solution: Set 'complete' to only search the current buffer (as suggested by Michael)
diff --git a/src/version.c b/src/version.c index 2f9c315..aa40ae1 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 455, +/**/ 454, /**/ 453,