diff options
Diffstat (limited to 'ftplugin')
| -rw-r--r-- | ftplugin/gitcommit_pullreq_editmsg.vim | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/ftplugin/gitcommit_pullreq_editmsg.vim b/ftplugin/gitcommit_pullreq_editmsg.vim new file mode 100644 index 0000000..5fec2fa --- /dev/null +++ b/ftplugin/gitcommit_pullreq_editmsg.vim @@ -0,0 +1,4 @@ +if expand('%:t') ==# 'PULLREQ_EDITMSG' +	" Remove better_autoread autocmds +	autocmd! checktime +endif | 
