Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dviminfo.c1598 int new_type = MCHAR; // init to shut up compiler in read_viminfo_register() local
1643 new_type = MCHAR; in read_viminfo_register()
1645 new_type = MBLOCK; in read_viminfo_register()
1647 new_type = MLINE; in read_viminfo_register()
1690 y_current_p->y_type = new_type; in read_viminfo_register()