Rename :SignifyPreviewHunk to :SignifyDiffPreview

References https://github.com/mhinz/vim-signify/issues/300
This commit is contained in:
Marco Hinz 2019-08-14 14:17:01 +02:00
parent 0309fbb039
commit 2b6824eb9f
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -66,7 +66,7 @@ command! -nargs=0 -bar SignifyList call sy#debug#list_active_bu
command! -nargs=0 -bar SignifyDebug call sy#repo#debug_detection()
command! -nargs=0 -bar -bang SignifyFold call sy#fold#dispatch(<bang>1)
command! -nargs=0 -bar -bang SignifyDiff call sy#repo#diffmode(<bang>1)
command! -nargs=0 -bar SignifyPreviewHunk call sy#repo#preview_hunk()
command! -nargs=0 -bar SignifyDiffPreview call sy#repo#preview_hunk()
command! -nargs=0 -bar SignifyRefresh call sy#util#refresh_windows()
command! -nargs=0 -bar SignifyEnable call sy#enable()
command! -nargs=0 -bar SignifyDisable call sy#disable()