diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-21 23:09:50 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-21 23:09:50 +0100 |
commit | a2a80162deb1e96e16b097dfe48b61b6eb0824bf (patch) | |
tree | de33cc8d6163c28aa105a087126dc565d540bb55 /runtime/doc/usr_41.txt | |
parent | 52dbb5ea7fde4a77178bc59e2383ca40df503812 (diff) | |
download | vim-git-a2a80162deb1e96e16b097dfe48b61b6eb0824bf.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index c13a0cb54..bafdc5491 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: 2017 Oct 15 +*usr_41.txt* For Vim version 8.0. Last change: 2017 Nov 19 VIM USER MANUAL - by Bram Moolenaar @@ -886,6 +886,7 @@ GUI: *gui-functions* getwinposx() X position of the GUI Vim window getwinposy() Y position of the GUI Vim window balloon_show() set the balloon content + balloon_split() split a message for a balloon Vim server: *server-functions* serverlist() return the list of server names |