Home
last modified time | relevance | path

Searched refs:imported (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9script.c528 imported_T *imported; in handle_import() local
533 if (imported != NULL && imported->imp_sid == sid) in handle_import()
547 if (imported == NULL) in handle_import()
549 imported->imp_name = as_name; in handle_import()
551 imported->imp_sid = sid; in handle_import()
567 imported_T *imported; in handle_import() local
580 if (imported != NULL in handle_import()
601 if (imported == NULL) in handle_import()
606 imported->imp_name = name; in handle_import()
615 imported->imp_sid = sid; in handle_import()
[all …]
H A Duserfunc.c1877 imported_T *imported; in find_func_even_dead() local
1911 imported = find_imported_in_script(after_script, 0, sid); in find_func_even_dead()
1913 imported = find_imported(after_script == NULL in find_func_even_dead()
1915 if (imported != NULL && imported->imp_funcname != NULL) in find_func_even_dead()
1917 hi = hash_find(&func_hashtab, imported->imp_funcname); in find_func_even_dead()
/vim-8.2.3635/runtime/doc/
H A Dusr_46.txt59 this function can be imported and called by other scripts. The line
180 no matter how many times items from it are imported.
H A Dvim9.txt244 - 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
[all …]
H A Dversion8.txt42360 Problem: Cannot assign to an imported variable.
48214 Problem: Vim9: crash when using imported function.
48999 Problem: Vim9: crash when using an imported function.
49000 Solution: Add the function type to the imported entry. (closes #6522)
49637 Problem: Vim9: may find imported item in wrong script.
/vim-8.2.3635/src/testdir/
H A Dtest_vim9_script.vim1248 var imported = Export + dummy
1259 var imported = Export . exported
1306 var imported = Export.
1371 # try changing an imported const
1383 # try changing an imported final
1437 assert_fails('source Ximport.vim', 'E1213: Redefining imported item "exported"', '', 3)
1944 # using a function imported with "as"
2188 echo 'imported'
3818 " imported variable becomes script-local
3823 " imported function becomes script-local
/vim-8.2.3635/runtime/syntax/
H A Dsdl.vim44 syn keyword sdlExported imported
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim872 " add matching imported things
2727 " if there's an imported class, just use that class's information
2733 " try to find relative namespace in imports, imported names takes precedence over
2745 " no imported class or namespace matched, expand with the current namespace
/vim-8.2.3635/src/po/
H A Dit.po6969 msgid "E1213: Redefining imported item \"%s\""
7042 msgid "E1236: Cannot use %s itself, it is imported with '*'"