1
- *usr_41.txt* For Vim version 8.0 . Last change: 2017 Aug 22
1
+ *usr_41.txt* For Vim version 8.1 . Last change: 2018 Apr 11
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -807,6 +807,8 @@ Buffers, windows and the argument list:
807
807
getbufinfo() get a list with buffer information
808
808
gettabinfo() get a list with tab page information
809
809
getwininfo() get a list with window information
810
+ getchangelist() get a list of change list entries
811
+ getjumplist() get a list of jump list entries
810
812
811
813
Command line: *command-line-functions*
812
814
getcmdline() get the current command line
@@ -883,13 +885,15 @@ Interactive: *interactive-functions*
883
885
884
886
GUI: *gui-functions*
885
887
getfontname() get name of current font being used
886
- getwinposx() X position of the GUI Vim window
887
- getwinposy() Y position of the GUI Vim window
888
+ getwinpos() position of the Vim window
889
+ getwinposx() X position of the Vim window
890
+ getwinposy() Y position of the Vim window
888
891
balloon_show() set the balloon content
892
+ balloon_split() split a message for a balloon
889
893
890
894
Vim server: *server-functions*
891
895
serverlist() return the list of server names
892
- remote_startserve () run a server
896
+ remote_startserver () run a server
893
897
remote_send() send command characters to a Vim server
894
898
remote_expr() evaluate an expression in a Vim server
895
899
server2client() send a reply to a client of a Vim server
@@ -901,6 +905,7 @@ Vim server: *server-functions*
901
905
Window size and position: *window-size-functions*
902
906
winheight() get height of a specific window
903
907
winwidth() get width of a specific window
908
+ win_screenpos() get screen position of a window
904
909
winrestcmd() return command to restore window sizes
905
910
winsaveview() get view of current window
906
911
winrestview() restore saved view of current window
@@ -920,7 +925,8 @@ Testing: *test-functions*
920
925
assert_false() assert that an expression is false
921
926
assert_true() assert that an expression is true
922
927
assert_exception() assert that a command throws an exception
923
- assert_fails() assert that a function call fails
928
+ assert_beeps() assert that a command beeps
929
+ assert_fails() assert that a command fails
924
930
assert_report() report a test failure
925
931
test_alloc_fail() make memory allocation fail
926
932
test_autochdir() enable 'autochdir' during startup
@@ -982,6 +988,8 @@ Terminal window: *terminal-functions*
982
988
term_getstatus() get the status of a terminal
983
989
term_gettitle() get the title of a terminal
984
990
term_gettty() get the tty name of a terminal
991
+ term_setansicolors() set 16 ANSI colors, used for GUI
992
+ term_getansicolors() get 16 ANSI colors, used for GUI
985
993
986
994
Timers: *timer-functions*
987
995
timer_start() create a timer
@@ -1010,6 +1018,8 @@ Various: *various-functions*
1010
1018
getreg() get contents of a register
1011
1019
getregtype() get type of a register
1012
1020
setreg() set contents and type of a register
1021
+ reg_executing() return the name of the register being executed
1022
+ reg_recording() return the name of the register being recorded
1013
1023
1014
1024
shiftwidth() effective value of 'shiftwidth'
1015
1025
0 commit comments