File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -976,8 +976,12 @@ Buffers, windows and the argument list:
976
976
swapname() get the swap file path of a buffer
977
977
978
978
Command line: *command-line-functions*
979
+ getcmdcompltype() get the type of the current command line
980
+ completion
979
981
getcmdline() get the current command line
980
982
getcmdpos() get position of the cursor in the command line
983
+ getcmdscreenpos() get screen position of the cursor in the
984
+ command line
981
985
setcmdpos() set position of the cursor in the command line
982
986
getcmdtype() return the current command-line type
983
987
getcmdwintype() return the current command-line window type
@@ -2566,6 +2570,7 @@ Type `:next` to go to the next plugin file.
2566
2570
There are two special items about these files. First is a mechanism to allow
2567
2571
a user to overrule or add to the default file. The default files start with: >
2568
2572
2573
+ vim9script
2569
2574
if exists("g:current_compiler")
2570
2575
finish
2571
2576
endif
You can’t perform that action at this time.
0 commit comments