Home
last modified time | relevance | path

Searched refs:load_colors (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dhighlight.pro6 int load_colors(char_u *name);
/vim-8.2.3635/src/
H A Dhighlight.c392 r = load_colors(copy_p); in init_highlight()
462 load_colors(char_u *name) in load_colors() function
H A Dex_docmd.c5568 else if (load_colors(eap->arg) == FAIL) in ex_colorscheme()