Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h76 char_u *sl_info; // infotext string or NULL member
H A Dspell.c1734 VIM_CLEAR(lp->sl_info); in slang_clear()
3806 p = lp->lp_slang->sl_info; in ex_spellinfo()
H A Dspellfile.c447 lp->sl_info = read_string(fd, len); // <infotext> in spell_load_file()
448 if (lp->sl_info == NULL) in spell_load_file()