]> git.rmz.io Git - dotfiles.git/blobdiff - vim/ftplugin/PKGBUILD.vim
vim: change email in PKGBUILD
[dotfiles.git] / vim / ftplugin / PKGBUILD.vim
index d4c0f5b23576fa1c7057e4a367eaaba7a7c5a046..5f0ea863e836c45c58182d41bc41756e9c1bb27d 100644 (file)
@@ -2,4 +2,10 @@ setlocal expandtab
 setlocal tabstop=2
 setlocal shiftwidth=2
 setlocal softtabstop=2
-nnoremap <Leader>r O# Maintainer: Samir Benmendil <samir.benmendil@gmail.com><Esc>
+setlocal makeprg=makepkg\ -s
+setlocal errorformat=%f:\ line\ %l:\ %m
+
+nnoremap <Leader>u :UpdPkgSums<CR>:redraw!<cr>
+nnoremap <Leader>r O# Maintainer:  Ram-Z <chakra[at]rmz[dot]io><Esc>
+
+" vim: ft=vim