Lines Matching refs:imported
244 - in the script scope, possibly imported
260 found in the script, either defined there or imported. Global functions and
370 or imported variables and functions in the same script file.
1350 A Vim9 script can be written to be imported. This means that everything in
1352 items, can then be imported in another script.
1360 To recognize a file that can be imported the `vim9script` statement must
1427 The exported items can be imported individually in another Vim9 script: >
1446 `:import` can also be used in legacy Vim script. The imported items still
1450 at the script level and only imported once.
1463 Once a vim9 script file has been imported, the result is cached and used the
1464 next time the same script is imported. It will not be read again.
1509 namespace will be used for the imported item, even when "s:" is not specified.
1774 - When importing a script the symbols that are imported are explicitly listed,