Merge pull request #658 from ar1a/magit-word-diff

tools/magit: Show word-granularity on chosen hunk
This commit is contained in:
Henrik Lissner 2018-06-06 11:07:54 +02:00 committed by GitHub
commit af06b00316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ load everything.")
#'ivy-completing-read #'ivy-completing-read
#'magit-builtin-completing-read) #'magit-builtin-completing-read)
magit-revision-show-gravatars '("^Author: " . "^Commit: ") magit-revision-show-gravatars '("^Author: " . "^Commit: ")
magit-diff-refine-hunk t ;; Show word-granularity on the currently selected hunk
magit-display-buffer-function magit-display-buffer-function
#'magit-display-buffer-fullframe-status-v1) #'magit-display-buffer-fullframe-status-v1)