Update 2024-01-24 08:30 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2024-01-24 08:30:44 +01:00
parent 3fdd3d3c13
commit 1525e53b5d
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ endfunction
augroup mystuff augroup mystuff
au! au!
au BufEnter /* call LoadCscope() au BufEnter * call LoadCscope()
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal! g'\"" | endif au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
au BufRead,BufNewFile *.h,*.c set filetype=c.doxygen 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 au BufRead,BufNewFile Makefile,/usr/src/*.c,/usr/src/*.h,*.gmk setl sw=8 sts=8 noet