commit | 4e677b9c40ccbc5f090971b31dc2fe07bf05541d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 18:44:27 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 18:44:27 2022 +0100 |
tree | 80c6f0dd96f2d82b5ebb9fe0b2e36d1fc5a6c1af | |
parent | cb5ed4d6252a7c76c2f85ae95cb1e4e2bccc41fc [diff] |
patch 9.0.0101: invalid memory access in diff mode with "dp" and undo Problem: Invalid memory access in diff mode with "dp" and undo. Solution: Make sure the line number does not go below one.
diff --git a/src/testdir/test_diffmode.vim b/src/testdir/test_diffmode.vim index dcacd55..41f7fe3 100644 --- a/src/testdir/test_diffmode.vim +++ b/src/testdir/test_diffmode.vim Binary files differ