summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-01-15 12:51:42 -0600
committerJesse Luehrs <doy@tozt.net>2012-01-22 16:19:52 -0600
commit9ea0a8b1c418b094bb3a59cc71c24acc2b45dc80 (patch)
treea4f6008c29692ba7b2263ce20dbeb074f137e226
parenta26beb0548609e0ae33773c0fbb296bb5cdea67b (diff)
downloadconf-9ea0a8b1c418b094bb3a59cc71c24acc2b45dc80.tar.gz
conf-9ea0a8b1c418b094bb3a59cc71c24acc2b45dc80.zip
this doesn't work well for now
-rw-r--r--vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vimrc b/vimrc
index 0d6c603..0336321 100644
--- a/vimrc
+++ b/vimrc
@@ -278,9 +278,6 @@ function! s:ask_quit (msg, proposed_action)
endif
endfunction
" }}}
-" Source vimrc after editing {{{
-autocmd BufWritePost {,.}vimrc source ~/.vimrc
-" }}}
" Try harder to keep syntax highlighting in sync {{{
autocmd BufEnter,CursorHold,CursorHoldI * syntax sync fromstart
" }}}