From: Penny Leach Date: Sun, 24 Jan 2010 22:31:05 +0000 (+1300) Subject: add cron to spelling list and some vimperator stuff X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b52b92aaa85f65150d47a5e4e0599be57c818014;p=dotfiles%2Fvim.git add cron to spelling list and some vimperator stuff --- diff --git a/.vim/spell/en.utf-8.add b/.vim/spell/en.utf-8.add index dee9451..088e4b3 100644 --- a/.vim/spell/en.utf-8.add +++ b/.vim/spell/en.utf-8.add @@ -23,3 +23,4 @@ DDL UI PREV php +cron diff --git a/.vim/spell/en.utf-8.add.spl b/.vim/spell/en.utf-8.add.spl index 31df49c..dbe182a 100644 Binary files a/.vim/spell/en.utf-8.add.spl and b/.vim/spell/en.utf-8.add.spl differ diff --git a/.vimrc b/.vimrc index 7bdcc26..02e55a8 100644 --- a/.vimrc +++ b/.vimrc @@ -107,3 +107,5 @@ set modeline " inline sql highlighting let php_sql_query = 1 +" don't let vimperator be annoying! +autocmd BufWritePost */vimperator-*.tmp exe 'write ' . fnameescape((exists('$TMPDIR') ? $TMPDIR : '/tmp') . '/vimperator.ctrl-i.' . strftime('%Y.%m.%d.%H%M%S'))