commit | 05a8061eecd9969ee6cde008f54ded77462b649e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 15:09:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 15:09:53 2022 +0100 |
tree | 5aa70224f13ae426e7b9ef01a658d08ce61506c0 | |
parent | ab146dac6b4148e770eb2bf61c72ef62d3ecfc65 [diff] [blame] |
Update runtime files
diff --git a/runtime/doc/vim9.txt b/runtime/doc/vim9.txt index ce1b182..5fba47b 100644 --- a/runtime/doc/vim9.txt +++ b/runtime/doc/vim9.txt
@@ -107,7 +107,7 @@ `:t` `:xit` - Some commands, especially those used for flow control, cannot be shortened. - E.g., `:throw` cannot be written as `:th`. *E839* + E.g., `:throw` cannot be written as `:th`. - You cannot use curly-braces names. - A range before a command must be prefixed with a colon: > :%s/this/that