Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dviminfo.c516 if (histentry[i].hisstr == NULL || histentry[i].viminfo) in prepare_viminfo_history()
692 if (histentry[idx].hisstr != NULL || histentry[idx].viminfo) in concat_history()
702 vim_free(histentry[idx].hisstr); in concat_history()
704 histentry[idx].viminfo = TRUE; in concat_history()
713 histentry[idx++].hisnum = ++*hisnum; in concat_history()
760 if (histentry[i].hisstr != NULL) in merge_history()
761 tot_hist[len++] = &histentry[i]; in merge_history()
785 vim_free(histentry[i].hisstr); in merge_history()
786 vim_free(histentry); in merge_history()
877 p = histentry[i].hisstr; in write_viminfo_history()
[all …]
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim9137 let histentry = g:netrw_dirhist_{choice}
9138 call netrw#MakeTgt(histentry)
9320 let histentry = g:netrw_dirhist_{histcnt}
9321 if has_key(tgtdict,histentry)
9325 let tgtdict[histentry] = histcnt
9326 let ehistentry = escape(histentry,g:netrw_menu_escape)
9327 " call Decho("menu: Targets: ".histentry,'~'.expand("<slnum>"))
9328 …".priority." ".g:NetrwTopLvlMenu.'Targets.'.ehistentry." :call netrw#MakeTgt('".histentry."')\<cr>"