|
1 | | -*version9.txt* For Vim version 9.1. Last change: 2025 Apr 21 |
| 1 | +*version9.txt* For Vim version 9.1. Last change: 2025 Apr 24 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -41624,6 +41624,8 @@ Completion: ~ |
41624 | 41624 | "o" - complete using 'omnifunc' |
41625 | 41625 | - allow to limit matches for the 'complete' sources by using the |
41626 | 41626 | "{flag}^<limit>" notation |
| 41627 | +- add ":filetype" command completion |
| 41628 | +- add "filetypecmd" completion type for |getcompletion()| |
41627 | 41629 |
|
41628 | 41630 | Options: ~ |
41629 | 41631 | - the default for 'commentstring' contains whitespace padding to have |
@@ -41686,6 +41688,7 @@ Functions: ~ |
41686 | 41688 | |blob2str()| convert a blob into a List of strings |
41687 | 41689 | |bindtextdomain()| set message lookup translation base path |
41688 | 41690 | |cmdcomplete_info()| get current cmdline completion info |
| 41691 | +|complete_match()| get completion and trigger info |
41689 | 41692 | |diff()| diff two Lists of strings |
41690 | 41693 | |filecopy()| copy a file {from} to {to} |
41691 | 41694 | |foreach()| apply function to List items |
@@ -41748,6 +41751,7 @@ Options: ~ |
41748 | 41751 | 'eventignorewin' autocommand events that are ignored in a window |
41749 | 41752 | 'findfunc' Vim function to obtain the results for a |:find| |
41750 | 41753 | command |
| 41754 | +'isexpand' defines triggers for completion |
41751 | 41755 | 'lhistory' Size of the location list stack |quickfix-stack|. |
41752 | 41756 | 'messagesopt' configure |:messages| and |hit-enter| prompt |
41753 | 41757 | 'pummaxwidth' maximum width for the completion popup menu |
|
0 commit comments