This commit is contained in:
Marco Hinz 2018-12-27 15:19:49 +01:00
parent ea6db3c7df
commit 49c8ce0f13
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -81,7 +81,7 @@ function! sy#repo#get_diff_start(vcs) abort
execute chdir fnameescape(b:sy.info.dir) execute chdir fnameescape(b:sy.info.dir)
catch catch
echohl ErrorMsg echohl ErrorMsg
echomsg 'signify: Switching Changing failed: '. b:sy.info.dir echomsg 'signify: Changing directory failed: '. b:sy.info.dir
echohl NONE echohl NONE
return return
endtry endtry