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/motion.txt b/runtime/doc/motion.txt index 36a7309..37b420c 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt
@@ -1019,7 +1019,7 @@ :let lnum = line(".") :keepjumps normal gg :call SetLastChange() - :keepjumps exe "normal " . lnum . "G" + :keepjumps exe "normal " .. lnum .. "G" < Note that ":keepjumps" must be used for every command. When invoking a function the commands in that function