Skip to content

Commit 86c3c8f

Browse files
committed
usr_41.txt: Update Vim 8.2.4953
1 parent 3708ab1 commit 86c3c8f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

en/usr_41.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim version 8.2. Last change: 2022 Apr 25
1+
*usr_41.txt* For Vim version 8.2. Last change: 2022 May 09
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -976,8 +976,12 @@ Buffers, windows and the argument list:
976976
swapname() get the swap file path of a buffer
977977

978978
Command line: *command-line-functions*
979+
getcmdcompltype() get the type of the current command line
980+
completion
979981
getcmdline() get the current command line
980982
getcmdpos() get position of the cursor in the command line
983+
getcmdscreenpos() get screen position of the cursor in the
984+
command line
981985
setcmdpos() set position of the cursor in the command line
982986
getcmdtype() return the current command-line type
983987
getcmdwintype() return the current command-line window type
@@ -2566,6 +2570,7 @@ Type `:next` to go to the next plugin file.
25662570
There are two special items about these files. First is a mechanism to allow
25672571
a user to overrule or add to the default file. The default files start with: >
25682572
2573+
vim9script
25692574
if exists("g:current_compiler")
25702575
finish
25712576
endif

0 commit comments

Comments
 (0)