Searched refs:viminfo_hisidx (Results 1 – 1 of 1) sorted by relevance
528 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 …]