]> granicus.if.org Git - vim/commit
patch 9.0.1072: screenpos() column result in fold may be too small v9.0.1072
authorzeertzjq <zeertzjq@outlook.com>
Sun, 18 Dec 2022 12:28:59 +0000 (12:28 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 18 Dec 2022 12:28:59 +0000 (12:28 +0000)
commitba2d19193201277397c25c1f5a134ea042542555
treeadb4bef44960829754d2ef883ed302d8a96dda51
parentb5328b46a79d1383fb1d7d193e7271efcf2f996a
patch 9.0.1072: screenpos() column result in fold may be too small

Problem:    screenpos() column result in fold may be too small.
Solution:   Add space of 'number', sign column, etc. (closes #11715)
src/move.c
src/testdir/test_cursor_func.vim
src/version.c