commit | 48c3f4e0bff7efd289a7001b68c777b6f89a7057 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 15:42:38 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 15:42:38 2022 +0100 |
tree | 519686e73427026f133ce10ff9f8ce7243f011d2 | |
parent | cf85d97bafdcc7837a77ab79cc04da189fa3dd0c [diff] [blame] |
Update runtime files
diff --git a/runtime/doc/vim9.txt b/runtime/doc/vim9.txt index 5fba47b..01412a0 100644 --- a/runtime/doc/vim9.txt +++ b/runtime/doc/vim9.txt
@@ -1773,7 +1773,7 @@ name # Error! echo that .name # Error! - +< *import-map* When you've imported a function from one script into a vim9 script you can refer to the imported function in a mapping by prefixing it with |<SID>|: > noremap <silent> ,a :call <SID>name.Function()<CR>