comparison runtime/doc/autocmd.txt @ 17756:a7afcea6f40a v8.1.1875

patch 8.1.1875: cannot get size and position of the popup menu commit https://github.com/vim/vim/commit/e9bd57286a5cbb0e1ec18b5d194dc4af1bda9f3a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 17 19:36:06 2019 +0200 patch 8.1.1875: cannot get size and position of the popup menu Problem: Cannot get size and position of the popup menu. Solution: Add pum_getpos(). (Ben Jackson, closes https://github.com/vim/vim/issues/4827)
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 19:45:03 +0200
parents 432714f5c0f7
children 5a0d5f8e1778
comparison
equal deleted inserted replaced
17755:104c45824419 17756:a7afcea6f40a
593 col leftmost screen column 593 col leftmost screen column
594 size total nr of items 594 size total nr of items
595 scrollbar TRUE if visible 595 scrollbar TRUE if visible
596 596
597 It is not allowed to change the text |textlock|. 597 It is not allowed to change the text |textlock|.
598
599 The size and position of the popup are also
600 available by calling |pum_getpos()|.
601
598 *CompleteDone* 602 *CompleteDone*
599 CompleteDone After Insert mode completion is done. Either 603 CompleteDone After Insert mode completion is done. Either
600 when something was completed or abandoning 604 when something was completed or abandoning
601 completion. |ins-completion| 605 completion. |ins-completion|
602 The |v:completed_item| variable contains 606 The |v:completed_item| variable contains