Correctly reset state when starting a new hunk.

This commit is contained in:
Marius Vollmer 2008-08-06 15:51:09 +03:00
parent abb3b6880c
commit 7a3e2bdf2c

View file

@ -228,8 +228,10 @@
(point) (+ (point) n-files)))) (point) (+ (point) n-files))))
(cond ((looking-at "^diff") (cond ((looking-at "^diff")
(magit-wash-diff-propertize-diff head-beg head-end) (magit-wash-diff-propertize-diff head-beg head-end)
(magit-wash-diff-propertize-hunk head-beg head-end hunk-beg)
(setq head-beg (point)) (setq head-beg (point))
(setq head-end nil)) (setq head-end nil)
(setq hunk-beg nil))
((looking-at "^@+") ((looking-at "^@+")
(setq n-files (- (length (match-string 0)) 1)) (setq n-files (- (length (match-string 0)) 1))
(if (null head-end) (if (null head-end)