| /vim-8.2.3635/src/xdiff/ |
| H A D | xpatience.c | 72 mmfile_t *file1, *file2; member 142 static int fill_hashmap(mmfile_t *file1, mmfile_t *file2, in fill_hashmap() argument 148 result->file2 = file2; in fill_hashmap() 259 static int patience_diff(mmfile_t *file1, mmfile_t *file2, 291 if (patience_diff(map->file1, map->file2, in walk_common_sequence() 331 static int patience_diff(mmfile_t *file1, mmfile_t *file2, in patience_diff() argument 351 if (fill_hashmap(file1, file2, xpp, env, &map, in patience_diff() 377 int xdl_do_patience_diff(mmfile_t *file1, mmfile_t *file2, in xdl_do_patience_diff() argument 380 if (xdl_prepare_env(file1, file2, xpp, env) < 0) in xdl_do_patience_diff() 384 return patience_diff(file1, file2, xpp, env, in xdl_do_patience_diff()
|
| H A D | xhistogram.c | 377 int xdl_do_histogram_diff(mmfile_t *file1, mmfile_t *file2, in xdl_do_histogram_diff() argument 380 if (xdl_prepare_env(file1, file2, xpp, env) < 0) in xdl_do_histogram_diff()
|
| H A D | xdiff.h | 146 const char *file2; /* label for mf2 */ member
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_shortpathname.vim | 32 let file2 = dir2 . '/z.txt' 47 call writefile([], file2) 51 call TestIt(file2, ':p:8', resfile2) 57 call TestIt(file2, ':.:8', strpart(resfile2, strlen(resdir1)+1)) 62 call TestIt(file2, ':~:8', '~' . strpart(resfile2, strlen(resdir1))) 66 call delete(file2)
|
| H A D | test_debugger.vim | 394 let file2 =<< trim END 405 call writefile(file2, 'Xtest2.vim') 571 let file2 =<< trim END 582 call writefile(file2, 'Xtest2.vim') 826 let file2 =<< trim END 837 call writefile(file2, 'Xtest2.vim') 891 let file2 =<< trim END 1192 let s:file2_var = 'file2' 1302 \ '\V->0 script ' .. file2, 1334 \ '\V 0 script ' .. file2, [all …]
|
| H A D | test_registers.vim | 47 e file2 66 \ . ' c "% file2\n'
|
| H A D | test_options.vim | 722 e file2 724 call assert_match('file2', execute('bn', '')) 742 call assert_match('file2', execute('bn', ''))
|
| H A D | test_mksession.vim | 224 next file1 file2 file3 file4 229 call assert_equal(['file1', 'file2', 'file3', 'file4'], argv())
|
| H A D | test_vim9_func.vim | 2742 writefile(['222'], 'XclosureDir/file2') 2745 TreeWalk('XclosureDir')->assert_equal(['file1', 'file2', {tdir: ['file3']}])
|
| H A D | test_quickfix.vim | 1849 \ '/tmp/file2:1:1:%s',
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | diff.txt | 26 vimdiff file1 file2 [file3 [file4]] 30 vim -d file1 file2 [file3 [file4]] 52 vimdiff -o file1 file2 [file3 [file4]] 342 between file1 and file2: > 344 diff file1 file2 > outfile
|
| H A D | vimdiff.man | 10 vimdiff [options] file1 file2 [file3 [file4 [file5 [file6 [file7
|
| H A D | usr_22.txt | 156 :edit VeryLongFileName/file2.txt 163 :edit file2.txt
|
| H A D | tips.txt | 101 create it with the shell command "mkid file1 file2 ..".
|
| H A D | tagsrch.txt | 636 tag2 file2 108 ~
|
| H A D | windows.txt | 100 vim -o file1 file2 file3
|
| H A D | editing.txt | 374 command that accepts more than one file name (like ":next file1 file2")
|
| H A D | pi_netrw.txt | 2270 cat 'file2' 2292 tar cf mynewtarball.tar 'file1' 'file2' ...
|
| H A D | quickfix.txt | 1584 {"file1" {"file2" error1} error2 {"file3" error3 {"file4" error4 error5}}}
|
| H A D | options.txt | 1311 causes trouble, for example: "cat file1 file2" makes the BOM of file2
|
| H A D | eval.txt | 3550 bufname("file2") name of buffer where "file2" matches.
|
| H A D | version6.txt | 491 An easy way to start in diff mode is to start Vim as "vimdiff file1 file2". 6406 "vim -d scp://machine/file1 scp://machine/file2" did not work, there was only
|
| H A D | todo.txt | 6132 - ":split file1 file2" adds two more windows (Webb).
|
| H A D | version7.txt | 6142 Problem: When using "vim -F -o file1 file2" only one window is
|