diff options
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/ansible-lint.vim | 11 | ||||
| -rw-r--r-- | compiler/miketest.lua | 0 |
2 files changed, 11 insertions, 0 deletions
diff --git a/compiler/ansible-lint.vim b/compiler/ansible-lint.vim new file mode 100644 index 0000000..f1f4139 --- /dev/null +++ b/compiler/ansible-lint.vim @@ -0,0 +1,11 @@ +if exists('current_compiler') + finish +endif +let current_compiler = 'go-test' + +if exists(':CompilerSet') != 2 + command -nargs=* CompilerSet setlocal <args> +endif + +CompilerSet makeprg=ansible-lint +CompilerSet errorformat=%Z%f:%l\ %m,%Z%f:%l,%E%\\%%(%\\S%\\)%\\@=%m,%C%\\%%(%\\S%\\)%\\@=%m,%-G diff --git a/compiler/miketest.lua b/compiler/miketest.lua deleted file mode 100644 index e69de29..0000000 --- a/compiler/miketest.lua +++ /dev/null |
