commit | fd999452adaf529a30d78844b5fbee355943da29 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 18:30:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 18:30:14 2022 +0100 |
tree | 4b5f0def835557c60377288f5dd1a9d9cac7734f | |
parent | 44b9abb150afdca557d8ff5af112d654e0d19e84 [diff] [blame] |
Update runtime files
diff --git a/runtime/doc/vim9.txt b/runtime/doc/vim9.txt index 089cb8f..5d1a823 100644 --- a/runtime/doc/vim9.txt +++ b/runtime/doc/vim9.txt
@@ -1823,7 +1823,7 @@ Importing an autoload script ~ - *vim9-autoload* + *vim9-autoload* *import-autoload* For optimal startup speed, loading scripts should be postponed until they are actually needed. Using the autoload mechanism is recommended: *E1264*