Home
last modified time | relevance | path

Searched refs:source_runtime (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dscriptfile.pro11 int source_runtime(char_u *name, int flags);
/vim-8.2.3635/src/
H A Ddigraph.c2591 if (source_runtime(buf, 0) == FAIL) in keymap_init()
2596 if (source_runtime(buf, 0) == FAIL) in keymap_init()
H A Dscriptfile.c219 source_runtime(arg, flags); in ex_runtime()
438 source_runtime(char_u *name, int flags) in source_runtime() function
H A Dex_cmds2.c763 if (source_runtime(buf, DIP_ALL) == FAIL) in ex_compiler()
H A Dex_docmd.c9337 source_runtime((char_u *)FILETYPE_FILE, DIP_ALL); in ex_filetype()
9341 source_runtime((char_u *)FTPLUGIN_FILE, DIP_ALL); in ex_filetype()
9346 source_runtime((char_u *)INDENT_FILE, DIP_ALL); in ex_filetype()
9362 source_runtime((char_u *)FTPLUGOF_FILE, DIP_ALL); in ex_filetype()
9367 source_runtime((char_u *)INDOFF_FILE, DIP_ALL); in ex_filetype()
9373 source_runtime((char_u *)FTOFF_FILE, DIP_ALL); in ex_filetype()
H A Dhighlight.c450 (void)source_runtime((char_u *)"syntax/syncolor.vim", DIP_ALL); in init_highlight()
484 retval = source_runtime(buf, DIP_START + DIP_OPT); in load_colors()
2344 if (source_runtime((char_u *)"colors/lists/default.vim", DIP_ALL) != OK) in load_default_colors_lists()
H A Doptionstr.c2478 source_runtime(fname, DIP_ALL); in did_set_string_option()
H A Dmain.c479 source_runtime(plugin_pattern, DIP_ALL | DIP_AFTER); in vim_main2()
H A Dsyntax.c4798 : source_runtime(eap->arg, DIP_ALL) == FAIL) in syn_cmd_include()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt4860 Solution: Change the argument to source_runtime(). (James Vega)