commit | c51cf0329809c7ae946c59d6f56699227efc9d1b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 26 12:25:45 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 26 12:25:45 2022 +0000 |
tree | 825302ef0857905dbf08dc584ef6d6a8aae27790 | |
parent | e41c1dd8890d3f701253255993f4e9af2d12225c [diff] [blame] |
Update runtime files.
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index ad862bf..0867c47 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt
@@ -227,7 +227,7 @@ Example: > :cmap <F7> <C-\>eAppendSome()<CR> :func AppendSome() - :let cmd = getcmdline() . " Some()" + :let cmd = getcmdline() .. " Some()" :" place the cursor on the ) :call setcmdpos(strlen(cmd)) :return cmd