We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3408d5 commit 39f076eCopy full SHA for 39f076e
1 file changed
test/diff-hl-test.el
@@ -117,6 +117,7 @@
117
(insert "added\n")
118
(save-buffer)
119
(diff-hl-mode 1)
120
+ (diff-hl-update)
121
(diff-hl-previous-hunk)
122
(should (looking-at "added"))
123
@@ -137,6 +138,7 @@
137
138
139
140
141
142
143
;; wait for all thread to complete.
144
(dolist (thread (all-threads))
0 commit comments