Home
last modified time | relevance | path

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

/vim-8.2.3635/src/testdir/
H A Dtest_taglist.vim8 \ "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 Dtest_tagjump.vim20 \ "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 Dtest_listlbr_utf8.vim101 \ "#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 Dtest_help.vim90 call assert_equal(["help-tags\ttags\t1"], readfile('Xdir/tags'))
H A Dtest_viminfo.vim132 \ "!GLOB_LIST_1\tLIS\t1 2",
133 \ "!GLOB_DICT_1\tDIC\t1 2"], 'Xviminfo')
H A Dtest_textformat.vim1072 setlocal formatoptions=t1
H A Dtest_fold.vim1353 …call setline(1, ["\t1", "\t2", "\t\t3", "\t\t4", "\t\t\t5", "\t\t\t6", "\t\t7", "\t\t8", "\t9", "\…
H A Dtest_substitute.vim441 func SubReplacer20(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18,… argument
H A Dtest_visual.vim130 call assert_equal(["\t1", "\t2", "\t3"], getline(1, '$'))
H A Dtest_spell.vim177 call assert_notequal(0, search("^sample\t1$")) " regular word found once.
H A Dtest_normal.vim3058 t1;
/vim-8.2.3635/src/
H A Dhelp.c815 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 Dmisc2.c1892 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 Dmouse.c21 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 Dops.c1462 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 Doldturkic-orkhon_utf-8.vim133 t1 �� 10C43 OLD TURKIC LETTER ORKHON AT
H A Doldturkic-yenisei_utf-8.vim149 t1 �� 10C44 OLD TURKIC LETTER YENISEI AT
/vim-8.2.3635/runtime/doc/
H A Dft_sql.txt122 create table t1 (
131 create index i1 on t1 (c1);
141 create table t1 (