Update runtime files.
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt
index 125e592..ace84bd 100644
--- a/runtime/doc/sign.txt
+++ b/runtime/doc/sign.txt
@@ -101,7 +101,7 @@
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