commit | fe38b494fff56cd9b2fcaeef26a8fd7b6557d69c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 11 21:34:23 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 11 21:34:23 2016 +0100 |
tree | 725bdd29a8b36d1a3fdf192b0a0480b17f0d05c8 | |
parent | 4c8980b717f73042f1d625ee255fa74eddb989ba [diff] [blame] |
patch 8.0.0133 Problem: "2;'(" causes ml_get errors in an empty buffer. (Dominique Pelle) Solution: Check the cursor line earlier.
diff --git a/src/version.c b/src/version.c index b21e60a..2e3cb05 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 133, +/**/ 132, /**/ 131,