fix(git): syncbind diff panes after update_pair

This commit is contained in:
2026-04-29 17:49:45 +02:00
parent cfb6e4b49f
commit 09955cf9b9
+1
View File
@@ -74,6 +74,7 @@ function M.update_pair(left_win, right_win, pair)
end end
set_diff(left_win, true) set_diff(left_win, true)
set_diff(right_win, true) set_diff(right_win, true)
vim.cmd.syncbind()
end end
---Open two buffers as a diff. `a_left` puts `buf_a` in the leftabove ---Open two buffers as a diff. `a_left` puts `buf_a` in the leftabove