X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ca5e587bfa6ad1b35f11e899575cb872cf000fd0..4418d1a6952b9ed2556ab17f92aedd2d25e5e7e7:/vim/ftplugin/PKGBUILD.vim diff --git a/vim/ftplugin/PKGBUILD.vim b/vim/ftplugin/PKGBUILD.vim index 4e7ad77..b1628f5 100644 --- a/vim/ftplugin/PKGBUILD.vim +++ b/vim/ftplugin/PKGBUILD.vim @@ -6,6 +6,8 @@ setlocal makeprg=makepkg\ -s setlocal errorformat=%f:\ line\ %l:\ %m nnoremap u :UpdPkgSums:redraw! -nnoremap r O# Maintainer: Samir Benmendil +nnoremap r O# Maintainer: Ram-Z +nnoremap c :s/Maintainer/Contributor/:nohl +nnoremap m :s/Contributor/Maintainer/:nohl " vim: ft=vim