mirror of
https://github.com/tpope/vim-rhubarb.git
synced 2025-12-06 12:14:26 +08:00
Fix error message when editing a pull request
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user