]> granicus.if.org Git - vim/commit
patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor() v8.1.2273
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Nov 2019 14:33:31 +0000 (15:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Nov 2019 14:33:31 +0000 (15:33 +0100)
commit4dd8fe0b4f49ec267640fb457672452825b11df0
tree1c25bc51db2251b5df692baf450ebab4dca74aea
parent34059e7b67ae8a58dc2471b309afe05d9dde760f
patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor()

Problem:    Wrong default when "pos" is changed with popup_atcursor().
Solution:   Adjust the default line and col when "pos" is not the default
            value. (#5151)
runtime/doc/popup.txt
src/ex_cmds.c
src/popupwin.c
src/proto/popupwin.pro
src/structs.h
src/testdir/dumps/Test_popupwin_atcursor_pos.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c