From: martin f. krafft Date: Thu, 21 Feb 2019 22:26:46 +0000 (+1300) Subject: vimperator/pentadactyl no longer used X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/5f6d6e1d6332c651dfc9cf899e467853704e4223?ds=sidebyside;hp=7f7cfff9495f7ae1f362286b1f763b27bbbb391f vimperator/pentadactyl no longer used --- 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)