From: Samir Benmendil Date: Tue, 20 May 2014 08:38:47 +0000 (+0100) Subject: vim: set makepkg as makeprg for PKGBUILDs X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6bc08d04f0b9f78236ee766bb8caf60bca18cfc4?ds=sidebyside vim: set makepkg as makeprg for PKGBUILDs --- diff --git a/vim/ftplugin/PKGBUILD.vim b/vim/ftplugin/PKGBUILD.vim index d4c0f5b..8b55379 100644 --- a/vim/ftplugin/PKGBUILD.vim +++ b/vim/ftplugin/PKGBUILD.vim @@ -2,4 +2,7 @@ setlocal expandtab setlocal tabstop=2 setlocal shiftwidth=2 setlocal softtabstop=2 +setlocal makeprg=makepkg nnoremap r O# Maintainer: Samir Benmendil + +" vim: ft=vim