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