| /vim-8.2.3635/runtime/tools/ |
| H A D | ccfilter.c | 115 { int rv, i, j, ok; in main() local 181 ok = 0; in main() 203 ok = ( rv == 3 ); in main() 210 ok = ( rv == 5 ); in main() 228 ok = ( rv == 3 ); in main() 240 ok = ( rv == 5 ); in main() 246 ok = ( rv == 4 ); in main() 265 ok = 0; in main() 271 { ok = 0; in main() 283 if (ok) in main() [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tap.vim | 20 " tapTest is a line like 'ok 1', 'not ok 2', 'ok 3 - xxxx' 21 syn match tapTest /^ *\(not \)\?ok \d\+.*/ contains=tapTestStatusOK,tapTestStatusNotOK,tapTestLine 23 " tapTestLine is the line without the ok/not ok status - i.e. number and 27 " turn ok/not ok messages green/red respectively 28 syn match tapTestStatusOK /ok/ contained 29 syn match tapTestStatusNotOK /not ok/ contained 39 " look behind so "ok 123" and "not ok 124" match test number 40 syn match tapTestNumber /\(ok \)\@<=\d\d*/ contained 44 syn region tapTestRegion start=/^ *\(not \)\?ok.*$/me=e+1 end=/^\(\(not \)\?ok\|# Looks like you pl…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | Make_amiga.mak | 20 csh -c \rm -rf *.out Xdir1 Xfind XfakeHOME Xdotest test.ok viminfo 23 copy $*.ok test.ok 25 diff test.out $*.ok 28 -delete test.ok
|
| H A D | Makefile | 81 RM_ON_START = test.ok benchmark.out 101 -rm -rf $*.failed test.ok $(RM_ON_RUN) 102 cp $*.ok test.ok 120 -rm -rf X* test.ok viminfo
|
| H A D | Make_ming.mak | 73 -@if exist test.ok $(DEL) test.ok 108 $(CP) $(basename $@).ok test.ok > NUL 112 -@if exist test.ok $(DEL) test.ok 120 @diff test.out $(basename $@).ok & if errorlevel 1 \
|
| H A D | Make_dos.mak | 61 -if exist test.ok del test.ok 96 copy $(*B).ok test.ok > nul 100 -@if exist test.ok del test.ok 108 @diff test.out $*.ok & if errorlevel 1 \
|
| H A D | test77a.in | 14 : e! test.ok 19 : e! test.ok
|
| H A D | Make_vms.mms | 63 -@ if "''F$SEARCH("$*.out.*")'" .NES. "" then differences /par $*.out $*.ok; 99 -@ if "''F$SEARCH("test.ok")'" .NES. "" then delete/noconfirm/nolog test.ok.*
|
| H A D | test_channel.vim | 88 call assert_equal('ok', ch_evalexpr(handle, 'malformed1')) 89 call assert_equal('ok', ch_evalexpr(handle, 'malformed2')) 90 call assert_equal('ok', ch_evalexpr(handle, 'malformed3')) 93 call assert_equal('ok', ch_evalexpr(handle, 'split')) 114 call assert_equal('ok', ch_evalexpr(handle, 'make change')) 122 call assert_equal('ok', ch_evalexpr(handle, 'echoerr')) 213 call assert_equal('ok', ch_evalexpr(handle, 'eval-bad')) 218 call assert_equal('ok', ch_evalexpr(handle, 'an expr')) 224 call assert_equal('ok', ch_evalexpr(handle, 'redraw')) 225 call assert_equal('ok', ch_evalexpr(handle, 'redraw!')) [all …]
|
| H A D | test_spell_utf8.vim | 174 \"SFX q 0 -ok .", 537 \ "bad: inputs comment ok Ok. test d\u00E9\u00F4l end the", 544 \ ["ok", ["OK", "uk", "put"]], 562 \ "bad: inputs comment ok Ok end the. test d\u00E9\u00F4l", 568 \ ["ok", ["OK", "uk", "put"]], 600 …call RunGoodBad("word util bork prebork start end wordutil wordutils pro-ok bork borkbork borkbork… 602 …\ ["bork", "prebork", "end", "pro-ok", "start", "tomato", "util", "utilize", "utils", "word", "nou…
|
| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | README.txt | 82 Before running the test, create a FILETYPE.ok file. You can leave it empty at 87 of indenting, and it's different from the FILETYPE.ok file. 90 rename it to overwrite the FILETYPE.ok file. If you now run "make test" again, 92 FILETYPE.ok file. The FILETYPE.fail file will be deleted.
|
| H A D | runtest.vim | 19 if expand('<afile>') =~ '.*\.\(in\|out\|fail\|ok\)' 108 " Check the resulting text equals the .ok file. 109 if getline(1, '$') != readfile(root . '.ok')
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 15562 src/testdir/test86.ok, src/testdir/test87.ok 15794 src/if_python.c, src/testdir/test86.ok, src/testdir/test87.ok 15840 src/testdir/test86.ok, src/testdir/test87.ok 15914 src/if_python.c, src/testdir/test86.ok, src/testdir/test87.ok 16153 src/testdir/test86.ok, src/testdir/test87.ok 16434 Files: src/ex_cmds.c, src/testdir/test86.ok, src/testdir/test87.ok 16514 src/testdir/test86.ok, src/testdir/test87.ok, src/vim.h 17401 Files: src/if_py_both.h, src/testdir/test86.ok, src/testdir/test87.ok 17407 Files: src/if_py_both.h, src/testdir/test86.ok, src/testdir/test87.ok 17426 src/testdir/test86.ok, src/testdir/test87.ok [all …]
|
| H A D | version8.txt | 798 src/testdir/test68.ok 866 src/testdir/test39.ok 1882 src/testdir/test60.ok 10544 Solution: Convert test_getcwd.ok test_wordcount.ok to unix fileformat. 14390 src/testdir/test18.ok, src/testdir/test2.in, src/testdir/test2.ok, 19889 src/testdir/test84.ok, src/testdir/test9.in, src/testdir/test9.ok, 22404 Files: src/if_py_both.h, src/testdir/test86.ok, src/testdir/test87.ok, 26264 Files: src/if_py_both.h, src/testdir/test86.ok, src/testdir/test87.ok 27421 Files: src/if_py_both.h, src/testdir/test86.ok, src/testdir/test87.ok 34183 Files: src/if_py_both.h, src/testdir/test86.ok, src/testdir/test87.ok, [all …]
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | gzip.vim | 93 let ok = 0 95 let ok = 1 127 let b:uncompressOk = ok 139 if ok && empty
|
| /vim-8.2.3635/src/ |
| H A D | if_ole.cpp | 521 BOOL ok = TRUE; in RegisterMe() local 569 ok = FALSE; in RegisterMe() 578 ok = FALSE; in RegisterMe() 583 if (ok && !silent) in RegisterMe()
|
| H A D | gui_xmdlg.c | 100 Widget ok; member 927 data->ok = XtVaCreateManagedWidget(_("OK"), in gui_xm_select_font() 934 apply_fontlist(data->ok); in gui_xm_select_font() 941 XmNtopWidget, data->ok, in gui_xm_select_font() 1175 XtAddCallback(data->ok, XmNactivateCallback, in gui_xm_select_font() 1189 XmAddTabGroup(data->ok); in gui_xm_select_font()
|
| H A D | gui_gtk.c | 1636 char **ok; in dialog_add_buttons() local 1670 ok = split_button_translation(N_("&Ok")); in dialog_add_buttons() 1695 if (ok != NULL && ync != NULL) // almost impossible to fail in dialog_add_buttons() 1698 if (button_equal(label, ok[0])) label = _("OK"); in dialog_add_buttons() 1707 if (button_equal(label, ok[0])) label = GTK_STOCK_OK; in dialog_add_buttons() 1722 if (ok != NULL) in dialog_add_buttons() 1723 vim_free(*ok); in dialog_add_buttons() 1726 vim_free(ok); in dialog_add_buttons()
|
| H A D | diff.c | 999 int ok; in check_external_diff() local 1005 ok = FALSE; in check_external_diff() 1039 ok = TRUE; in check_external_diff() 1057 if (ok && diff_a_works == MAYBE && diff_bin_works == MAYBE) in check_external_diff() 1063 if (!ok && diff_a_works == TRUE && diff_bin_works == TRUE) in check_external_diff() 1067 ok = TRUE; in check_external_diff() 1074 diff_a_works = ok; in check_external_diff() 1077 if (ok) in check_external_diff() 1080 if (!ok) in check_external_diff()
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.tr.utf-8 | 5 Vim, böyle bir eğitmen ile açıklanması gereken çok fazla komut barındıran, 6 oldukça kuvvetli bir metin düzenleyicidir. Bu eğitmen Vim'i çok amaçlı bir 47 NOT: Ok düğmeleri de aynı işe yarar. Ancak hjkl düğmelerini kullanarak çok 161 1. İmleç ok düğmeleri veya hjkl düğmeleri kullanılarak hareket ettirilir. 236 Metin değiştiren birçok komut işleçler ve eklerden oluşur. Bir d işleci 304 Bütün bir satır silme işlemi çok sık kullanıldığından dolayı, Vi 921 NOT: Tamamlama birçok komut için çalışır. Yalnızca <CTRL> D ve <TAB> 922 ikililerini deneyin. Özellikle :help için çok yararlıdır. 947 Vim'in tamamını öğretmek çok zordur zira Vim birçok komuta sahiptir. 957 çok uygundur. [all …]
|
| H A D | tutor.tr.iso9 | 5 Vim, b�yle bir e�itmen ile a��klanmas� gereken �ok fazla komut bar�nd�ran, 6 olduk�a kuvvetli bir metin d�zenleyicidir. Bu e�itmen Vim'i �ok ama�l� bir 47 NOT: Ok d��meleri de ayn� i�e yarar. Ancak hjkl d��melerini kullanarak �ok 161 1. �mle� ok d��meleri veya hjkl d��meleri kullan�larak hareket ettirilir. 236 Metin de�i�tiren bir�ok komut i�le�ler ve eklerden olu�ur. Bir d i�leci 304 B�t�n bir sat�r silme i�lemi �ok s�k kullan�ld���ndan dolay�, Vi 921 NOT: Tamamlama bir�ok komut i�in �al���r. Yaln�zca <CTRL> D ve <TAB> 922 ikililerini deneyin. �zellikle :help i�in �ok yararl�d�r. 947 Vim'in tamam�n� ��retmek �ok zordur zira Vim bir�ok komuta sahiptir. 957 �ok uygundur. [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | zimbu.vim | 124 iabbr <buffer> <expr> ok GCUpper("ok") 172 \ " | iunabbr <buffer> ok" ..
|
| /vim-8.2.3635/src/po/ |
| H A D | tr.po | 1088 msgstr "E169: Komut çok özyineli" 1368 msgstr "[Dosya çok büyük]" 4519 msgstr "E50: Çok fazla \\z(" 4523 msgstr "E51: Çok fazla %s(" 4529 msgstr "E339: Dizgi çok uzun" 5352 msgstr "en çok biçimde " 6614 msgstr "Yol çok uzun!" 7773 msgstr "E75: Ad çok uzun" 7776 msgstr "E76: Çok fazla [" 8670 "en çok satır sayısı" [all …]
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_zh_cn.gb2312.vim | 12 " gb2312, then source the translation encoded in cp936 should be ok. -- Shun
|
| /vim-8.2.3635/runtime/spell/nl/ |
| H A D | nl_NL.diff | 215 REP ok ok�
|