aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-12-03 21:44:13 +0800
committerGitHub <noreply@github.com>2022-12-03 21:44:13 +0800
commite642825e281b7a9f259b8bc0b83b94a78b18a2c4 (patch)
tree846f82101d13a45c8c5faf26971472ea880af4ea /runtime
parentc768b578faba671beab435954dc4e5a321c94728 (diff)
parent0cb90114d4c4801457e286c9b72ad0f394877d05 (diff)
downloadrneovim-e642825e281b7a9f259b8bc0b83b94a78b18a2c4.tar.gz
rneovim-e642825e281b7a9f259b8bc0b83b94a78b18a2c4.tar.bz2
rneovim-e642825e281b7a9f259b8bc0b83b94a78b18a2c4.zip
Merge pull request #21274 from zeertzjq/vim-8.2.3992
vim-patch:8.2.{3992,4261,4262},9.0.{0110,0577}
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/builtin.txt2
-rw-r--r--runtime/doc/eval.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 08c8e2e9d6..f9917ed035 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -8003,7 +8003,7 @@ stridx({haystack}, {needle} [, {start}]) *stridx()*
Can also be used as a |method|: >
GetHaystack()->stridx(needle)
-
+<
*string()*
string({expr}) Return {expr} converted to a String. If {expr} is a Number,
Float, String, Blob or a composition of them, then the result
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index eb42e10338..c989b67b96 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1780,7 +1780,7 @@ v:exiting Exit code, or |v:null| before invoking the |VimLeavePre|
and |VimLeave| autocmds. See |:q|, |:x| and |:cquit|.
Example: >
:au VimLeave * echo "Exit value is " .. v:exiting
-
+<
*v:echospace* *echospace-variable*
v:echospace Number of screen cells that can be used for an `:echo` message
in the last screen line before causing the |hit-enter-prompt|.