]> granicus.if.org Git - vim/commit
patch 8.1.2236: ml_get error if pattern matches beyond last line v8.1.2236
authorBram Moolenaar <Bram@vim.org>
Thu, 31 Oct 2019 03:38:36 +0000 (04:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 31 Oct 2019 03:38:36 +0000 (04:38 +0100)
commitbb26596242fa7db477e2cd706dd99f9a426b5f71
treea8d1d09b9bbf5d729b0ce6406963038dee2055a8
parent77ccc00340ed2598f7aa09716217e878665964fa
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)
src/ex_cmds.c
src/testdir/test_substitute.vim
src/version.c