Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/syntax/
H A Dcl.vim66 …sc asize chr name random slen srandom day getarg getcgi getenv lcase scat sconv sdel skey smult sr…
/vim-8.2.3635/src/
H A Dviminfo.c982 char_u *sconv; in barline_parse() local
1109 sconv = string_convert(&virp->vir_conv, s, NULL); in barline_parse()
1110 if (sconv != NULL) in barline_parse()
1116 s = sconv; in barline_parse()