Skip to content

Commit 9b9b474

Browse files
committed
Add debug help for hanging OSX
1 parent 81f5e6a commit 9b9b474

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/tools/git/blame-in-diff/rc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ define-command run %{
88
git add
99
git commit --message 'initial commit'
1010
execute-keys %{2gIchanged <esc>}
11+
nop %sh{ echo "writing" > /dev/tty }
1112
write
1213
git commit --all --message 'changed line 2'
14+
nop %sh{ echo "commit done" > /dev/tty }
1315
# Show the commit, jumping to the new version of line 2.
1416
git blame-jump
17+
nop %sh{ echo "blame done" > /dev/tty }
1518
hook -once buffer BufCloseFifo .* %{
1619
evaluate-commands -client client0 %{
1720
# We've jumped to the new version of line 2. Move to the old
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
mkfifo fifo 2>/dev/null
2+
echo waiting for fifo
23
cat fifo
4+
echo fifo waiting done
35
# We should have jumped to the old version of line 2, assert on kak_selection.

0 commit comments

Comments
 (0)