aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2019-10-21 20:51:41 +0200
committerTeddy Wing2019-10-21 20:51:41 +0200
commitf5ca8380ee0596916ec19503b4546c899c51d12c (patch)
treeb633d3199122c63eaaf2e6bb130c5ae7aa78b1f1
parenta2637351e49b52f5f6ef5345d478fb39406251c2 (diff)
downloaddotvim-f5ca8380ee0596916ec19503b4546c899c51d12c.tar.bz2
Remove ftplugin/gitcommit_pullreq_editmsg.vim
Now that I effectively removed the `checktime` augroup in cc86bdf4af5212a3b2a7960e65c402eac71091c1, this is no longer necessary. Also, it errors because `checktime` no longer exists.
-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