| /vim-8.2.3635/src/testdir/ |
| H A D | test_taglist.vim | 8 \ "FFoo\tXfoo\t1", 10 \ "BFoo\tXbar\t1", 93 call writefile(["FFoo\tXfoo\t1"], 'Xtags1') 94 call writefile(["FBar\tXbar\t1"], 'Xtags2') 116 call writefile(["Foo\tfoo\t1"], 'Xtags', 'b')
|
| H A D | test_tagjump.vim | 20 \ "one\tXfile\t1", 380 \ "one\tXfile1\t1", 464 \ "two\tXfile1\t1", 781 \ "first\tXfoo\t1", 806 \ "first\tXfoo\t1", 833 \ "first\tXfoo\t1", 966 \ "first\tXfoo\t1", 1013 \ "first\tXfoo\t1", 1063 \ "first\tXfoo1\t1", 1064 \ "first\tXfoo2\t1", [all …]
|
| H A D | test_listlbr_utf8.vim | 101 \ "#define ABCDE\t\t1", 102 \ "#define ABCDEF\t\t1", 103 \ "#define ABCDEFG\t\t1", 104 \ "#define ABCDEFGH\t1", 105 \ "#define MSG_MODE_FILE\t\t\t1",
|
| H A D | test_help.vim | 90 call assert_equal(["help-tags\ttags\t1"], readfile('Xdir/tags'))
|
| H A D | test_viminfo.vim | 132 \ "!GLOB_LIST_1\tLIS\t1 2", 133 \ "!GLOB_DICT_1\tDIC\t1 2"], 'Xviminfo')
|
| H A D | test_textformat.vim | 1072 setlocal formatoptions=t1
|
| H A D | test_fold.vim | 1353 …call setline(1, ["\t1", "\t2", "\t\t3", "\t\t4", "\t\t\t5", "\t\t\t6", "\t\t7", "\t\t8", "\t9", "\…
|
| H A D | test_substitute.vim | 441 func SubReplacer20(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18,… argument
|
| H A D | test_visual.vim | 130 call assert_equal(["\t1", "\t2", "\t3"], getline(1, '$'))
|
| H A D | test_spell.vim | 177 call assert_notequal(0, search("^sample\t1$")) " regular word found once.
|
| H A D | test_normal.vim | 3058 t1;
|
| /vim-8.2.3635/src/ |
| H A D | help.c | 815 char_u *t1, *t2; in fix_help_buffer() local 830 t1 = gettail(f1); in fix_help_buffer() 832 e1 = vim_strrchr(t1, '.'); in fix_help_buffer()
|
| H A D | misc2.c | 1892 char_u *t1; in same_directory() local 1900 t1 = gettail_sep(ffname); in same_directory() 1902 return (t1 - ffname == t2 - f2 in same_directory() 1903 && pathcmp((char *)ffname, (char *)f2, (int)(t1 - ffname)) == 0); in same_directory()
|
| H A D | mouse.c | 21 time_diff_ms(struct timeval *t1, struct timeval *t2) in time_diff_ms() argument 27 return (t2->tv_sec - t1->tv_sec) * 1000 in time_diff_ms() 28 + (t2->tv_usec - t1->tv_usec) / 1000; in time_diff_ms()
|
| H A D | ops.c | 1462 pos_T t1; in op_insert() local 1540 t1 = oap->start; in op_insert() 1547 if (t1.lnum == curbuf->b_op_start_orig.lnum in op_insert() 1548 && LT_POS(curbuf->b_op_start_orig, t1)) in op_insert()
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | oldturkic-orkhon_utf-8.vim | 133 t1 10C43 OLD TURKIC LETTER ORKHON AT
|
| H A D | oldturkic-yenisei_utf-8.vim | 149 t1 10C44 OLD TURKIC LETTER YENISEI AT
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_sql.txt | 122 create table t1 ( 131 create index i1 on t1 (c1); 141 create table t1 (
|