commit | bb26596242fa7db477e2cd706dd99f9a426b5f71 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 31 04:38:36 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 31 04:38:36 2019 +0100 |
tree | a8d1d09b9bbf5d729b0ce6406963038dee2055a8 | |
parent | 77ccc00340ed2598f7aa09716217e878665964fa [diff] [blame] |
patch 8.1.2236: ml_get error if pattern matches beyond last line Problem: Ml_get error if pattern matches beyond last line. Solution: Adjust position if needed. (Christian Brabandt, closes #5139)
diff --git a/src/version.c b/src/version.c index e8e2806..9766d65 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2236, +/**/ 2235, /**/ 2234,