Lines Matching refs:au
10 " All setting are protected by 'au' ('autocmd') statements. Only files ending
20 au BufRead,BufNewFile *py,*pyw,*.c,*.h set tabstop=8
26 au BufRead,BufNewFile *.py,*pyw set shiftwidth=4
27 au BufRead,BufNewFile *.py,*.pyw set expandtab
37 au BufRead,BufNewFile *.c,*.h call Select_c_style()
38 au BufRead,BufNewFile Makefile* set noexpandtab
44 au BufRead,BufNewFile *.py,*.pyw match BadWhitespace /^\t\+/
46 au BufRead,BufNewFile *.py,*.pyw,*.c,*.h match BadWhitespace /\s\+$/
51 au BufRead,BufNewFile *.py,*.pyw,*.c,*.h set textwidth=79
60 au BufRead,BufNewFile *.c,*.h set formatoptions-=c formatoptions-=o formatoptions-=r
67 au BufNewFile *.py,*.pyw,*.c,*.h set fileformat=unix