pub fn vimdiff_merge_argv_no_base(
final_cmd: &str,
local: &str,
remote: &str,
merged: &str,
) -> Vec<String>Expand description
Builds argv when the common ancestor is missing: LOCAL REMOTE MERGED only, after vimdiff_cmd_without_base.