From 5f6d6e1d6332c651dfc9cf899e467853704e4223 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 22 Feb 2019 11:26:46 +1300 Subject: [PATCH] vimperator/pentadactyl no longer used --- .vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.vimrc b/.vimrc index 66cb4ff..4e7e304 100644 --- a/.vimrc +++ b/.vimrc @@ -1448,10 +1448,6 @@ colorscheme madduck " leave the w mark whenever a file is written autocmd BufWrite * normal mw -" keep an extra backup of vimperator's ctrl-i -autocmd BufWritePost */vimperator-*.tmp exe 'write ' . fnameescape((exists('$TMPDIR') ? $TMPDIR : '/tmp') . '/vimperator.ctrl-i.' . strftime('%Y.%m.%d.%H%M%S')) -autocmd BufWritePost */pentadactyl.*.txt exe 'write ' . fnameescape((exists('$TMPDIR') ? $TMPDIR : '/tmp') . '/pentadactyl.ctrl-i.' . strftime('%Y.%m.%d.%H%M%S')) - autocmd BufRead *.vcf set filetype=vcard " leave the i mark whenever we go idle (after updatetime) -- 2.39.2