X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/6bc08d04f0b9f78236ee766bb8caf60bca18cfc4..5f7a37092d2d250c176c4779106fc88c0e3e38a4:/vim/ftplugin/PKGBUILD.vim diff --git a/vim/ftplugin/PKGBUILD.vim b/vim/ftplugin/PKGBUILD.vim index 8b55379..dc8f650 100644 --- a/vim/ftplugin/PKGBUILD.vim +++ b/vim/ftplugin/PKGBUILD.vim @@ -2,7 +2,12 @@ setlocal expandtab setlocal tabstop=2 setlocal shiftwidth=2 setlocal softtabstop=2 -setlocal makeprg=makepkg -nnoremap r O# Maintainer: Samir Benmendil +setlocal makeprg=makepkg\ -s +setlocal errorformat=%f:\ line\ %l:\ %m + +nnoremap u :UpdPkgSums:redraw! +nnoremap r O# Maintainer: Ram-Z +nnoremap c :s/Maintainer/Contributor/:nohl +nnoremap m :s/Contributor/Maintainer/:nohl " vim: ft=vim