commit | ba748c8a847561c043a63827bcb1d98bdebe16e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 26 14:00:07 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 26 14:00:07 2017 +0100 |
tree | 9c5660b52127b6e85fc48ea5187700f28ad31d4b | |
parent | 376407674ff10b60e7c6090906be50982763f0f3 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index b008d14..b96daff 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 374, +/**/ 373, /**/ 372,