diff --git a/.vim/vimrc b/.vim/vimrc index 5b5f54c..463cc88 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -154,7 +154,7 @@ endfunction augroup mystuff au! - au BufEnter /* call LoadCscope() + au BufEnter * call LoadCscope() au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal! g'\"" | endif au BufRead,BufNewFile *.h,*.c set filetype=c.doxygen au BufRead,BufNewFile Makefile,/usr/src/*.c,/usr/src/*.h,*.gmk setl sw=8 sts=8 noet