Home
last modified time | relevance | path

Searched refs:file2 (Results 1 – 24 of 24) sorted by relevance

/vim-8.2.3635/src/xdiff/
H A Dxpatience.c72 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 Dxhistogram.c377 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 Dxdiff.h146 const char *file2; /* label for mf2 */ member
/vim-8.2.3635/src/testdir/
H A Dtest_shortpathname.vim32 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 Dtest_debugger.vim394 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 Dtest_registers.vim47 e file2
66 \ . ' c "% file2\n'
H A Dtest_options.vim722 e file2
724 call assert_match('file2', execute('bn', ''))
742 call assert_match('file2', execute('bn', ''))
H A Dtest_mksession.vim224 next file1 file2 file3 file4
229 call assert_equal(['file1', 'file2', 'file3', 'file4'], argv())
H A Dtest_vim9_func.vim2742 writefile(['222'], 'XclosureDir/file2')
2745 TreeWalk('XclosureDir')->assert_equal(['file1', 'file2', {tdir: ['file3']}])
H A Dtest_quickfix.vim1849 \ '/tmp/file2:1:1:%s',
/vim-8.2.3635/runtime/doc/
H A Ddiff.txt26 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 Dvimdiff.man10 vimdiff [options] file1 file2 [file3 [file4 [file5 [file6 [file7
H A Dusr_22.txt156 :edit VeryLongFileName/file2.txt
163 :edit file2.txt
H A Dtips.txt101 create it with the shell command "mkid file1 file2 ..".
H A Dtagsrch.txt636 tag2 file2 108 ~
H A Dwindows.txt100 vim -o file1 file2 file3
H A Dediting.txt374 command that accepts more than one file name (like ":next file1 file2")
H A Dpi_netrw.txt2270 cat 'file2'
2292 tar cf mynewtarball.tar 'file1' 'file2' ...
H A Dquickfix.txt1584 {"file1" {"file2" error1} error2 {"file3" error3 {"file4" error4 error5}}}
H A Doptions.txt1311 causes trouble, for example: "cat file1 file2" makes the BOM of file2
H A Deval.txt3550 bufname("file2") name of buffer where "file2" matches.
H A Dversion6.txt491 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 Dtodo.txt6132 - ":split file1 file2" adds two more windows (Webb).
H A Dversion7.txt6142 Problem: When using "vim -F -o file1 file2" only one window is