diff options
author | Maria José Solano <majosolano99@gmail.com> | 2023-10-09 15:34:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 06:34:48 +0800 |
commit | c80a3976cb34c2b3c7f6f01e9ad2db41a4f67796 (patch) | |
tree | 2d4fa50c9823cb594dfbeb5a216b564f59e2b197 /src | |
parent | 81f67b79e8a307a45a996dbeee0213c7745aa358 (diff) | |
download | rneovim-c80a3976cb34c2b3c7f6f01e9ad2db41a4f67796.tar.gz rneovim-c80a3976cb34c2b3c7f6f01e9ad2db41a4f67796.tar.bz2 rneovim-c80a3976cb34c2b3c7f6f01e9ad2db41a4f67796.zip |
docs: miscellaneous doc and type fixes (#25554)
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|. ]=], |