aboutsummaryrefslogtreecommitdiff
path: root/.exrc
blob: 9750dd2e0ef9a22d1a3408e3d0282099d897daa8 (plain) (blame)
1
2
3
4
5
set makeprg=./make
autocmd BufNewFile,BufRead *
	\   if expand("%") =~ "[A-Z]\\+"
	\ | 	setlocal expandtab textwidth=73
	\ | endif