commit | 9e353b5265bd7fa103caf4e5a9b3c99f344f548e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 04 23:39:38 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 04 23:39:38 2018 +0100 |
tree | f160112f470bdd7d72e902ae6d185ce442e27cc3 | |
parent | ba3ff539303c7bb6e46a6802dce3c7b2e55284e0 [diff] [blame] |
patch 8.1.0511: ml_get error when calling a function with a range Problem: ml_get error when calling a function with a range. Solution: Don't position the cursor after the last line.
diff --git a/src/version.c b/src/version.c index a5b6d87..8440ce9 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 511, +/**/ 510, /**/ 509,