diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nvim/eval.lua | 1 | ||||
| -rw-r--r-- | src/nvim/options.lua | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index 5a47286980..14476e29d4 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -9636,6 +9636,7 @@ M.funcs = { name = 'shiftwidth', params = { { 'col', 'integer' } }, signature = 'shiftwidth([{col}])', + returns = 'integer', }, sign_define = { args = { 1, 2 }, diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 5b0269907d..396fa7c670 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -2932,7 +2932,7 @@ return { "auto": resize to the minimum amount of folds to display. "auto:[1-9]": resize to accommodate multiple folds up to the selected level - 0: to disable foldcolumn + "0": to disable foldcolumn "[1-9]": to display a fixed number of columns See |folding|. ]=], |