Update 2024-09-20 08:17 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-09-20 08:17:12 +02:00
parent f0786547ad
commit 14760c9d99
6 changed files with 15 additions and 6 deletions

View File

@@ -234,6 +234,11 @@ nmap  :cnext<CR>
nmap  :cprevious<CR>
nmap  :execute "grep " . expand("<cword>")<CR><CR>
nmap mm :make<CR><CR><CR>
nmap mt :make test<CR><CR><CR>
nmap md :make debug<CR><CR><CR>
nmap em :!vim Makefile<CR><CR>
if executable('ugrep')
set grepprg=ugrep\ -RInk\ -j\ -u\ --tabs=1\ --ignore-files
set grepformat=%f:%l:%c:%m,%f+%l+%c+%m,%-G%f\\\|%l\\\|%c\\\|%m