view runtime/compiler/yamllint.vim @ 33073:c909029687de

Added tag v9.0.1823 for changeset 6028d7f701ceb73d6bb570d73f31fb09f416201e
author Christian Brabandt <cb@256bit.org>
date Wed, 30 Aug 2023 16:45:09 +0200
parents bdda48f01a68
children e1df51f68736
line wrap: on
line source

" Vim compiler file
" Compiler:    Yamllint for YAML
" Maintainer:  Romain Lafourcade <romainlafourcade@gmail.com>
" Last Change: 2021 July 21

if exists("current_compiler")
    finish
endif
let current_compiler = "yamllint"

if exists(":CompilerSet") != 2
    command -nargs=* CompilerSet setlocal <args>
endif

CompilerSet makeprg=yamllint\ -f\ parsable