commit | e7b1ea0276cc83cd5c612f3189a174a60d57b5ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 19:54:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 19:54:59 2020 +0200 |
tree | a8c3ded5f0cb0966c0385a716f4e82a9a81cb3be | |
parent | 95dd9f2571f09a915674133c73b471b0ebbdcdbf [diff] [blame] |
Update runtime files.
diff --git a/runtime/doc/usr_46.txt b/runtime/doc/usr_46.txt index b05a660..0986ba1 100644 --- a/runtime/doc/usr_46.txt +++ b/runtime/doc/usr_46.txt
@@ -34,7 +34,7 @@ Let's start with an example, a script that exports one function and has one private function: > - vim9script " This indicates a Vim9 script file, + vim9script " This indicates a Vim9 script file. export def GetMessage(): string let result = ''