aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/sign.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-02-27 11:56:30 +0100
committerGitHub <noreply@github.com>2022-02-27 11:56:30 +0100
commit9d3370a14429587303d3abe6d4ece71342f5e4b5 (patch)
treeabff6a0068dc2809c3f43a4af3b13fe037498b42 /runtime/doc/sign.txt
parent7dd2b0b79a34a7b3560971bc7c1466621134e469 (diff)
downloadrneovim-9d3370a14429587303d3abe6d4ece71342f5e4b5.tar.gz
rneovim-9d3370a14429587303d3abe6d4ece71342f5e4b5.tar.bz2
rneovim-9d3370a14429587303d3abe6d4ece71342f5e4b5.zip
vim-patch:c51cf0329809 (#17530)
Update runtime files. https://github.com/vim/vim/commit/c51cf0329809c7ae946c59d6f56699227efc9d1b
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r--runtime/doc/sign.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt
index 5cfa06c33c..a2a5645baa 100644
--- a/runtime/doc/sign.txt
+++ b/runtime/doc/sign.txt
@@ -87,7 +87,7 @@ the delete is undone the sign does not move back.
Here is an example that places a sign "piet", displayed with the text ">>", in
line 23 of the current file: >
:sign define piet text=>> texthl=Search
- :exe ":sign place 2 line=23 name=piet file=" . expand("%:p")
+ :exe ":sign place 2 line=23 name=piet file=" .. expand("%:p")
And here is the command to delete it again: >
:sign unplace 2