Home
last modified time | relevance | path

Searched refs:file1 (Results 1 – 25 of 25) 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
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 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.h145 const char *file1; /* label for mf1 */ member
/vim-8.2.3635/src/testdir/
H A Dtest_shortpathname.vim29 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 Dtest_debugger.vim378 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 Dtest_registers.vim46 e file1
67 \ . ' c "# file1\n'
H A Dtest_options.vim721 e file1
723 call assert_match('file1', execute('bn', ''))
741 call assert_match('file1', execute('bn', ''))
H A Dtest_mksession.vim224 next file1 file2 file3 file4
229 call assert_equal(['file1', 'file2', 'file3', 'file4'], argv())
H A Dtest_regexp_latin.vim678 …vuts.txt', './Dir1/Dir2/abcdefgh.bat', '', './Dir1/Dir2/file1.txt', './OtherDir1/OtherDir2/file1.t…
H A Dtest_vim9_func.vim2741 writefile(['111'], 'XclosureDir/file1')
2745 TreeWalk('XclosureDir')->assert_equal(['file1', 'file2', {tdir: ['file3']}])
H A Dtest_quickfix.vim1848 \ '/tmp/file1:1:1:aaa',
/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.txt155 :edit VeryLongFileName/file1.txt
162 :edit file1.txt
H A Dquickfix.txt1584 {"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 Dtips.txt101 create it with the shell command "mkid file1 file2 ..".
H A Dtagsrch.txt635 tag1 file1 /^main(argc, argv)/ ~
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.txt2269 cat 'file1'
2292 tar cf mynewtarball.tar 'file1' 'file2' ...
H A Dtodo.txt3737 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 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 Doptions.txt1311 causes trouble, for example: "cat file1 file2" makes the BOM of file2
H A Dversion7.txt6142 Problem: When using "vim -F -o file1 file2" only one window is
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim4890 " call Decho("edit-a-file: COMBAK why doesn't this recognize file1's directory???")