Searched refs:imported (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9script.c | 528 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 D | userfunc.c | 1877 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 D | usr_46.txt | 59 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 D | vim9.txt | 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 [all …]
|
| H A D | version8.txt | 42360 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 D | test_vim9_script.vim | 1248 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 D | sdl.vim | 44 syn keyword sdlExported imported
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 872 " 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 D | it.po | 6969 msgid "E1213: Redefining imported item \"%s\"" 7042 msgid "E1236: Cannot use %s itself, it is imported with '*'"
|