From f5ca8380ee0596916ec19503b4546c899c51d12c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 21 Oct 2019 20:51:41 +0200 Subject: 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. --- ftplugin/gitcommit_pullreq_editmsg.vim | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 ftplugin/gitcommit_pullreq_editmsg.vim (limited to 'ftplugin') 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 -- cgit v1.2.3