commit | 0b4c9eddb5752d46b65d16e42230b1228f230f40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 03 22:04:23 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 03 22:04:23 2019 +0200 |
tree | a9131b4908b930f24f2ac072a3ed787ad2277553 | |
parent | 87abab92f5b42319a7b10df9974ed3ce5c9b2b9b [diff] [blame] |
patch 8.1.1458: crash when using gtags Problem: Crash when using gtags. (issue #4102) Solution: Check for negative row or col in screen_puts_len(). (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index f939ad8..53a2644 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1458, +/**/ 1457, /**/ 1456,