Skip to content

Commit

Permalink
docs(eval): fix wrong return type of getcharsearch() (neovim#30176)
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir authored Aug 29, 2024
1 parent 0346666 commit 6c2186a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/lua/vim/_meta/vimfn.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/nvim/eval.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3564,7 +3564,7 @@ M.funcs = {
]=],
name = 'getcharsearch',
params = {},
returns = 'table[]',
returns = 'table',
signature = 'getcharsearch()',
},
getcharstr = {
Expand Down

0 comments on commit 6c2186a

Please sign in to comment.