Searched refs:hist (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_history.vim | 8 function History_Tests(hist) argument 10 call histadd(a:hist, 'dummy') 11 call assert_true(histdel(a:hist)) 12 call assert_equal(-1, histnr(a:hist)) 13 call assert_equal('', histget(a:hist)) 22 call assert_equal(2, histnr(a:hist)) 23 call assert_true(histdel(a:hist, 2)) 33 let a=execute('history ' . a:hist) 38 if len(a:hist) > 0 68 call histdel(a:hist) [all …]
|
| H A D | test_memory_usage.vim | 40 let proc.hist = [] 49 call add(self.hist, val) 50 if len(self.hist) < 20 53 let sample = remove(self.hist, 0) 54 return len(uniq([sample] + self.hist)) == 1 58 return {'last': get(proc.hist, -1), 'max': proc.max}
|
| H A D | test_quickfix.vim | 2180 let res = split(execute(a:cchar . 'hist'), "\n") 2189 exe '1' . a:cchar . 'hist' 2191 exe '3' . a:cchar . 'hist' 2193 call assert_fails('-2' . a:cchar . 'hist', 'E16:') 2194 call assert_fails('4' . a:cchar . 'hist', 'E16:') 2197 let l = split(execute(a:cchar . 'hist'), "\n") 2207 let res = split(execute(a:cchar . 'hist'), "\n")
|
| /vim-8.2.3635/src/ |
| H A D | cmdhist.c | 374 histentry_T *hist; in calc_hist_idx() local 381 hist = history[histype]; in calc_hist_idx() 384 while (hist[i].hisnum > num) in calc_hist_idx() 392 if (i >= 0 && hist[i].hisnum == num && hist[i].hisstr != NULL) in calc_hist_idx() 400 if (hist[i].hisstr != NULL) in calc_hist_idx() 692 histentry_T *hist; in ex_history() local 749 hist = history[histype1]; in ex_history() 761 if (hist[i].hisstr != NULL in ex_history() 762 && hist[i].hisnum >= j && hist[i].hisnum <= k) in ex_history() 766 hist[i].hisnum); in ex_history() [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | eviews.vim | 43 …st freeze freq frml garch genr gmm grads graph group hconvert hfetch hilo hist hlabel hpf impulse …
|
| H A D | sh.vim | 586 …syn keyword shStatement bg builtin disown enum export false fg getconf getopts hist jobs let print…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_getscript.txt | 37 9. GetLatestVimScripts History.....................: |glvs-hist| 386 9. GetLatestVimScripts History *getscript-history* *glvs-hist* {{{1
|
| H A D | tags | 7129 glvs-hist pi_getscript.txt /*glvs-hist* 7306 hist-names eval.txt /*hist-names*
|
| H A D | eval.txt | 6644 one of: *hist-names* 6668 Clear {history}, i.e. delete all its entries. See |hist-names| 6704 {history}. See |hist-names| for the possible values of 6722 See |hist-names| for the possible values of {history}.
|
| H A D | version7.txt | 8323 Problem: ":hist a" doesn't work like ":hist all" as the docs suggest. 8324 Solution: Make ":hist a" and ":hist al" work. (Dominique Pelle)
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 279 …, '"fina"', '"flac"', '"frac"', '"fwid"', '"half"', '"haln"', '"halt"', '"hist"', '"hkna"', '"hlig…
|
| H A D | haskellcomplete.vim | 670 \ , "-fghci-hist-size="
|