Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dviminfo.c528 viminfo_hisidx[type] = 0; in prepare_viminfo_history()
578 viminfo_hisidx[type]++; in read_viminfo_history()
658 viminfo_hisidx[type]++; in handle_viminfo_history()
679 idx = *hisidx + viminfo_hisidx[type]; in concat_history()
700 for (i = 0; i < viminfo_hisidx[type]; i++) in concat_history()
711 for (i = 0; i < viminfo_hisidx[type]; i++) in concat_history()
747 max_len = hislen + viminfo_hisidx[type]; in merge_history()
811 viminfo_hisidx[type] = 0; in finish_viminfo_history()
861 else if (viminfo_hisidx[type] > 0) in write_viminfo_history()
934 for (i = 0; i < viminfo_hisidx[type]; ++i) in write_viminfo_history()
[all …]