view runtime/compiler/csslint.vim @ 30148:d8560d2c1f30 v9.0.0410

patch 9.0.0410: struct member cts_lnum is unused Commit: https://github.com/vim/vim/commit/d7633114af2365e32080b61af473db347a3489c2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 7 20:01:17 2022 +0100 patch 9.0.0410: struct member cts_lnum is unused Problem: Struct member cts_lnum is unused. Solution: Delete it.
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Sep 2022 21:15:03 +0200
parents 368468ef35cf
children e1df51f68736
line wrap: on
line source

" Vim compiler file
" Compiler:	csslint for CSS
" Maintainer: Daniel Moch <daniel@danielmoch.com>
" Last Change: 2016 May 21

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

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

CompilerSet makeprg=csslint\ --format=compact
CompilerSet errorformat=%-G,%-G%f:\ lint\ free!,%f:\ line\ %l\\,\ col\ %c\\,\ %trror\ -\ %m,%f:\ line\ %l\\,\ col\ %c\\,\ %tarning\ -\ %m,%f:\ line\ %l\\,\ col\ %c\\,\ %m