Searched refs:source_runtime (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | scriptfile.pro | 11 int source_runtime(char_u *name, int flags);
|
| /vim-8.2.3635/src/ |
| H A D | digraph.c | 2591 if (source_runtime(buf, 0) == FAIL) in keymap_init() 2596 if (source_runtime(buf, 0) == FAIL) in keymap_init()
|
| H A D | scriptfile.c | 219 source_runtime(arg, flags); in ex_runtime() 438 source_runtime(char_u *name, int flags) in source_runtime() function
|
| H A D | ex_cmds2.c | 763 if (source_runtime(buf, DIP_ALL) == FAIL) in ex_compiler()
|
| H A D | ex_docmd.c | 9337 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 D | highlight.c | 450 (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 D | optionstr.c | 2478 source_runtime(fname, DIP_ALL); in did_set_string_option()
|
| H A D | main.c | 479 source_runtime(plugin_pattern, DIP_ALL | DIP_AFTER); in vim_main2()
|
| H A D | syntax.c | 4798 : source_runtime(eap->arg, DIP_ALL) == FAIL) in syn_cmd_include()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 4860 Solution: Change the argument to source_runtime(). (James Vega)
|