X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/fcfdef41a91c876d32c21ab6b241383ab8faa345..2bc5cc531c50d87c208965cdc80c0f42df56ecb1:/vim/ftplugin/PKGBUILD.vim diff --git a/vim/ftplugin/PKGBUILD.vim b/vim/ftplugin/PKGBUILD.vim index d4c0f5b..1e0746f 100644 --- a/vim/ftplugin/PKGBUILD.vim +++ b/vim/ftplugin/PKGBUILD.vim @@ -2,4 +2,12 @@ setlocal expandtab setlocal tabstop=2 setlocal shiftwidth=2 setlocal softtabstop=2 -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