Fix error message when editing a pull request

This commit is contained in:
Guillaume
2019-06-27 18:44:55 +02:00
committed by Tim Pope
parent 786d7a74ed
commit c509c7eede

View File

@@ -46,7 +46,7 @@ augroup rhubarb
\ endif
autocmd BufNewFile,BufRead *.git/{PULLREQ_EDIT,ISSUE_EDIT,RELEASE_EDIT}MSG
\ if &ft ==# '' || &ft ==# 'conf' |
\ set ft=gitcommit
\ set ft=gitcommit |
\ endif
augroup END