commit | 57ee2b6e0b5b730d12ee9db00a8e2a577df9e374 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 12 22:15:06 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 12 22:15:06 2019 +0100 |
tree | 7a464fd4a90cd0a52e0329bb01aea5280b27ac7a | |
parent | 48773f1f83e666c49b9d88ea6a392d50215ca013 [diff] [blame] |
patch 8.1.0901: index in getjumplist() may be wrong Problem: Index in getjumplist() may be wrong. (Epheien) Solution: Call cleanup_jumplist() earlier. (Yegappan Lakshmanan, closes #3941)
diff --git a/src/version.c b/src/version.c index b02be7c..998f259 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 901, +/**/ 900, /**/ 899,