From: martin f. krafft Date: Thu, 21 Feb 2019 22:27:01 +0000 (+1300) Subject: vcards now properly identified X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/4e0877a8959afe2e323a8761a22d8c294e18a142 vcards now properly identified --- diff --git a/.vimrc b/.vimrc index 4e7e304..3ae5792 100644 --- a/.vimrc +++ b/.vimrc @@ -1448,8 +1448,6 @@ 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