Home
last modified time | relevance | path

Searched refs:origfile (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/runtime/plugin/
H A DvimballPlugin.vim32origfile=expand("%")|if expand("%")!=expand("<afile>") | exe "1sp" fnameescape(expand("<afile>"))|…
35origfile=expand("%")|if expand("%")!=expand("<afile>") | exe "1sp" fnameescape(expand("<afile>"))|…
/vim-8.2.3635/src/proto/
H A Devalvars.pro10 void eval_diff(char_u *origfile, char_u *newfile, char_u *outfile);
11 void eval_patch(char_u *origfile, char_u *difffile, char_u *outfile);
/vim-8.2.3635/src/
H A Devalvars.c411 char_u *origfile, in eval_diff() argument
417 set_vim_var_string(VV_FNAME_IN, origfile, -1); in eval_diff()
428 char_u *origfile, in eval_patch() argument
434 set_vim_var_string(VV_FNAME_IN, origfile, -1); in eval_patch()
/vim-8.2.3635/runtime/doc/
H A Ddiff.txt424 patch -o outfile origfile < patchfile