aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/eval.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
index 907993ddca..90859b0a1a 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -5057,6 +5057,7 @@ M.funcs = {
args = 1,
base = 1,
desc = [=[
+ The result is a Number, which is indent of line {lnum} in the
current buffer. The indent is counted in spaces, the value
of 'tabstop' is relevant. {lnum} is used just like in
|getline()|.
@@ -5775,6 +5776,7 @@ M.funcs = {
args = 1,
base = 1,
desc = [=[
+ The result is a Number, which is the length of the argument.
When {expr} is a String or a Number the length in bytes is
used, as with |strlen()|.
When {expr} is a |List| the number of items in the |List| is