set nocompatible
" Load my scripts from ~/.vim (my scripts) and ~/.vim/runtime (checkout of Vim
-" runtime files).
+" runtime files) if available.
set runtimepath-=~/.vim
set runtimepath^=~/.vim,~/.vim/runtime
autocmd InsertLeave * set nopaste
endif
-" Save changes when running :mak[e] before 'makeprg' is called.
+" Write file when running :mak[e] before 'makeprg' is called.
autocmd QuickFixCmdPre * write
" AFTER/FTPLUGIN AUTO COMMANDS