diff options
author | zeertzjq <zeertzjq@outlook.com> | 2025-03-27 08:54:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-27 08:54:32 +0800 |
commit | 8f40ffdb92b6ca25529b470e4a4e2bb7ddbb000a (patch) | |
tree | 6f487685c4e43e7419b0d8dc460507be674746e0 /runtime/doc | |
parent | ce590e207720ec53a4592882840725bf8540c7d5 (diff) | |
parent | 797195e0ea554f2e546ced9104e8fbfa376f283f (diff) | |
download | rneovim-8f40ffdb92b6ca25529b470e4a4e2bb7ddbb000a.tar.gz rneovim-8f40ffdb92b6ca25529b470e4a4e2bb7ddbb000a.tar.bz2 rneovim-8f40ffdb92b6ca25529b470e4a4e2bb7ddbb000a.zip |
Merge pull request #32953 from glepnir/vim-9.1.1214
vim-patch:9.1.{1214,1217,1219}: matchfuzzy() "camelcase"
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/builtin.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 04d24e7a92..3ad5d83ac2 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -6410,6 +6410,9 @@ matchfuzzy({list}, {str} [, {dict}]) *matchfuzzy()* given sequence. limit Maximum number of matches in {list} to be returned. Zero means no limit. + camelcase Use enhanced camel case scoring making results + better suited for completion related to + programming languages. Defaults to v:true. If {list} is a list of dictionaries, then the optional {dict} argument supports the following additional items: |