| /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 147 result->file1 = file1; 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 | 145 const char *file1; /* label for mf1 */ member
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_shortpathname.vim | 29 let file1 = dir1 . '/zz.y.txt' 46 call writefile([], file1) 49 call TestIt(file1, ':p:8', resfile1) 55 call TestIt(file1, ':.:8', strpart(resfile1, strlen(resdir1)+1)) 60 call TestIt(file1, ':~:8', '~' . strpart(resfile1, strlen(resdir1))) 67 call delete(file1)
|
| H A D | test_debugger.vim | 378 let file1 =<< trim END 392 call writefile(file1, 'Xtest1.vim') 553 let file1 =<< trim END 569 call writefile(file1, 'Xtest1.vim') 808 let file1 =<< trim END 824 call writefile(file1, 'Xtest1.vim') 869 let file1 =<< trim END 889 call writefile(file1, 'Xtest1.vim') 1177 let s:file1_var = 'file1' 1204 let file1 = getcwd() .. '/Xtest1.vim' [all …]
|
| H A D | test_registers.vim | 46 e file1 67 \ . ' c "# file1\n'
|
| H A D | test_options.vim | 721 e file1 723 call assert_match('file1', execute('bn', '')) 741 call assert_match('file1', 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_regexp_latin.vim | 678 …vuts.txt', './Dir1/Dir2/abcdefgh.bat', '', './Dir1/Dir2/file1.txt', './OtherDir1/OtherDir2/file1.t…
|
| H A D | test_vim9_func.vim | 2741 writefile(['111'], 'XclosureDir/file1') 2745 TreeWalk('XclosureDir')->assert_equal(['file1', 'file2', {tdir: ['file3']}])
|
| H A D | test_quickfix.vim | 1848 \ '/tmp/file1:1:1:aaa',
|
| /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 | 155 :edit VeryLongFileName/file1.txt 162 :edit file1.txt
|
| H A D | quickfix.txt | 1584 {"file1" {"file2" error1} error2 {"file3" error3 {"file4" error4 error5}}} 1743 ./dir1/file1.c 1744 ./file1.c 1747 there is an error in the file "./file1.c", you will end up with the file
|
| H A D | tips.txt | 101 create it with the shell command "mkid file1 file2 ..".
|
| H A D | tagsrch.txt | 635 tag1 file1 /^main(argc, argv)/ ~
|
| 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 | 2269 cat 'file1' 2292 tar cf mynewtarball.tar 'file1' 'file2' ...
|
| H A D | todo.txt | 3737 test script): Vim 1 sets the title to "file1", then restores the title to 3739 with an X library call, this may result in "file1", because the window 6132 - ":split file1 file2" adds two more windows (Webb).
|
| 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 | options.txt | 1311 causes trouble, for example: "cat file1 file2" makes the BOM of file2
|
| H A D | version7.txt | 6142 Problem: When using "vim -F -o file1 file2" only one window is
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 4890 " call Decho("edit-a-file: COMBAK why doesn't this recognize file1's directory???")
|