diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/eval.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index a9c87e0a6d..173c99e271 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -12,7 +12,7 @@ --- @field func? string Name of the C function which implements the Vimscript function. Defaults to --- `f_{funcname}`. --- @field fast? boolean Function can run in |api-fast| events. Defaults to false. ---- @field deprecated? string[]|true +--- @field deprecated? string[] --- @field returns? string|false -- Usable with the base key: use the last function argument as the method base. |