View Single Post
Originally Posted by Eleeleth View Post
What does Toribash use for source control?

What does your .vimrc file look like?

we use git.

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