]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0133 v8.0.0133
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Dec 2016 20:34:23 +0000 (21:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Dec 2016 20:34:23 +0000 (21:34 +0100)
commitfe38b494fff56cd9b2fcaeef26a8fd7b6557d69c
tree725bdd29a8b36d1a3fdf192b0a0480b17f0d05c8
parent4c8980b717f73042f1d625ee255fa74eddb989ba
patch 8.0.0133
Problem:    "2;'(" causes ml_get errors in an empty buffer.  (Dominique Pelle)
Solution:   Check the cursor line earlier.
src/ex_docmd.c
src/testdir/test_cmdline.vim
src/version.c