diff options
author | Teddy Wing | 2019-10-21 20:51:41 +0200 |
---|---|---|
committer | Teddy Wing | 2019-10-21 20:51:41 +0200 |
commit | f5ca8380ee0596916ec19503b4546c899c51d12c (patch) | |
tree | b633d3199122c63eaaf2e6bb130c5ae7aa78b1f1 | |
parent | a2637351e49b52f5f6ef5345d478fb39406251c2 (diff) | |
download | dotvim-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.vim | 4 |
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 |