]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0767: when deleting lines at the bottom signs are misplaced v8.1.0767
authorBram Moolenaar <Bram@vim.org>
Thu, 17 Jan 2019 16:36:45 +0000 (17:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Jan 2019 16:36:45 +0000 (17:36 +0100)
commitc771bf901622064dc27421b04853e16b6914a295
tree508cf2c241e5581569d7e2b5b58c9fbf22e46432
parent88c86eb751de9e7e410b405084d35b32fafc2a24
patch 8.1.0767: when deleting lines at the bottom signs are misplaced

Problem:    When deleting lines at the bottom signs are misplaced.
Solution:   Properly update the line number of signs at the end of a buffer
            after a delete/undo operation. (Yegappan Lakshmanan, closes #3798)
src/sign.c
src/testdir/test_signs.vim
src/version.c