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/lua/vim | |
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/lua/vim')
-rw-r--r-- | runtime/lua/vim/_meta/vimfn.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/lua/vim/_meta/vimfn.lua b/runtime/lua/vim/_meta/vimfn.lua index 2b4f1a32b0..813a89898e 100644 --- a/runtime/lua/vim/_meta/vimfn.lua +++ b/runtime/lua/vim/_meta/vimfn.lua @@ -5815,6 +5815,9 @@ function vim.fn.matchend(expr, pat, start, count) end --- 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: |