]> git.rmz.io Git - dotfiles.git/blobdiff - vim/ftplugin/PKGBUILD.vim
urxvt: add aAtt extension
[dotfiles.git] / vim / ftplugin / PKGBUILD.vim
index d4c0f5b23576fa1c7057e4a367eaaba7a7c5a046..68cd5da11feb1e5a38dd3d82062dae821015805e 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>
+nnoremap <Leader>r O# Maintainer:  Samir Benmendil <samir.benmendil[at]gmail[dot]com><Esc>
+
+" vim: ft=vim