]> granicus.if.org Git - vim/commit
patch 8.2.1596: using win_screenpos('.') in tests works but is wrong v8.2.1596
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 13:05:30 +0000 (15:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 13:05:30 +0000 (15:05 +0200)
commit7dfc5ce7cf4a7f63370d7dce2e13f7410ca0230a
tree0c99469f955b6a6d714f674c27d6db25c354c534
parent86394aa9720c5e087d85831e42d44e042987fbc0
patch 8.2.1596: using win_screenpos('.') in tests works but is wrong

Problem:    Using win_screenpos('.') in tests works but is wrong.
Solution:   Use win_screenpos(0).
src/testdir/test_terminal3.vim
src/version.c