commit | 1274d33493efb6250470a37b9f4432bb31e87d64 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 30 21:47:52 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 30 21:47:52 2018 +0100 |
tree | 7f22ff628adc2fc4d13c27bdc604b354b86df39d | |
parent | 0479e910c423d71e2b96bc721feffad5808e767a [diff] [blame] |
patch 8.0.1439: if cscope fails a search Vim may hang Problem: If cscope fails a search Vim may hang. Solution: Bail out when a search error is encountered. (Safouane Baroudi, closes #2598)
diff --git a/src/version.c b/src/version.c index f66cf45..09fb300 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1439, +/**/ 1438, /**/ 1437,