mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
Merge c68e1c9c1d3fd1c9090ffdecd964addd835405cd into a494ce1c64a2637719a5c1339abf19ec7c48089c
This commit is contained in:
commit
99516e4797
@ -1,4 +1,4 @@
|
|||||||
*builtin.txt* For Vim version 9.1. Last change: 2025 Jul 03
|
*builtin.txt* For Vim version 9.1. Last change: 2025 Jul 04
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -4203,8 +4203,9 @@ getcmdcomplpat() *getcmdcomplpat()*
|
|||||||
|
|
||||||
getcmdcompltype([{pat}]) *getcmdcompltype()*
|
getcmdcompltype([{pat}]) *getcmdcompltype()*
|
||||||
Return the type of command-line completion using {pat}.
|
Return the type of command-line completion using {pat}.
|
||||||
If {pat} is omited, only works when the command line is being
|
If {pat} is omited, the current command-line is used, which
|
||||||
edited, thus requires use of |c_CTRL-\_e| or |c_CTRL-R_=|.
|
only works when the command line is being edited and requires
|
||||||
|
use of |c_CTRL-\_e| or |c_CTRL-R_=|.
|
||||||
|
|
||||||
See |:command-completion| for the return string.
|
See |:command-completion| for the return string.
|
||||||
Also see |getcmdtype()|, |setcmdpos()|, |getcmdline()|,
|
Also see |getcmdtype()|, |setcmdpos()|, |getcmdline()|,
|
||||||
|
@ -41607,7 +41607,7 @@ Completion: ~
|
|||||||
- allow to complete directories from 'cdpath' for |:cd| and similar commands,
|
- allow to complete directories from 'cdpath' for |:cd| and similar commands,
|
||||||
add the "cd_in_path" completion type for e.g. |:command-complete| and
|
add the "cd_in_path" completion type for e.g. |:command-complete| and
|
||||||
|getcompletion()|
|
|getcompletion()|
|
||||||
- |getcompletion()| now accepts a pat and returns the completion type for the
|
- |getcmdcompltype()| now accepts a pat and returns the completion type for the
|
||||||
{pat} argument
|
{pat} argument
|
||||||
- allow to complete shell commands and files using the new shellcmdline
|
- allow to complete shell commands and files using the new shellcmdline
|
||||||
completion type using |:command-complete| and |getcmdcomplpat()|
|
completion type using |:command-complete| and |getcmdcomplpat()|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user