Update 2022-12-12 07:51 OpenBSD/amd64

This commit is contained in:
c0dev0id
2022-12-12 07:51:54 +01:00
parent d1deed66ce
commit 45c4ea3395
2 changed files with 130 additions and 34 deletions

View File

@@ -223,6 +223,7 @@ nmap ga <Plug>(EasyAlign)
nnoremap mm :call MyMake()<CR>
nnoremap mr :!%:p:r<CR>
function MyMake()
:silent !clear
if filereadable("Makefile")
:w! | !make
else