Home
last modified time | relevance | path

Searched refs:globpath (Results 1 – 25 of 34) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_escaped_glob.vim1 " 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 Dtest_true_false.vim84 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 Dtest_vim9_builtin.vim1644 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 Dtest_ins_complete.vim511 call assert_true(stridx(globpath(&rtp, 'syntax/*.vim', 1, 1)[0], '\') != -1)
H A Dtest_functions.vim2715 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 Dsql.vim24 if globpath(&runtimepath, 'syntax/'.b:sql_type_override.'.vim') != ''
28 if globpath(&runtimepath, 'syntax/'.g:sql_type_default.'.vim') != ''
H A Dchicken.vim34 let s:c = globpath(&rtp, 'syntax/cpp.vim', 0, 1)
H A Dyacc.vim30 …for s:Cpath in split(globpath(&rtp,(exists("g:yacc_uses_cpp")? "syntax/cpp.vim" : "syntax/c.vim"))…
H A Dvim.vim81 …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 Dlex.vim16 for s:Cpath in split(globpath(&rtp,"syntax/cpp.vim"),"\n")
H A Dr.vim288 let s:ff = split(substitute(globpath(&rtp, "R/functions.vim"), "functions.vim", "", "g"), "\n")
/vim-8.2.3635/runtime/indent/
H A Dsql.vim26 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 Dsql.vim119 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 Dcmdexpand.pro11 void globpath(char_u *path, char_u *file, garray_T *ga, int expand_options);
/vim-8.2.3635/runtime/spell/
H A Dcleanadd.vim15 for s:fname in split(globpath(&rtp, "spell/*.add"), "\n")
/vim-8.2.3635/src/
H A Dscriptfile.c835 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 Dfindfile.c2631 globpath(paths, pattern, gap, glob_flags); in expand_in_path()
H A Dcmdexpand.c2573 globpath( in globpath() function
H A Dfilepath.c1392 globpath(tv_get_string(&argvars[0]), file, &ga, flags); in f_globpath()
/vim-8.2.3635/runtime/
H A Dmenu.vim380 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 Dspellfile.vim186 for dir in split(globpath(&rtp, 'spell'), "\n")
H A Dgetscript.vim211 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 Dpi_getscript.txt389 plugin/*.vim in globpath() call.
H A Dusr_45.txt370 :echo globpath(&rtp, "keymap/*.vim")
H A Dmbyte.txt1033 :echo globpath(&rtp, "keymap/*.vim")

12