Merged master config

This commit is contained in:
Vasili Sviridov
2011-10-20 22:08:47 -07:00
4 changed files with 15 additions and 3 deletions
+6
View File
@@ -4,3 +4,9 @@
[submodule "bundle/vim-erlang"]
path = bundle/vim-erlang
url = git://github.com/jimenezrick/vimerl.git
[submodule "bundle/surround"]
path = bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = git://github.com/msanders/snipmate.vim.git
+1
Submodule bundle/snipmate added at f5a75d075d
+1
Submodule bundle/surround added at 6f0984a5ca
+7 -3
View File
@@ -30,6 +30,10 @@ nnoremap k gk
imap jj <Esc>
"Autoexit to normal mode
au CursorHoldI * stopinsert
au InsertEnter * let updaterestore=&updatetime | set updatetime=15000
au InsertLeave * let &updatetime=updaterestore
if has("autocmd")
au CursorHoldI * stopinsert
au InsertEnter * let updaterestore=&updatetime | set updatetime=15000
au InsertLeave * let &updatetime=updaterestore
endif
set autoread "automatically reload files