Searched refs:viminfo_history (Results 1 – 1 of 1) sorted by relevance
522 viminfo_history[type] = NULL; in prepare_viminfo_history()525 if (viminfo_history[type] == NULL) in prepare_viminfo_history()655 viminfo_history[type][idx].hisstr = p; in handle_viminfo_history()656 viminfo_history[type][idx].hisnum = 0; in handle_viminfo_history()757 tot_hist[i] = &viminfo_history[type][i]; in merge_history()783 vim_free(viminfo_history[type][i].hisstr); in merge_history()810 VIM_CLEAR(viminfo_history[type]); in finish_viminfo_history()882 p = viminfo_history[type] == NULL ? NULL in write_viminfo_history()883 : viminfo_history[type][i].hisstr; in write_viminfo_history()935 if (viminfo_history[type] != NULL) in write_viminfo_history()[all …]