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 /src/nvim/eval.lua | |
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 'src/nvim/eval.lua')
-rw-r--r-- | src/nvim/eval.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index 8ca1868ff1..ffdbacb2b4 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -7150,6 +7150,9 @@ M.funcs = { 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: |