From d1f132f84ddb672813528b81c48e1658df7002f8 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 4 Jun 2014 01:34:53 +0100 Subject: [PATCH] vim: fix errorfarmat for PKGBUILDs --- vim/ftplugin/PKGBUILD.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vim/ftplugin/PKGBUILD.vim b/vim/ftplugin/PKGBUILD.vim index 8b55379..948e8d4 100644 --- a/vim/ftplugin/PKGBUILD.vim +++ b/vim/ftplugin/PKGBUILD.vim @@ -2,7 +2,9 @@ setlocal expandtab setlocal tabstop=2 setlocal shiftwidth=2 setlocal softtabstop=2 -setlocal makeprg=makepkg +setlocal makeprg=makepkg\ -s +setlocal errorformat=%f:\ line\ %l:\ %m + nnoremap r O# Maintainer: Samir Benmendil " vim: ft=vim -- 2.48.1