From 6bc08d04f0b9f78236ee766bb8caf60bca18cfc4 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 20 May 2014 09:38:47 +0100 Subject: [PATCH] vim: set makepkg as makeprg for PKGBUILDs --- vim/ftplugin/PKGBUILD.vim | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.48.1