Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dviminfo.c464 static int viminfo_hislen[HIST_COUNT] = {0, 0, 0, 0, 0}; variable
527 viminfo_hislen[type] = len; in prepare_viminfo_history()
545 if (viminfo_hisidx[type] < viminfo_hislen[type]) in read_viminfo_history()
614 if (viminfo_hisidx[type] < viminfo_hislen[type]) in handle_viminfo_history()