patch 8.0.0374: invalid memory access when using :sc in Ex mode v8.0.0374
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Feb 2017 13:00:07 +0000 (14:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Feb 2017 13:00:07 +0000 (14:00 +0100)
commitba748c8a847561c043a63827bcb1d98bdebe16e6
tree9c5660b52127b6e85fc48ea5187700f28ad31d4b
parent376407674ff10b60e7c6090906be50982763f0f3
patch 8.0.0374: invalid memory access when using :sc in Ex mode

Problem:    Invalid memory access when using :sc in Ex mode. (Dominique Pelle)
Solution:   Avoid the column being negative.  Also fix a hang in Ex mode.
src/ex_cmds.c
src/ex_getln.c
src/testdir/test_substitute.vim
src/version.c