Sir Hampa will make you Toribash more real life like the joint more real life
will you add muscles?
What does Toribash use for source control?
What does your .vimrc file look like?
syntax on
let c_space_errors = 1
au Bufread,BufNewFile *.as set filetype=actionscript
set nocp
filetype plugin on
let s:clang_library_path='/Library/Developer/CommandLineTools/usr/lib'
if isdirectory(s:clang_library_path)
let g:clang_library_path=s:clang_library_path
endif
set tags=./tags;/
set foldmethod=syntax
set foldlevel=0
set foldclose=all