|
1 | | -*version9.txt* For Vim version 9.1. Last change: 2025 Nov 20 |
| 1 | +*version9.txt* For Vim version 9.1. Last change: 2025 Nov 27 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -41802,7 +41802,6 @@ Functions: ~ |
41802 | 41802 | |blob2str()| convert a blob into a List of strings |
41803 | 41803 | |bindtextdomain()| set message lookup translation base path |
41804 | 41804 | |cmdcomplete_info()| get current cmdline completion info |
41805 | | -|complete_match()| get completion and trigger info |
41806 | 41805 | |diff()| diff two Lists of strings |
41807 | 41806 | |filecopy()| copy a file {from} to {to} |
41808 | 41807 | |foreach()| apply function to List items |
@@ -41878,16 +41877,13 @@ Options: ~ |
41878 | 41877 | 'autocompletetimeout' initial decay timeout for autocompletion algorithm |
41879 | 41878 | 'chistory' Size of the quickfix stack |quickfix-stack| |
41880 | 41879 | 'clipmethod' How to access the clipboard |
41881 | | -'completefuzzycollect' Enable fuzzy collection of candidates for (some) |
41882 | | - |ins-completion| modes |
41883 | 41880 | 'completeitemalign' Order of |complete-items| in Insert mode completion |
41884 | 41881 | popup |
41885 | 41882 | 'completetimeout' initial decay timeout for CTRL-N and CTRL-P |
41886 | 41883 | 'diffanchors' list of {address} to force syncing of diffs |
41887 | 41884 | 'eventignorewin' autocommand events that are ignored in a window |
41888 | 41885 | 'findfunc' Vim function to obtain the results for a |:find| |
41889 | 41886 | command |
41890 | | -'isexpand' defines triggers for completion |
41891 | 41887 | 'lhistory' Size of the location list stack |quickfix-stack| |
41892 | 41888 | 'maxsearchcount' Set the maximum number for search-stat |shm-S| |
41893 | 41889 | 'messagesopt' configure |:messages| and |hit-enter| prompt |
|
0 commit comments