% tail -n+0 /tmp/?/1
==> /tmp/a/1 <==
1
2
==> /tmp/b/1 <==
3
4
In pane 1, which has focus, I have /tmp/a and in pane 2, /tmp/b.
I do :yank, switch to pane 2, and :put. The conflict box shows up. I choose 'append to tail' with a. But both files remain the same:
% tail -n+0 /tmp/?/1
==> /tmp/a/1 <==
1
2
==> /tmp/b/1 <==
3
4
Interestingly, if I try with vifm --no-configs +'set syscalls', the conflict box only has rename and skip as options.
What is going on?
This is Debian's Vifm 0.12-1+b2.