diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-03-09 22:22:21 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-03-09 22:22:21 +0100 |
commit | b5b7562475ad032a174b893286172de0d2c157cd (patch) | |
tree | 0f88c5088cb6917e4ddd86b74dd5ee2e5898053b /runtime/doc/usr_41.txt | |
parent | 4d8bac8bf593ff087517ff79090c2d224325aae6 (diff) | |
download | vim-git-b5b7562475ad032a174b893286172de0d2c157cd.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index f731888e8..537eb3749 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -1,4 +1,4 @@ -*usr_41.txt* For Vim version 8.0. Last change: 2018 Feb 13 +*usr_41.txt* For Vim version 8.0. Last change: 2018 Mar 03 VIM USER MANUAL - by Bram Moolenaar @@ -885,8 +885,9 @@ Interactive: *interactive-functions* GUI: *gui-functions* getfontname() get name of current font being used - getwinposx() X position of the GUI Vim window - getwinposy() Y position of the GUI Vim window + getwinpos() position of the Vim window + getwinposx() X position of the Vim window + getwinposy() Y position of the Vim window balloon_show() set the balloon content balloon_split() split a message for a balloon |