]> granicus.if.org Git - vim/commit
patch 8.1.2228: screenpos() returns wrong values when 'number' is set v8.1.2228
authorBram Moolenaar <Bram@vim.org>
Sun, 27 Oct 2019 20:39:09 +0000 (21:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 27 Oct 2019 20:39:09 +0000 (21:39 +0100)
commit38ba4dce4a8574e60f6ddb111922880b0c7affdc
treeae4f543edd710eff94e1d5bf77329b5cdbdd22a3
parent1c329c04be2e95a3589a53f2978926e91b450cca
patch 8.1.2228: screenpos() returns wrong values when 'number' is set

Problem:    screenpos() returns wrong values when 'number' is set. (Ben
            Jackson)
Solution:   Compare the column with the window width. (closes #5133)
src/move.c
src/testdir/test_cursor_func.vim
src/version.c