diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-04-22 21:47:31 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-04-22 21:47:31 +0200 |
| commit | 5054e04cfefeeaa1b2313173f5fcff3f709f1b01 (patch) | |
| tree | 9d41cdcac6d6b78912d52d4c264700bc146a5d30 /compiler | |
| parent | b91bb045f335eb2e15bebc5fa108e5893b5d9951 (diff) | |
fixup
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/ansible-lint.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ansible-lint.vim b/compiler/ansible-lint.vim index f1f4139..9427092 100644 --- a/compiler/ansible-lint.vim +++ b/compiler/ansible-lint.vim @@ -7,5 +7,5 @@ if exists(':CompilerSet') != 2 command -nargs=* CompilerSet setlocal <args> endif -CompilerSet makeprg=ansible-lint +CompilerSet makeprg=compile\ ansible-lint CompilerSet errorformat=%Z%f:%l\ %m,%Z%f:%l,%E%\\%%(%\\S%\\)%\\@=%m,%C%\\%%(%\\S%\\)%\\@=%m,%-G |
