]> git.mjollnir.org Git - dotfiles/vim.git/commitdiff
add cron to spelling list and some vimperator stuff
authorPenny Leach <penny@mjollnir.org>
Sun, 24 Jan 2010 22:31:05 +0000 (11:31 +1300)
committerPenny Leach <penny@mjollnir.org>
Sun, 24 Jan 2010 22:31:05 +0000 (11:31 +1300)
.vim/spell/en.utf-8.add
.vim/spell/en.utf-8.add.spl
.vimrc

index dee9451e52a73218eab612d311c93064aadd1543..088e4b3bd73104a42b66b9231f9d72df26143d53 100644 (file)
@@ -23,3 +23,4 @@ DDL
 UI
 PREV
 php
+cron
index 31df49c7caef2701f2dbf9f0bcec88cddfed7c2a..dbe182aaeb7e32a38ffbe1c754d76ab3b6d3ab89 100644 (file)
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 7bdcc2602e2b03b9b37e7329d5670ee9fc829aed..02e55a8e389d6c867bc289499dc434ae7b11c4b9 100644 (file)
--- 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'))