summaryrefslogtreecommitdiffstats
path: root/runtime/doc/repeat.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-10-02 13:26:25 +0200
committerBram Moolenaar <Bram@vim.org>2018-10-02 13:26:25 +0200
commit95bafa296ae97bf420d5c74dd6db517b404c5df7 (patch)
tree1b435e15fef792025110a5da338a5664c50e0753 /runtime/doc/repeat.txt
parent6dff58f15cede9139b2fcfc64c9064326ea3d3b0 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r--runtime/doc/repeat.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index c4b38a32d8..8538d0c2f2 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -467,8 +467,8 @@ flag when defining the function, it is not relevant when executing it. >
:set cpo-=C
<
*line-continuation-comment*
-To add a comment in between the lines start with '\" '. Notice the space
-after the double quote. Example: >
+To add a comment in between the lines start with '"\ '. Notice the space
+after the backslash. Example: >
let array = [
"\ first entry comment
\ 'first',