mirror of
https://github.com/tpope/vim-rhubarb.git
synced 2025-12-07 20:54:27 +08:00
Fix error message when editing a pull request
This commit is contained in:
@@ -46,7 +46,7 @@ augroup rhubarb
|
|||||||
\ endif
|
\ endif
|
||||||
autocmd BufNewFile,BufRead *.git/{PULLREQ_EDIT,ISSUE_EDIT,RELEASE_EDIT}MSG
|
autocmd BufNewFile,BufRead *.git/{PULLREQ_EDIT,ISSUE_EDIT,RELEASE_EDIT}MSG
|
||||||
\ if &ft ==# '' || &ft ==# 'conf' |
|
\ if &ft ==# '' || &ft ==# 'conf' |
|
||||||
\ set ft=gitcommit
|
\ set ft=gitcommit |
|
||||||
\ endif
|
\ endif
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user