X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9552d514502828b913515f4a99a33860f87fabb4..609f11a33c3db88a146c5b1ba3a8bb97e4d17e4f:/.vimrc?ds=inline diff --git a/.vimrc b/.vimrc index 2b8686a..a012169 100644 --- a/.vimrc +++ b/.vimrc @@ -1461,6 +1461,8 @@ 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 BufRead *.vcf set filetype=vcard + " leave the i mark whenever we go idle (after updatetime) "augroup markidle "autocmd CursorHold * normal mi