From: martin f. krafft Date: Thu, 16 Mar 2017 19:52:45 +0000 (+1300) Subject: switch vimperator hook to pentadactyl X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/365bbf3bc63d9c1a53c93f9cc6d89521e1d703a4?ds=sidebyside switch vimperator hook to pentadactyl --- diff --git a/.vimrc b/.vimrc index 41a351e..191b1c3 100644 --- a/.vimrc +++ b/.vimrc @@ -1460,6 +1460,7 @@ 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