From: martin f. krafft Date: Wed, 6 Mar 2019 20:38:40 +0000 (+1300) Subject: Revert "vcards now properly identified" X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/809383db4e25c9c3ede84885e03473cf713810ab?ds=sidebyside;hp=c448fa65695986b4979fed1ba3975352206bb474 Revert "vcards now properly identified" This reverts commit 4e0877a8959afe2e323a8761a22d8c294e18a142. --- diff --git a/.vimrc b/.vimrc index 31b11c9..16de13a 100644 --- a/.vimrc +++ b/.vimrc @@ -1452,6 +1452,8 @@ colorscheme madduck " leave the w mark whenever a file is written autocmd BufWrite * normal mw +autocmd BufRead *.vcf set filetype=vcard + " leave the i mark whenever we go idle (after updatetime) "augroup markidle "autocmd CursorHold * normal mi