Searched refs:origfile (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/runtime/plugin/ |
| H A D | vimballPlugin.vim | 32 …origfile=expand("%")|if expand("%")!=expand("<afile>") | exe "1sp" fnameescape(expand("<afile>"))|… 35 …origfile=expand("%")|if expand("%")!=expand("<afile>") | exe "1sp" fnameescape(expand("<afile>"))|…
|
| /vim-8.2.3635/src/proto/ |
| H A D | evalvars.pro | 10 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 D | evalvars.c | 411 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 D | diff.txt | 424 patch -o outfile origfile < patchfile
|