]> granicus.if.org Git - vim/commit
patch 9.0.0218: reading before the start of the line v9.0.0218
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Aug 2022 13:51:53 +0000 (14:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Aug 2022 13:51:53 +0000 (14:51 +0100)
commite98c88c44c308edaea5994b8ad4363e65030968c
treeee95f55436a1d8c2cd18a8f932adc7ac14a6b409
parente1f3fd1d02e3f5fe6d2b6d82687c6846b8e500f8
patch 9.0.0218: reading before the start of the line

Problem:    Reading before the start of the line.
Solution:   When displaying "$" check the column is not negative.
src/edit.c
src/proto/edit.pro
src/testdir/test_cmdwin.vim
src/version.c