File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
test/tools/git/blame-in-diff Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,15 @@ define-command run %{
88 git add
99 git commit --message 'initial commit'
1010 execute-keys %{2gIchanged <esc>}
11+ echo -end-of-line -to-file /dev/stderr "writing"
1112 write
1213 git commit --all --message 'changed line 2'
14+ echo -end-of-line -to-file /dev/stderr "commit done"
1315 # Show the commit, jumping to the new version of line 2.
1416 git blame-jump
17+ echo -end-of-line -to-file /dev/stderr "blame done"
1518 hook -once buffer BufCloseFifo .* %{
19+ echo -end-of-line -to-file /dev/stderr "buf close fifo"
1620 evaluate-commands -client client0 %{
1721 # We've jumped to the new version of line 2. Move to the old
1822 # version so we can annotate the old version of the file.
Original file line number Diff line number Diff line change 11mkfifo fifo 2>/dev/null
2+ echo waiting for fifo
23cat fifo
4+ echo fifo waiting done
35# We should have jumped to the old version of line 2, assert on kak_selection.
You can’t perform that action at this time.
0 commit comments