Update 2023-10-30 20:13 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-10-30 20:13:00 +01:00
parent 35a131fe79
commit 09f9fd0045
14 changed files with 56 additions and 2453 deletions

View File

@@ -283,7 +283,7 @@ endfunction
augroup mystuff
au!
" 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 Makefile,/usr/src/*.c,/usr/src/*.h,*.gmk setl sw=8 sts=8 noet
au BufWritePost vimrc so ~/.vim/vimrc