commit | 23c60f21b07b04351d846e6fbf4f4abd9aa09345 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 22:03:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 22:03:48 2016 +0200 |
tree | 2b2cf23fdc9750037159795422da5693bc54838d | |
parent | 28607ba2b82668503f8406bc13690d59af46deb3 [diff] [blame] |
patch 7.4.1940 Problem: "gd" hangs in some situations. (Eric Biggers) Solution: Remove the SEARCH_START flag when looping. Add a test.
diff --git a/src/version.c b/src/version.c index 9608a7e..f72ad18 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1940, +/**/ 1939, /**/ 1938,