various auto-indenting improvements; fixes #10

This commit is contained in:
Zahary Karadjov 2013-08-24 17:30:22 +03:00
commit bebdd7bb99
2 changed files with 30 additions and 17 deletions

View file

@ -48,7 +48,7 @@ endf
augroup NimrodVim
au!
au BufEnter log://nimrod call s:UpdateNimLog()
au QuitPre * :py nimTerminateAll()
" au QuitPre * :py nimTerminateAll()
au VimLeavePre * :py nimTerminateAll()
augroup END