| /vim-8.2.3635/src/testdir/ |
| H A D | test_escaped_glob.vim | 1 " Test whether glob()/globpath() return correct results with certain escaped 30 \ globpath('sautest/autoload', 'glob*.vim')) 32 \ 'glob*.vim'->globpath('sautest/autoload', 0, 1))
|
| H A D | test_true_false.vim | 84 call Try_arg_true_false('globpath(".", "runtest.vim", %v%)', "", "./runtest.vim") 86 …call Try_arg_true_false('globpath(".", "runtest.vim", 0, %v%)', "./runtest.vim", ["./runtest.vim"]) 89 call Try_arg_true_false('globpath(".", "Xlink", 0, 0, %v%)', "", "./Xlink")
|
| H A D | test_vim9_builtin.vim | 1644 globpath('.', 'runtest.vim', true, true, true)->assert_equal(['./runtest.vim']) 1645 …CheckDefAndScriptFailure2(['globpath(1, "b")'], 'E1013: Argument 1: type mismatch, expected string… 1646 …CheckDefAndScriptFailure2(['globpath("a", 2)'], 'E1013: Argument 2: type mismatch, expected string… 1647 …CheckDefAndScriptFailure2(['globpath("a", "b", "c")'], 'E1013: Argument 3: type mismatch, expected… 1648 …CheckDefAndScriptFailure2(['globpath("a", "b", true, "d")'], 'E1013: Argument 4: type mismatch, ex… 1649 …CheckDefAndScriptFailure2(['globpath("a", "b", true, false, "e")'], 'E1013: Argument 5: type misma… 1650 globpath('', '')->assert_equal('')
|
| H A D | test_ins_complete.vim | 511 call assert_true(stridx(globpath(&rtp, 'syntax/*.vim', 1, 1)[0], '\') != -1)
|
| H A D | test_functions.vim | 2715 call assert_equal('', globpath(test_null_string(), test_null_string())) 2716 call assert_fails("let x = globpath(&rtp, 'syntax/c.vim', [])", 'E745:')
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sql.vim | 24 if globpath(&runtimepath, 'syntax/'.b:sql_type_override.'.vim') != '' 28 if globpath(&runtimepath, 'syntax/'.g:sql_type_default.'.vim') != ''
|
| H A D | chicken.vim | 34 let s:c = globpath(&rtp, 'syntax/cpp.vim', 0, 1)
|
| H A D | yacc.vim | 30 …for s:Cpath in split(globpath(&rtp,(exists("g:yacc_uses_cpp")? "syntax/cpp.vim" : "syntax/c.vim"))…
|
| H A D | vim.vim | 81 …ne getcursorcharpos getftime getmarklist getreg gettabwinvar getwinposx globpath histadd hlget ind… 686 for s:luapath in split(globpath(&rtp,"syntax/lua.vim"),"\n") 709 for s:perlpath in split(globpath(&rtp,"syntax/perl.vim"),"\n") 732 for s:rubypath in split(globpath(&rtp,"syntax/ruby.vim"),"\n") 755 for s:pythonpath in split(globpath(&rtp,"syntax/python.vim"),"\n") 787 for s:tclpath in split(globpath(&rtp,"syntax/tcl.vim"),"\n") 815 for s:mzschemepath in split(globpath(&rtp,"syntax/mzscheme.vim"),"\n")
|
| H A D | lex.vim | 16 for s:Cpath in split(globpath(&rtp,"syntax/cpp.vim"),"\n")
|
| H A D | r.vim | 288 let s:ff = split(substitute(globpath(&rtp, "R/functions.vim"), "functions.vim", "", "g"), "\n")
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | sql.vim | 26 if globpath(&runtimepath, 'indent/'.b:sql_type_override.'.vim') != '' 30 if globpath(&runtimepath, 'indent/'.g:sql_type_default.'.vim') != ''
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | sql.vim | 119 let list_indent = globpath(&runtimepath, 'indent/*sql*') 120 let list_syntax = globpath(&runtimepath, 'syntax/*sql*') 121 let list_ftplugin = globpath(&runtimepath, 'ftplugin/*sql*') 248 if globpath(&runtimepath, 'ftplugin/'.b:sql_type_override.'.vim') != '' 255 if globpath(&runtimepath, 'ftplugin/'.g:sql_type_default.'.vim') != ''
|
| /vim-8.2.3635/src/proto/ |
| H A D | cmdexpand.pro | 11 void globpath(char_u *path, char_u *file, garray_T *ga, int expand_options);
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | cleanadd.vim | 15 for s:fname in split(globpath(&rtp, "spell/*.add"), "\n")
|
| /vim-8.2.3635/src/ |
| H A D | scriptfile.c | 835 globpath(p_rtp, s, &ga, 0); in ExpandRTDir() 849 globpath(p_pp, s, &ga, 0); in ExpandRTDir() 864 globpath(p_pp, s, &ga, 0); in ExpandRTDir() 927 globpath(p_pp, s, &ga, 0); in ExpandPackAddDir()
|
| H A D | findfile.c | 2631 globpath(paths, pattern, gap, glob_flags); in expand_in_path()
|
| H A D | cmdexpand.c | 2573 globpath( in globpath() function
|
| H A D | filepath.c | 1392 globpath(tv_get_string(&argvars[0]), file, &ga, flags); in f_globpath()
|
| /vim-8.2.3635/runtime/ |
| H A D | menu.vim | 380 let n = globpath(&runtimepath, "colors/*.vim", 1, 1) 381 let n += globpath(&packpath, "pack/*/start/*/colors/*.vim", 1, 1) 382 let n += globpath(&packpath, "pack/*/opt/*/colors/*.vim", 1, 1) 412 let n = globpath(&runtimepath, "keymap/*.vim", 1, 1) 489 let s = globpath(&runtimepath, "spell/*." . enc . ".spl", 1, 1) 634 let n = globpath(&runtimepath, "compiler/*.vim", 1, 1)
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | spellfile.vim | 186 for dir in split(globpath(&rtp, 'spell'), "\n")
|
| H A D | getscript.vim | 211 let plugins = split(globpath(firstdir,"plugin/**/*.vim"),'\n') 212 let plugins = plugins + split(globpath(firstdir,"AsNeeded/**/*.vim"),'\n')
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_getscript.txt | 389 plugin/*.vim in globpath() call.
|
| H A D | usr_45.txt | 370 :echo globpath(&rtp, "keymap/*.vim")
|
| H A D | mbyte.txt | 1033 :echo globpath(&rtp, "keymap/*.vim")
|