| /vim-8.2.3635/src/testdir/ |
| H A D | test_tagcase.vim | 13 if &l:tc != '' 14 let tc = &l:tc 16 let tc = &g:tc 18 if tc == 'followic' 49 setg tc& 50 setl tc& 57 setg tc& 58 setl tc& 67 setl tc= 72 setg tc& [all …]
|
| H A D | test_fold.vim | 272 call setline(1, ["a", "\tb", "\tc", "\td", "\te"]) 279 call assert_equal(["a", "\tb", "\td", "\tc", "\te"], getline(1, '$')) 282 call setline(1, ["a", "\tb", "\tc", "\td", "\te", "z", "\ty", "\tx", "\tw", "\tv"]) 288 …call assert_equal(["a", "\tc", "\tb", "\td", "\te", "z", "\ty", "\tx", "\tw", "\tv"], getline(1, '… 380 call setline(1, ["a", "\tb", "\tc", "\td", "\te"]) 385 call assert_equal(["a", "\tb", "\td", "\tc", "\te"], getline(1, '$')) 388 call setline(1, ["a", "\tb", "\tc", "\td", "\te", "z", "\ty", "\tx", "\tw", "\tv"]) 393 …call assert_equal(["a", "\tc", "\tb", "\td", "\te", "z", "\ty", "\tx", "\tw", "\tv"], getline(1, '…
|
| H A D | test_retab.vim | 62 call assert_equal("\t a\t\t\tb\t\t\tc\t ", Retab('!', 3))
|
| H A D | test_tabpage.vim | 478 let tc = [ [4, '.', '!'], [2, '.+', ''], [3, '.-2', '!'], [1, '.+1', '!'] ] 479 for c in tc 521 for c in tc
|
| H A D | test_breakindent.vim | 446 call setline(1, [" a\tb\tc\td\te", " z y x w v"]) 461 call setline(1, [" a\tb\tc\td\te", " z y x w v"])
|
| H A D | test_cpoptions.vim | 310 call setline(1, ['', "a\tc" .. '\t'])
|
| /vim-8.2.3635/runtime/ |
| H A D | termcap | 23 :ic@:im@:ei@:tc=sun: 25 :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun: 27 :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun-e: 29 :li#48:co#80:tc=sun: 31 :li#34:co#80:tc=sun: 33 :li#24:co#80:tc=sun: 35 :li#17:co#80:tc=sun: 76 :tc=acorn_generic
|
| H A D | optwin.vim | 310 call <SID>OptionG("tc", &tc)
|
| /vim-8.2.3635/runtime/spell/en/ |
| H A D | en_CA.diff | 192 ! 1th/tc 195 ! 2th/tc 198 ! 3th/tc
|
| H A D | en_US.diff | 197 ! 1th/tc 200 ! 2th/tc 203 ! 3th/tc
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 90vttest_01-movement-2.test | 10 PUSH "\e[19;1HA\e[19;80Ha\x0a\e[18;80HaB\e[19;80HB\b b\x0a\e[19;80HC\b\b\t\tc\e[19;2H\bC\x0a\e[19;8…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | asm68k.vim | 31 syn keyword asm68kReg crp srp tc ac0 ac1 acusr tt0 tt1 mmusr 37 syn keyword asm68kReg cal val scc crp srp drp tc ac psr pcsr
|
| H A D | vim.vim | 25 …spellr[epall] srI srn startr[eplace] sun[hide] sy tN[ext] tabe[dit] tabnew tc[d] ter[minal] tlmenu… 33 …match siso smd spellcapcheck splitright ssop sts swapsync syn tag tagstack tc termwinkey textwidth… 798 …VimFoldt syn region vimTclRegion matchgroup=vimScriptDelim start=+tc[l]\=\s*<<\s*\z(.*\)$+ end=+^\… 799 …VimFoldt syn region vimTclRegion matchgroup=vimScriptDelim start=+tc[l]\=\s*<<\s*$+ end=+\.$+ cont… 802 syn region vimEmbedError start=+tc[l]\=\s*<<\s*\z(.*\)$+ end=+^\z1$+ 803 syn region vimEmbedError start=+tc[l]\=\s*<<\s*$+ end=+\.$+ 807 syn region vimEmbedError start=+tc[l]\=\s*<<\s*\z(.*\)$+ end=+^\z1$+ 808 syn region vimEmbedError start=+tc[l]\=\s*<<\s*$+ end=+\.$+
|
| H A D | skill.vim | 508 syn match skilltechFunctions "(\(tech\|tc\)\u\a\+\>"hs=s+1 509 syn match skilltechFunctions "\<\(tech\|tc\)\u\a\+("he=e-1
|
| H A D | initex.vim | 22 …\ '[+-]\=\s*\%(\d\+\%([.,]\d*\)\=\|[.,]\d\+\)\s*\%(true\)\=\s*\%(p[tc]\|in\|bp\|c[mc]\|m[mu]\|dd\|…
|
| H A D | gnuplot.vim | 448 syn keyword gnuplotKeyword title offset font textcolor tc
|
| H A D | aml.vim | 36 …bolsa[ve] symbolsc[ale] symbolse[t] symbolset sz tab[les] tal[ly] tan tanh tc te tes[t] text texta…
|
| H A D | sas.vim | 136 …ew prism quit rename replay select scatter speedometer star surface symbol tc tcopy tdef tdelete t…
|
| H A D | redif.vim | 720 …d\|sr\|sj\|sz\|se\|ch\|sy\|tw\|tj\|tz\|th\|tl\|tg\|tk\|to\|tt\|tn\|tr\|tm\|tc\|tv\|ug\|ua\|ae\|gb\…
|
| /vim-8.2.3635/src/ |
| H A D | getchar.c | 3207 static int tc = 0; in vgetorpeek() local 3233 || (cmdwin_type > 0 && tc == ESC) in vgetorpeek() 3240 tc = c; in vgetorpeek()
|
| H A D | edit.c | 72 static int ins_ctrl_ey(int tc); 5293 ins_ctrl_ey(int tc) in ins_ctrl_ey() argument 5295 int c = tc; in ins_ctrl_ey()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | haskellcomplete.vim | 582 \ , "-ddump-tc" 586 \ , "-ddump-tc-trace" 1130 \ , "-ddump-tc" 1131 \ , "-ddump-tc-ast" 1132 \ , "-ddump-tc-trace"
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | editing.txt | 1325 *:tc* *:tcd* 1326 :tc[d][!] {path} Like |:cd|, but only set the directory for the current 1333 :tc[d][!] - Change to the previous current directory, before the
|
| H A D | quickref.txt | 932 'tagcase' 'tc' how to handle case when searching in tags files
|
| H A D | tags | 1123 'tc' options.txt /*'tc'* 3330 :tc editing.txt /*:tc*
|