X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7f7cfff9495f7ae1f362286b1f763b27bbbb391f..4e0877a8959afe2e323a8761a22d8c294e18a142:/.vimrc diff --git a/.vimrc b/.vimrc index 66cb4ff..3ae5792 100644 --- a/.vimrc +++ b/.vimrc @@ -1448,12 +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) "augroup markidle "autocmd CursorHold * normal mi