Home
last modified time | relevance | path

Searched refs:tl (Results 1 – 25 of 35) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_regexp_latin.vim150 " tl is a List of Lists with:
162 let tl = []
194 call add(tl, [2, '\va{2}', 'ab'])
287 call add(tl, [2, 'x', 'abcdef'])
295 call add(tl, [2, 'ab', 'baced'])
608 for t in tl
661 unlet t tl e l
666 " tl is a List of Lists with:
674 let tl = []
756 for t in tl
[all …]
H A Dtest_regexp_utf8.vim223 " tl is a List of Lists with:
232 let tl = []
243 call add(tl, [2, '\p\+', 'ìa', 'ìa'])
244 call add(tl, [2, '\p*', 'aあ', 'aあ'])
265 call add(tl, [2, "a", "ca\u0300t"])
266 call add(tl, [2, "ca", "ca\u0300t"])
273 call add(tl, [2, 'ú\Z', 'x'])
278 call add(tl, [2, 'יְ\Z', 'וְיַ', 'יַ'])
283 call add(tl, [2, "\u05b9\\Z", "xyz"])
284 call add(tl, [2, "\\Z\u05b9", "xyz"])
[all …]
H A Dtest_taglist.vim119 let tl = taglist('.*')
120 call assert_equal(1, len(tl))
121 call assert_equal('Foo', tl[0].name)
H A Dtest_menu.vim325 \ display: 'tlmenu', modes: 'tl', enabled: v:true, silent: v:false,
327 \ menu_info('Test.tlmenu', 'tl'))
369 \ display: 'tlnoremenu', modes: 'tl', enabled: v:true, silent: v:false,
371 \ menu_info('Test.tlnoremenu', 'tl'))
385 call assert_equal({}, menu_info('Test', 'tl'))
H A Dtest_indent.vim17 call assert_equal("\t\tl", getline(1))
21 call assert_equal(" \t \tl", getline(1))
H A Dtest_tagjump.vim509 let tl = taglist('test', 'Xtest.c')
510 call assert_equal(tl[0].filename, 'Xtest.c')
511 call assert_equal(tl[1].filename, 'Xtest.h')
545 let tl = taglist('test', 'Xtest.c')
546 call assert_equal(tl[0].filename, 'Xtest.c')
547 call assert_equal(tl[1].filename, 'Xtest.h')
H A Dtest_vartabs.vim98 call assert_equal("\t\t\t\tl", getline(1))
104 call assert_equal("\t\t\t\tl", getline(1))
H A Dtest_spell_utf8.vim734 call assert_equal('*fls kswts tl', soundfold('oeverloos gezwets edale'))
H A Dtest_textformat.vim1092 setlocal formatoptions=tl
/vim-8.2.3635/runtime/spell/tl/
H A Dmain.aap12 all: $SPELLDIR/tl.latin1.spl $SPELLDIR/tl.utf-8.spl ../README_tl.txt
14 $SPELLDIR/tl.latin1.spl : $FILES
16 $VIM -u NONE -e -c "mkspell! $SPELLDIR/tl tl_PH" -c q
18 $SPELLDIR/tl.utf-8.spl : $FILES
19 :sys $VIM -u NONE -e -c "set enc=utf-8" -c "mkspell! $SPELLDIR/tl tl_PH" -c q
/vim-8.2.3635/src/
H A Dspellsuggest.c1270 int fl = 0, tl; in suggest_trie_walk() local
2351 tl = mb_char2len(c3); in suggest_trie_walk()
2384 p = p + tl; in suggest_trie_walk()
2452 tl = mb_ptr2len(p + n); in suggest_trie_walk()
2511 tl = mb_ptr2len(p); in suggest_trie_walk()
2512 n = mb_ptr2len(p + tl); in suggest_trie_walk()
2595 if (fl != tl) in suggest_trie_walk()
2598 repextra += tl - fl; in suggest_trie_walk()
2626 if (fl != tl) in suggest_trie_walk()
2628 STRMOVE(p + fl, p + tl); in suggest_trie_walk()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dvgrindefs.vim29 syn match vgrindefsField ":tl"
H A Derlang.vim59 …\+}\|\^.\|.\)\|\~\%([ni~]\|\%(-\=\d\+\|\*\)\=\.\=\%(\*\|\d\+\)\=\%(\..\)\=[tl]*[cfegswpWPBX#bx+]\)…
134 syn keyword erlangBIF statistics term_to_binary throw time tl contained
H A Dcucumber.vim63 …\"tl": {"and": "\\%u0c2e\\%u0c30\\%u0c3f\\%u0c2f\\%u0c41\\>", "background": "\\%u0c28\\%u0c47\\%u0…
H A Daml.vim36 …ull tinl[attice] tinlines tinmarkers tins[pot] tinshades tintext tinv[rml] tl tm tol[erance] top[o…
H A Dredif.vim720 …i\|sb\|so\|za\|gs\|ss\|es\|lk\|sd\|sr\|sj\|sz\|se\|ch\|sy\|tw\|tj\|tz\|th\|tl\|tg\|tk\|to\|tt\|tn\…
764 …\|sl\|sm\|sn\|so\|sq\|sr\|ss\|st\|su\|sv\|sw\|ta\|te\|tet\|tg\|th\|ti\|tk\|tl\|tlh\|tn\|to\|tpi\|t…
H A Dvim.vim23 …ert] substitutepattern sv[iew] syntime tabc[lose] tabm[ove] tabs tclf[ile] tl[ast] tlunmenu to[ple…
34 …ile spo st su swb synmaxcol tagbsearch tal tcldll termwinscroll tf timeout tl tr ttm ttytype uc un…
/vim-8.2.3635/runtime/spell/
H A Dmain.aap11 tet th tl tn tr uk yi zu hu eu
/vim-8.2.3635/runtime/ftplugin/
H A Dgitcommit.vim15 setlocal nomodeline tabstop=8 formatoptions+=tl textwidth=72
/vim-8.2.3635/runtime/doc/
H A Dif_tcl.txt476 set tl [$buf get $t]
479 $buf set $b $tl
H A Dtagsrch.txt301 *:tl* *:tlast*
302 :tl[ast][!] Jump to last matching tag. See |tag-!| for [!].
H A Dquickref.txt224 |:tl| :tl[ast][!] jump to last matching tag
934 'taglength' 'tl' number of significant characters for a tag
/vim-8.2.3635/runtime/tutor/
H A Dtutor.hu38 2. Tartsa lenyomva a lefel�t (j), akkor ism�tl�dik!
338 5. A 3. �s 4. l�p�sek ism�tl�s�vel az els� mondatot tegye a m�sodikkal
H A Dtutor.hu.cp125038 2. Tartsa lenyomva a lefel�t (j), akkor ism�tl�dik!
338 5. A 3. �s 4. l�p�sek ism�tl�s�vel az els� mondatot tegye a m�sodikkal
H A Dtutor.hu.utf-838 2. Tartsa lenyomva a lefelét (j), akkor ismétlődik!
338 5. A 3. és 4. lépések ismétlésével az első mondatot tegye a másodikkal

12