Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c1788 char_u *af_enc; // "SET", normalized, alloc'ed string or NULL member
2319 if (is_aff_rule(items, itemcnt, "SET", 2) && aff->af_enc == NULL) in spell_read_aff()
2322 aff->af_enc = enc_canonize(items[1]); in spell_read_aff()
2323 if (aff->af_enc != NULL && !spin->si_ascii in spell_read_aff()
2324 && convert_setup(&spin->si_conv, aff->af_enc, in spell_read_aff()
2327 fname, aff->af_enc, p_enc); in spell_read_aff()
3463 vim_free(aff->af_enc); in spell_free_aff()