diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 60e8cd54..3431de5b 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -19,7 +19,7 @@ if has('reltime') lockvar! g:_SYNTASTIC_START endif -let g:_SYNTASTIC_VERSION = '3.8.0-78' +let g:_SYNTASTIC_VERSION = '3.8.0-79' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1 diff --git a/syntax_checkers/ada/gcc.vim b/syntax_checkers/ada/gcc.vim index 6072ae4f..3f48d2b6 100644 --- a/syntax_checkers/ada/gcc.vim +++ b/syntax_checkers/ada/gcc.vim @@ -1,6 +1,6 @@ "============================================================================ "File: ada.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Alfredo Di Napoli "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. diff --git a/syntax_checkers/ansible/ansible_lint.vim b/syntax_checkers/ansible/ansible_lint.vim index fe62581c..443434e4 100644 --- a/syntax_checkers/ansible/ansible_lint.vim +++ b/syntax_checkers/ansible/ansible_lint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: ansible_lint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Erik Zaadi "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/apiblueprint/drafter.vim b/syntax_checkers/apiblueprint/drafter.vim index e404a4f2..d6efa888 100644 --- a/syntax_checkers/apiblueprint/drafter.vim +++ b/syntax_checkers/apiblueprint/drafter.vim @@ -1,6 +1,6 @@ "============================================================================ "File: drafter.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/applescript/osacompile.vim b/syntax_checkers/applescript/osacompile.vim index 406e029e..cfbf3844 100644 --- a/syntax_checkers/applescript/osacompile.vim +++ b/syntax_checkers/applescript/osacompile.vim @@ -1,6 +1,6 @@ "============================================================================== " FileName: applescript.vim -" Desc: Syntax checking plugin for syntastic.vim +" Desc: Syntax checking plugin for syntastic " Author: Zhao Cai " Email: caizhaoff@gmail.com " Version: 0.2.1 diff --git a/syntax_checkers/asciidoc/asciidoc.vim b/syntax_checkers/asciidoc/asciidoc.vim index bc64e6ac..783da1be 100644 --- a/syntax_checkers/asciidoc/asciidoc.vim +++ b/syntax_checkers/asciidoc/asciidoc.vim @@ -1,6 +1,6 @@ "============================================================================ "File: asciidoc.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/bemhtml/bemhtmllint.vim b/syntax_checkers/bemhtml/bemhtmllint.vim index 18370675..6748d69f 100644 --- a/syntax_checkers/bemhtml/bemhtmllint.vim +++ b/syntax_checkers/bemhtml/bemhtmllint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: bemhtmllint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Sergej Tatarincev "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/bro/bro.vim b/syntax_checkers/bro/bro.vim index cea441b6..a34a0801 100644 --- a/syntax_checkers/bro/bro.vim +++ b/syntax_checkers/bro/bro.vim @@ -1,6 +1,6 @@ "============================================================================ "File: bro.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Justin Azoff "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/c/checkpatch.vim b/syntax_checkers/c/checkpatch.vim index 43b047cd..db222413 100644 --- a/syntax_checkers/c/checkpatch.vim +++ b/syntax_checkers/c/checkpatch.vim @@ -1,6 +1,6 @@ "============================================================================ "File: checkpatch.vim -"Description: Syntax checking plugin for syntastic.vim using checkpatch.pl +"Description: Syntax checking plugin for syntastic using checkpatch.pl "Maintainer: Daniel Walker "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/c/clang_check.vim b/syntax_checkers/c/clang_check.vim index 4c3677ab..7a1fb8b7 100644 --- a/syntax_checkers/c/clang_check.vim +++ b/syntax_checkers/c/clang_check.vim @@ -1,6 +1,6 @@ "============================================================================ "File: clang_check.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Benjamin Bannier "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/c/clang_tidy.vim b/syntax_checkers/c/clang_tidy.vim index 6d8cbfe1..9df88a4c 100644 --- a/syntax_checkers/c/clang_tidy.vim +++ b/syntax_checkers/c/clang_tidy.vim @@ -1,6 +1,6 @@ "============================================================================ "File: clang_tidy.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Benjamin Bannier "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/c/cppcheck.vim b/syntax_checkers/c/cppcheck.vim index cd802a8c..e92dc7a9 100644 --- a/syntax_checkers/c/cppcheck.vim +++ b/syntax_checkers/c/cppcheck.vim @@ -1,6 +1,6 @@ "============================================================================ "File: cppcheck.vim -"Description: Syntax checking plugin for syntastic.vim using cppcheck.pl +"Description: Syntax checking plugin for syntastic using cppcheck.pl "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/c/gcc.vim b/syntax_checkers/c/gcc.vim index 4fa92166..e4760be0 100644 --- a/syntax_checkers/c/gcc.vim +++ b/syntax_checkers/c/gcc.vim @@ -1,6 +1,6 @@ "============================================================================ "File: c.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Gregor Uhlenheuer "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/c/make.vim b/syntax_checkers/c/make.vim index e477994d..624355df 100644 --- a/syntax_checkers/c/make.vim +++ b/syntax_checkers/c/make.vim @@ -1,6 +1,6 @@ "============================================================================ "File: make.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Gregor Uhlenheuer "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/c/oclint.vim b/syntax_checkers/c/oclint.vim index f172a11e..467b0973 100644 --- a/syntax_checkers/c/oclint.vim +++ b/syntax_checkers/c/oclint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: oclint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: "UnCO" Lin "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/c/pc_lint.vim b/syntax_checkers/c/pc_lint.vim index 0f7f9da7..a0065ed5 100644 --- a/syntax_checkers/c/pc_lint.vim +++ b/syntax_checkers/c/pc_lint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: pc_lint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Steve Bragg "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/c/sparse.vim b/syntax_checkers/c/sparse.vim index ca831c05..dc82458f 100644 --- a/syntax_checkers/c/sparse.vim +++ b/syntax_checkers/c/sparse.vim @@ -1,6 +1,6 @@ "============================================================================ "File: sparse.vim -"Description: Syntax checking plugin for syntastic.vim using sparse.pl +"Description: Syntax checking plugin for syntastic using sparse.pl "Maintainer: Daniel Walker "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/c/splint.vim b/syntax_checkers/c/splint.vim index a4e19f0b..81a9401e 100644 --- a/syntax_checkers/c/splint.vim +++ b/syntax_checkers/c/splint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: splint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/chef/foodcritic.vim b/syntax_checkers/chef/foodcritic.vim index 84d9af12..2597036d 100644 --- a/syntax_checkers/chef/foodcritic.vim +++ b/syntax_checkers/chef/foodcritic.vim @@ -1,6 +1,6 @@ "============================================================================ "File: foodcritic.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Doug Ireton "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/co/coco.vim b/syntax_checkers/co/coco.vim index 9be5d7dd..67ab43b5 100644 --- a/syntax_checkers/co/coco.vim +++ b/syntax_checkers/co/coco.vim @@ -1,6 +1,6 @@ "============================================================================ "File: co.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Andrew Kelley "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/cobol/cobc.vim b/syntax_checkers/cobol/cobc.vim index be73179c..b7af8834 100644 --- a/syntax_checkers/cobol/cobc.vim +++ b/syntax_checkers/cobol/cobc.vim @@ -1,6 +1,6 @@ "============================================================================ "File: cobc.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/coffee/coffee.vim b/syntax_checkers/coffee/coffee.vim index 3b521fcc..01e3df8b 100644 --- a/syntax_checkers/coffee/coffee.vim +++ b/syntax_checkers/coffee/coffee.vim @@ -1,6 +1,6 @@ "============================================================================ "File: coffee.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Lincoln Stoll "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/coffee/coffeelint.vim b/syntax_checkers/coffee/coffeelint.vim index befdbc88..be9b275d 100644 --- a/syntax_checkers/coffee/coffeelint.vim +++ b/syntax_checkers/coffee/coffeelint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: coffeelint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Lincoln Stoll "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/coq/coqtop.vim b/syntax_checkers/coq/coqtop.vim index 6385554d..d1f29954 100644 --- a/syntax_checkers/coq/coqtop.vim +++ b/syntax_checkers/coq/coqtop.vim @@ -1,6 +1,6 @@ "============================================================================ "File: coqtop.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Matvey Aksenov "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/cpp/clang_check.vim b/syntax_checkers/cpp/clang_check.vim index cf9ec0c7..0c42fa4e 100644 --- a/syntax_checkers/cpp/clang_check.vim +++ b/syntax_checkers/cpp/clang_check.vim @@ -1,6 +1,6 @@ "============================================================================ "File: clang_check.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Benjamin Bannier "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/cpp/clang_tidy.vim b/syntax_checkers/cpp/clang_tidy.vim index 770d1f6d..a07e30f6 100644 --- a/syntax_checkers/cpp/clang_tidy.vim +++ b/syntax_checkers/cpp/clang_tidy.vim @@ -1,6 +1,6 @@ "============================================================================ "File: clang_tidy.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Benjamin Bannier "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/cpp/cppcheck.vim b/syntax_checkers/cpp/cppcheck.vim index 4e0eb86b..40ca229d 100644 --- a/syntax_checkers/cpp/cppcheck.vim +++ b/syntax_checkers/cpp/cppcheck.vim @@ -1,6 +1,6 @@ "============================================================================ "File: cppcheck.vim -"Description: Syntax checking plugin for syntastic.vim using cppcheck.pl +"Description: Syntax checking plugin for syntastic using cppcheck.pl "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/cpp/cpplint.vim b/syntax_checkers/cpp/cpplint.vim index 54984bbe..3d49eef1 100644 --- a/syntax_checkers/cpp/cpplint.vim +++ b/syntax_checkers/cpp/cpplint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: cpplint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/cpp/gcc.vim b/syntax_checkers/cpp/gcc.vim index 1243980c..83387ec5 100644 --- a/syntax_checkers/cpp/gcc.vim +++ b/syntax_checkers/cpp/gcc.vim @@ -1,6 +1,6 @@ "============================================================================ "File: cpp.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Gregor Uhlenheuer "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/cpp/oclint.vim b/syntax_checkers/cpp/oclint.vim index 82177694..7a7eac49 100644 --- a/syntax_checkers/cpp/oclint.vim +++ b/syntax_checkers/cpp/oclint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: oclint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: "UnCO" Lin "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/cpp/pc_lint.vim b/syntax_checkers/cpp/pc_lint.vim index a7c95e87..76790278 100644 --- a/syntax_checkers/cpp/pc_lint.vim +++ b/syntax_checkers/cpp/pc_lint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: pc_lint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Steve Bragg "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/cpp/verapp.vim b/syntax_checkers/cpp/verapp.vim index af1fd8cd..5e6b8148 100644 --- a/syntax_checkers/cpp/verapp.vim +++ b/syntax_checkers/cpp/verapp.vim @@ -1,6 +1,6 @@ "============================================================================ "File: verapp.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Lucas Verney "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/cs/mcs.vim b/syntax_checkers/cs/mcs.vim index 4544a936..751e00d3 100644 --- a/syntax_checkers/cs/mcs.vim +++ b/syntax_checkers/cs/mcs.vim @@ -1,6 +1,6 @@ "============================================================================ "File: cs.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Daniel Walker "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/css/csslint.vim b/syntax_checkers/css/csslint.vim index 616816a7..91d5e28e 100644 --- a/syntax_checkers/css/csslint.vim +++ b/syntax_checkers/css/csslint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: css.vim -"Description: Syntax checking plugin for syntastic.vim using `csslint` CLI tool (http://csslint.net). +"Description: Syntax checking plugin for syntastic using `csslint` CLI tool (http://csslint.net). "Maintainer: Ory Band "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/css/phpcs.vim b/syntax_checkers/css/phpcs.vim index a065f0e8..365322d6 100644 --- a/syntax_checkers/css/phpcs.vim +++ b/syntax_checkers/css/phpcs.vim @@ -1,6 +1,6 @@ "============================================================================ "File: phpcs.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/css/prettycss.vim b/syntax_checkers/css/prettycss.vim index b531f497..169755b2 100644 --- a/syntax_checkers/css/prettycss.vim +++ b/syntax_checkers/css/prettycss.vim @@ -1,6 +1,6 @@ "============================================================================ "File: prettycss.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/css/recess.vim b/syntax_checkers/css/recess.vim index ce6d5aea..c460e154 100644 --- a/syntax_checkers/css/recess.vim +++ b/syntax_checkers/css/recess.vim @@ -1,6 +1,6 @@ "============================================================================ "File: recess.vim -"Description: Syntax checking plugin for syntastic.vim using `recess` +"Description: Syntax checking plugin for syntastic using `recess` " (http://twitter.github.io/recess/). "Maintainer: Tim Carry "License: This program is free software. It comes without any warranty, diff --git a/syntax_checkers/css/stylelint.vim b/syntax_checkers/css/stylelint.vim index 58c7dec2..6148340e 100644 --- a/syntax_checkers/css/stylelint.vim +++ b/syntax_checkers/css/stylelint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: stylelint.vim -"Description: Syntax checking plugin for syntastic.vim using `stylelint` +"Description: Syntax checking plugin for syntastic using `stylelint` " (https://github.com/stylelint/stylelint). "Maintainer: Tim Carry "License: This program is free software. It comes without any warranty, diff --git a/syntax_checkers/cucumber/cucumber.vim b/syntax_checkers/cucumber/cucumber.vim index 8a486900..aafe1d88 100644 --- a/syntax_checkers/cucumber/cucumber.vim +++ b/syntax_checkers/cucumber/cucumber.vim @@ -1,6 +1,6 @@ "============================================================================ "File: cucumber.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/d/dmd.vim b/syntax_checkers/d/dmd.vim index de00b8eb..cd6c999c 100644 --- a/syntax_checkers/d/dmd.vim +++ b/syntax_checkers/d/dmd.vim @@ -1,6 +1,6 @@ "============================================================================ "File: d.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Alfredo Di Napoli "License: Based on the original work of Gregor Uhlenheuer and his " cpp.vim checker so credits are dued. diff --git a/syntax_checkers/docbk/igor.vim b/syntax_checkers/docbk/igor.vim index 54488610..fecac45a 100644 --- a/syntax_checkers/docbk/igor.vim +++ b/syntax_checkers/docbk/igor.vim @@ -1,6 +1,6 @@ "============================================================================ "File: igor.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/docbk/xmllint.vim b/syntax_checkers/docbk/xmllint.vim index 30d66d25..f97bb510 100644 --- a/syntax_checkers/docbk/xmllint.vim +++ b/syntax_checkers/docbk/xmllint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: docbk.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/dockerfile/dockerfile_lint.vim b/syntax_checkers/dockerfile/dockerfile_lint.vim index 4858a6b5..2435b324 100644 --- a/syntax_checkers/dockerfile/dockerfile_lint.vim +++ b/syntax_checkers/dockerfile/dockerfile_lint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: dockerfile_lint.vim -"Description: Syntax checking plugin for syntastic.vim using dockerfile-lint +"Description: Syntax checking plugin for syntastic using dockerfile-lint " (https://github.com/projectatomic/dockerfile_lint). "Maintainer: Tim Carry "License: This program is free software. It comes without any warranty, diff --git a/syntax_checkers/elixir/elixir.vim b/syntax_checkers/elixir/elixir.vim index 939520ed..f73639a2 100644 --- a/syntax_checkers/elixir/elixir.vim +++ b/syntax_checkers/elixir/elixir.vim @@ -1,6 +1,6 @@ "============================================================================ "File: elixir.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Richard Ramsden "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/erlang/escript.vim b/syntax_checkers/erlang/escript.vim index f931e6b1..454b806f 100644 --- a/syntax_checkers/erlang/escript.vim +++ b/syntax_checkers/erlang/escript.vim @@ -1,6 +1,6 @@ "============================================================================ "File: erlang.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Pawel Salata "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/eruby/ruby.vim b/syntax_checkers/eruby/ruby.vim index 4850eeef..bdc4915f 100644 --- a/syntax_checkers/eruby/ruby.vim +++ b/syntax_checkers/eruby/ruby.vim @@ -1,6 +1,6 @@ "============================================================================ "File: ruby.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/fortran/gfortran.vim b/syntax_checkers/fortran/gfortran.vim index fffaf308..acccb865 100644 --- a/syntax_checkers/fortran/gfortran.vim +++ b/syntax_checkers/fortran/gfortran.vim @@ -1,6 +1,6 @@ "============================================================================ "File: fortran.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Karl Yngve Lervåg "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/haml/haml.vim b/syntax_checkers/haml/haml.vim index c0c73182..db0d89c9 100644 --- a/syntax_checkers/haml/haml.vim +++ b/syntax_checkers/haml/haml.vim @@ -1,6 +1,6 @@ "============================================================================ "File: haml.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/handlebars/handlebars.vim b/syntax_checkers/handlebars/handlebars.vim index f5ae7427..144a5680 100644 --- a/syntax_checkers/handlebars/handlebars.vim +++ b/syntax_checkers/handlebars/handlebars.vim @@ -1,6 +1,6 @@ "============================================================================ "File: handlebars.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/haskell/hdevtools.vim b/syntax_checkers/haskell/hdevtools.vim index 18346f76..7c27a43f 100644 --- a/syntax_checkers/haskell/hdevtools.vim +++ b/syntax_checkers/haskell/hdevtools.vim @@ -1,6 +1,6 @@ "============================================================================ "File: hdevtools.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Anthony Carapetis "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/haskell/hlint.vim b/syntax_checkers/haskell/hlint.vim index 949a21b1..ff8c243b 100644 --- a/syntax_checkers/haskell/hlint.vim +++ b/syntax_checkers/haskell/hlint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: hlint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Nicolas Wu "License: BSD "============================================================================ diff --git a/syntax_checkers/haskell/scan.vim b/syntax_checkers/haskell/scan.vim index 7cf7e7ba..ba5c4847 100644 --- a/syntax_checkers/haskell/scan.vim +++ b/syntax_checkers/haskell/scan.vim @@ -1,6 +1,6 @@ "============================================================================ "File: scan.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/haxe/haxe.vim b/syntax_checkers/haxe/haxe.vim index c799624d..b4dd276f 100644 --- a/syntax_checkers/haxe/haxe.vim +++ b/syntax_checkers/haxe/haxe.vim @@ -1,6 +1,6 @@ "============================================================================ "File: haxe.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: David Bernard "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/hss/hss.vim b/syntax_checkers/hss/hss.vim index d9886153..47334cd8 100644 --- a/syntax_checkers/hss/hss.vim +++ b/syntax_checkers/hss/hss.vim @@ -1,6 +1,6 @@ "============================================================================ "File: hss.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Justin Donaldson (jdonaldson@gmail.com) "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/html/tidy.vim b/syntax_checkers/html/tidy.vim index 3075a7dd..05fe611c 100644 --- a/syntax_checkers/html/tidy.vim +++ b/syntax_checkers/html/tidy.vim @@ -1,6 +1,6 @@ "============================================================================ "File: tidy.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/html/validator.vim b/syntax_checkers/html/validator.vim index 2fbb158e..007be843 100644 --- a/syntax_checkers/html/validator.vim +++ b/syntax_checkers/html/validator.vim @@ -1,6 +1,6 @@ "============================================================================ "File: validator.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/html/w3.vim b/syntax_checkers/html/w3.vim index 8701f99a..e26381fa 100644 --- a/syntax_checkers/html/w3.vim +++ b/syntax_checkers/html/w3.vim @@ -1,6 +1,6 @@ "============================================================================ "File: w3.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/java/checkstyle.vim b/syntax_checkers/java/checkstyle.vim index 53018320..2ea48e47 100644 --- a/syntax_checkers/java/checkstyle.vim +++ b/syntax_checkers/java/checkstyle.vim @@ -1,6 +1,6 @@ "============================================================================ "File: checkstyle.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Dmitry Geurkov "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/java/javac.vim b/syntax_checkers/java/javac.vim index 3b5b234c..e8aef73f 100644 --- a/syntax_checkers/java/javac.vim +++ b/syntax_checkers/java/javac.vim @@ -1,6 +1,6 @@ "============================================================================ "File: javac.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Jochen Keil " Dmitry Geurkov "License: This program is free software. It comes without any warranty, diff --git a/syntax_checkers/less/lessc.vim b/syntax_checkers/less/lessc.vim index ad4035ee..9d50e955 100644 --- a/syntax_checkers/less/lessc.vim +++ b/syntax_checkers/less/lessc.vim @@ -1,6 +1,6 @@ "============================================================================ "File: less.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Julien Blanchard "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/less/recess.vim b/syntax_checkers/less/recess.vim index 1a8d876e..da0d46c6 100644 --- a/syntax_checkers/less/recess.vim +++ b/syntax_checkers/less/recess.vim @@ -1,6 +1,6 @@ "============================================================================ "File: recess.vim -"Description: Syntax checking plugin for syntastic.vim using `recess` +"Description: Syntax checking plugin for syntastic using `recess` " (http://twitter.github.io/recess/). "Maintainer: Tim Carry "License: This program is free software. It comes without any warranty, diff --git a/syntax_checkers/lex/flex.vim b/syntax_checkers/lex/flex.vim index 82cbf10b..5a03de3c 100644 --- a/syntax_checkers/lex/flex.vim +++ b/syntax_checkers/lex/flex.vim @@ -1,6 +1,6 @@ "============================================================================ "File: lex.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/limbo/limbo.vim b/syntax_checkers/limbo/limbo.vim index 0c639f95..9d2319e8 100644 --- a/syntax_checkers/limbo/limbo.vim +++ b/syntax_checkers/limbo/limbo.vim @@ -1,6 +1,6 @@ "============================================================================ "File: limbo.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Alex Efros "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/lisp/clisp.vim b/syntax_checkers/lisp/clisp.vim index ea8251a8..585a1d91 100644 --- a/syntax_checkers/lisp/clisp.vim +++ b/syntax_checkers/lisp/clisp.vim @@ -1,6 +1,6 @@ "============================================================================ "File: lisp.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Karl Yngve Lervåg "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/llvm/llvm.vim b/syntax_checkers/llvm/llvm.vim index 7e903145..251d051b 100644 --- a/syntax_checkers/llvm/llvm.vim +++ b/syntax_checkers/llvm/llvm.vim @@ -1,6 +1,6 @@ "============================================================================ "File: llvm.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Andrew Kelley "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/lua/luac.vim b/syntax_checkers/lua/luac.vim index f37e923e..20c8e1f8 100644 --- a/syntax_checkers/lua/luac.vim +++ b/syntax_checkers/lua/luac.vim @@ -1,6 +1,6 @@ "============================================================================ "File: lua.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Gregor Uhlenheuer "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/markdown/mdl.vim b/syntax_checkers/markdown/mdl.vim index 17dc86d1..0e3d8cd1 100644 --- a/syntax_checkers/markdown/mdl.vim +++ b/syntax_checkers/markdown/mdl.vim @@ -1,6 +1,6 @@ "============================================================================ "File: mdl.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Charles Beynon "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/matlab/mlint.vim b/syntax_checkers/matlab/mlint.vim index dfb15932..c6d7cdb4 100644 --- a/syntax_checkers/matlab/mlint.vim +++ b/syntax_checkers/matlab/mlint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: matlab.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Jason Graham "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/mercury/mmc.vim b/syntax_checkers/mercury/mmc.vim index 75ee6545..47e0049a 100644 --- a/syntax_checkers/mercury/mmc.vim +++ b/syntax_checkers/mercury/mmc.vim @@ -1,6 +1,6 @@ "============================================================================ "File: mercury.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Joshua Rahm (joshuarahm@gmail.com) "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/nasm/nasm.vim b/syntax_checkers/nasm/nasm.vim index 9797d847..979a65ec 100644 --- a/syntax_checkers/nasm/nasm.vim +++ b/syntax_checkers/nasm/nasm.vim @@ -1,6 +1,6 @@ "============================================================================ "File: nasm.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Håvard Pettersson "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/nroff/igor.vim b/syntax_checkers/nroff/igor.vim index dcad8c53..e7db8119 100644 --- a/syntax_checkers/nroff/igor.vim +++ b/syntax_checkers/nroff/igor.vim @@ -1,6 +1,6 @@ "============================================================================ "File: igor.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/nroff/mandoc.vim b/syntax_checkers/nroff/mandoc.vim index 8efc4ce6..563c2781 100644 --- a/syntax_checkers/nroff/mandoc.vim +++ b/syntax_checkers/nroff/mandoc.vim @@ -1,6 +1,6 @@ "============================================================================ "File: mandoc.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/objc/gcc.vim b/syntax_checkers/objc/gcc.vim index 73da7f81..a1e1ae92 100644 --- a/syntax_checkers/objc/gcc.vim +++ b/syntax_checkers/objc/gcc.vim @@ -1,6 +1,6 @@ "============================================================================ "File: objc.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Gregor Uhlenheuer "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/objc/oclint.vim b/syntax_checkers/objc/oclint.vim index 534d82b9..20f10647 100644 --- a/syntax_checkers/objc/oclint.vim +++ b/syntax_checkers/objc/oclint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: oclint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: "UnCO" Lin "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/objcpp/gcc.vim b/syntax_checkers/objcpp/gcc.vim index 6ae7ba50..271d207e 100644 --- a/syntax_checkers/objcpp/gcc.vim +++ b/syntax_checkers/objcpp/gcc.vim @@ -1,6 +1,6 @@ "============================================================================ "File: objcpp.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Gregor Uhlenheuer "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/objcpp/oclint.vim b/syntax_checkers/objcpp/oclint.vim index 5528258e..cb41dc97 100644 --- a/syntax_checkers/objcpp/oclint.vim +++ b/syntax_checkers/objcpp/oclint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: oclint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: "UnCO" Lin "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/ocaml/camlp4o.vim b/syntax_checkers/ocaml/camlp4o.vim index 0a1c4213..d789436a 100644 --- a/syntax_checkers/ocaml/camlp4o.vim +++ b/syntax_checkers/ocaml/camlp4o.vim @@ -1,6 +1,6 @@ "============================================================================ "File: ocaml.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Török Edwin "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/perl/perlcritic.vim b/syntax_checkers/perl/perlcritic.vim index abe9f43f..90601ddc 100644 --- a/syntax_checkers/perl/perlcritic.vim +++ b/syntax_checkers/perl/perlcritic.vim @@ -1,6 +1,6 @@ "============================================================================ "File: perlcritic.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/perl/podchecker.vim b/syntax_checkers/perl/podchecker.vim index cad39bd3..3c15aac2 100644 --- a/syntax_checkers/perl/podchecker.vim +++ b/syntax_checkers/perl/podchecker.vim @@ -1,6 +1,6 @@ "============================================================================ "File: podchecker.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/php/phpcs.vim b/syntax_checkers/php/phpcs.vim index 1bd8f98b..29a3cfad 100644 --- a/syntax_checkers/php/phpcs.vim +++ b/syntax_checkers/php/phpcs.vim @@ -1,6 +1,6 @@ "============================================================================ "File: phpcs.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/php/phplint.vim b/syntax_checkers/php/phplint.vim index d04f3ba8..0db94f9e 100644 --- a/syntax_checkers/php/phplint.vim +++ b/syntax_checkers/php/phplint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: phplint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/php/phpmd.vim b/syntax_checkers/php/phpmd.vim index 5207d3d4..f251f4c4 100644 --- a/syntax_checkers/php/phpmd.vim +++ b/syntax_checkers/php/phpmd.vim @@ -1,6 +1,6 @@ "============================================================================ "File: phpmd.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/pod/podchecker.vim b/syntax_checkers/pod/podchecker.vim index 9ef5dcab..7c59917e 100644 --- a/syntax_checkers/pod/podchecker.vim +++ b/syntax_checkers/pod/podchecker.vim @@ -1,6 +1,6 @@ "============================================================================ "File: podchecker.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/pug/pug_lint.vim b/syntax_checkers/pug/pug_lint.vim index 880838ef..5a4390f1 100644 --- a/syntax_checkers/pug/pug_lint.vim +++ b/syntax_checkers/pug/pug_lint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: pug_lint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Ben Parnell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/puppet/puppet.vim b/syntax_checkers/puppet/puppet.vim index 83077c74..dd8211b3 100644 --- a/syntax_checkers/puppet/puppet.vim +++ b/syntax_checkers/puppet/puppet.vim @@ -1,6 +1,6 @@ "============================================================================ "File: puppet.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Eivind Uggedal "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/puppet/puppetlint.vim b/syntax_checkers/puppet/puppetlint.vim index a492db67..0eead806 100644 --- a/syntax_checkers/puppet/puppetlint.vim +++ b/syntax_checkers/puppet/puppetlint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: puppetlint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Eivind Uggedal "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/python/flake8.vim b/syntax_checkers/python/flake8.vim index 64b98f81..fb9f3ad2 100644 --- a/syntax_checkers/python/flake8.vim +++ b/syntax_checkers/python/flake8.vim @@ -1,6 +1,6 @@ "============================================================================ "File: flake8.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Authors: Sylvain Soliman " kstep " diff --git a/syntax_checkers/python/frosted.vim b/syntax_checkers/python/frosted.vim index d6427958..6488e886 100644 --- a/syntax_checkers/python/frosted.vim +++ b/syntax_checkers/python/frosted.vim @@ -1,6 +1,6 @@ "============================================================================ "File: frosted.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/python/mypy.vim b/syntax_checkers/python/mypy.vim index 19ca1fda..7bdca6ad 100644 --- a/syntax_checkers/python/mypy.vim +++ b/syntax_checkers/python/mypy.vim @@ -1,6 +1,6 @@ "============================================================================ "File: mypy.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Author: Russ Hewgill " "============================================================================ diff --git a/syntax_checkers/python/prospector.vim b/syntax_checkers/python/prospector.vim index c5e47357..5fdaefa7 100644 --- a/syntax_checkers/python/prospector.vim +++ b/syntax_checkers/python/prospector.vim @@ -1,6 +1,6 @@ "============================================================================ "File: prospector.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/python/py3kwarn.vim b/syntax_checkers/python/py3kwarn.vim index b0e77714..270d64d3 100644 --- a/syntax_checkers/python/py3kwarn.vim +++ b/syntax_checkers/python/py3kwarn.vim @@ -1,6 +1,6 @@ "============================================================================ "File: py3kwarn.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Authors: Liam Curry " "============================================================================ diff --git a/syntax_checkers/python/pyflakes.vim b/syntax_checkers/python/pyflakes.vim index d4031351..af7d836e 100644 --- a/syntax_checkers/python/pyflakes.vim +++ b/syntax_checkers/python/pyflakes.vim @@ -1,6 +1,6 @@ "============================================================================ "File: pyflakes.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Authors: Martin Grenfell " kstep " Parantapa Bhattacharya diff --git a/syntax_checkers/python/pylama.vim b/syntax_checkers/python/pylama.vim index d4aab0a1..eeffb05c 100644 --- a/syntax_checkers/python/pylama.vim +++ b/syntax_checkers/python/pylama.vim @@ -1,6 +1,6 @@ "============================================================================ "File: pylama.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/python/pylint.vim b/syntax_checkers/python/pylint.vim index 884d07a2..f93f6053 100644 --- a/syntax_checkers/python/pylint.vim +++ b/syntax_checkers/python/pylint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: pylint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Parantapa Bhattacharya " "============================================================================ diff --git a/syntax_checkers/python/python.vim b/syntax_checkers/python/python.vim index 17ad2c94..f2e8772c 100644 --- a/syntax_checkers/python/python.vim +++ b/syntax_checkers/python/python.vim @@ -1,6 +1,6 @@ "============================================================================ "File: python.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/qml/qmllint.vim b/syntax_checkers/qml/qmllint.vim index 0aef61c6..7d91a8f5 100644 --- a/syntax_checkers/qml/qmllint.vim +++ b/syntax_checkers/qml/qmllint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: qmllint.vim -"Description: Syntax checking plugin for syntastic.vim using qmllint +"Description: Syntax checking plugin for syntastic using qmllint "Maintainer: Peter Wu "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/r/lint.vim b/syntax_checkers/r/lint.vim index 0e4f0441..b57d396a 100644 --- a/syntax_checkers/r/lint.vim +++ b/syntax_checkers/r/lint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: lint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/r/lintr.vim b/syntax_checkers/r/lintr.vim index 19068c9c..26fb9006 100644 --- a/syntax_checkers/r/lintr.vim +++ b/syntax_checkers/r/lintr.vim @@ -1,6 +1,6 @@ "============================================================================ "File: lintr.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Jim Hester "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/r/svtools.vim b/syntax_checkers/r/svtools.vim index eb85f8aa..cf46c8b7 100644 --- a/syntax_checkers/r/svtools.vim +++ b/syntax_checkers/r/svtools.vim @@ -1,6 +1,6 @@ "============================================================================ "File: svtools.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/racket/code-ayatollah.vim b/syntax_checkers/racket/code-ayatollah.vim index 14463c47..9d11c111 100644 --- a/syntax_checkers/racket/code-ayatollah.vim +++ b/syntax_checkers/racket/code-ayatollah.vim @@ -1,6 +1,6 @@ "============================================================================ "File: code-ayatollah.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/racket/racket.vim b/syntax_checkers/racket/racket.vim index b563a5b0..a4f35c2c 100644 --- a/syntax_checkers/racket/racket.vim +++ b/syntax_checkers/racket/racket.vim @@ -1,6 +1,6 @@ "============================================================================ "File: racket.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Author: Steve Bragg " "License: This program is free software. It comes without any warranty, diff --git a/syntax_checkers/rmd/lintr.vim b/syntax_checkers/rmd/lintr.vim index dcc235f7..cbc224f4 100644 --- a/syntax_checkers/rmd/lintr.vim +++ b/syntax_checkers/rmd/lintr.vim @@ -1,6 +1,6 @@ "============================================================================ "File: lintr.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Jim Hester "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/rnc/rnv.vim b/syntax_checkers/rnc/rnv.vim index 848d60c6..610414d0 100644 --- a/syntax_checkers/rnc/rnv.vim +++ b/syntax_checkers/rnc/rnv.vim @@ -1,6 +1,6 @@ "============================================================================ "File: rnv.vim -"Description: RelaxNG RNV syntax checking plugin for syntastic.vim +"Description: RelaxNG RNV syntax checking plugin for syntastic "Maintainer: Remko Tronçon "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/ruby/flog.vim b/syntax_checkers/ruby/flog.vim index 127cdbdb..9b7bf8ed 100644 --- a/syntax_checkers/ruby/flog.vim +++ b/syntax_checkers/ruby/flog.vim @@ -1,6 +1,6 @@ "============================================================================ "File: flog.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Tim Carry "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/ruby/jruby.vim b/syntax_checkers/ruby/jruby.vim index d9d2aee6..79e9feeb 100644 --- a/syntax_checkers/ruby/jruby.vim +++ b/syntax_checkers/ruby/jruby.vim @@ -1,6 +1,6 @@ "============================================================================ "File: jruby.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Leonid Shevtsov "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/ruby/macruby.vim b/syntax_checkers/ruby/macruby.vim index c51188fe..3835cbc3 100644 --- a/syntax_checkers/ruby/macruby.vim +++ b/syntax_checkers/ruby/macruby.vim @@ -1,6 +1,6 @@ "============================================================================ "File: macruby.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute " it and/or modify it under the terms of the Do What The Fuck You diff --git a/syntax_checkers/ruby/mri.vim b/syntax_checkers/ruby/mri.vim index 563ed4fd..0607c064 100644 --- a/syntax_checkers/ruby/mri.vim +++ b/syntax_checkers/ruby/mri.vim @@ -1,6 +1,6 @@ "============================================================================ "File: mri.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/ruby/reek.vim b/syntax_checkers/ruby/reek.vim index d9a564aa..ef168ee3 100644 --- a/syntax_checkers/ruby/reek.vim +++ b/syntax_checkers/ruby/reek.vim @@ -1,6 +1,6 @@ "============================================================================ "File: reek.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Mindaugas Mozūras "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/ruby/rubocop.vim b/syntax_checkers/ruby/rubocop.vim index 56f54bf2..bb03762e 100644 --- a/syntax_checkers/ruby/rubocop.vim +++ b/syntax_checkers/ruby/rubocop.vim @@ -1,6 +1,6 @@ "============================================================================ "File: rubocop.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Recai Oktaş "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/sass/sass.vim b/syntax_checkers/sass/sass.vim index f4dd2f6c..a8574178 100644 --- a/syntax_checkers/sass/sass.vim +++ b/syntax_checkers/sass/sass.vim @@ -1,6 +1,6 @@ "============================================================================ "File: sass.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/scala/fsc.vim b/syntax_checkers/scala/fsc.vim index 811443dd..a734bf03 100644 --- a/syntax_checkers/scala/fsc.vim +++ b/syntax_checkers/scala/fsc.vim @@ -1,6 +1,6 @@ "============================================================================ "File: fsc.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Gregor Uhlenheuer "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/scala/scalac.vim b/syntax_checkers/scala/scalac.vim index 854876b4..9eafda02 100644 --- a/syntax_checkers/scala/scalac.vim +++ b/syntax_checkers/scala/scalac.vim @@ -1,6 +1,6 @@ "============================================================================ "File: scala.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Rickey Visinski "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/scala/scalastyle.vim b/syntax_checkers/scala/scalastyle.vim index 60d2163d..ab6859a1 100644 --- a/syntax_checkers/scala/scalastyle.vim +++ b/syntax_checkers/scala/scalastyle.vim @@ -1,6 +1,6 @@ "============================================================================ "File: scalastyle.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/scss/stylelint.vim b/syntax_checkers/scss/stylelint.vim index 19629164..fa00c698 100644 --- a/syntax_checkers/scss/stylelint.vim +++ b/syntax_checkers/scss/stylelint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: stylelint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/sh/bashate.vim b/syntax_checkers/sh/bashate.vim index 4c44ba6c..ab427257 100644 --- a/syntax_checkers/sh/bashate.vim +++ b/syntax_checkers/sh/bashate.vim @@ -1,6 +1,6 @@ "============================================================================ "File: bashate.vim -"Description: Bash script style checking plugin for syntastic.vim +"Description: Bash script style checking plugin for syntastic "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute " it and/or modify it under the terms of the Do What The Fuck You diff --git a/syntax_checkers/sh/checkbashisms.vim b/syntax_checkers/sh/checkbashisms.vim index 2ed0717c..db533e0d 100644 --- a/syntax_checkers/sh/checkbashisms.vim +++ b/syntax_checkers/sh/checkbashisms.vim @@ -1,6 +1,6 @@ "============================================================================ "File: checkbashisms.vim -"Description: Shell script syntax/style checking plugin for syntastic.vim +"Description: Shell script syntax/style checking plugin for syntastic "Notes: checkbashisms.pl can be downloaded from " http://debian.inode.at/debian/pool/main/d/devscripts/ " as part of the devscripts package. diff --git a/syntax_checkers/sh/sh.vim b/syntax_checkers/sh/sh.vim index 007eec4c..44494c98 100644 --- a/syntax_checkers/sh/sh.vim +++ b/syntax_checkers/sh/sh.vim @@ -1,6 +1,6 @@ "============================================================================ "File: sh.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Gregor Uhlenheuer "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/sh/shellcheck.vim b/syntax_checkers/sh/shellcheck.vim index cf86c7e3..fbe065a0 100644 --- a/syntax_checkers/sh/shellcheck.vim +++ b/syntax_checkers/sh/shellcheck.vim @@ -1,6 +1,6 @@ "============================================================================ "File: shellcheck.vim -"Description: Shell script syntax/style checking plugin for syntastic.vim +"Description: Shell script syntax/style checking plugin for syntastic "============================================================================ if exists('g:loaded_syntastic_sh_shellcheck_checker') diff --git a/syntax_checkers/slim/slimrb.vim b/syntax_checkers/slim/slimrb.vim index 80bac057..e7f5ef52 100644 --- a/syntax_checkers/slim/slimrb.vim +++ b/syntax_checkers/slim/slimrb.vim @@ -1,6 +1,6 @@ "============================================================================ "File: slim.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/sml/smlnj.vim b/syntax_checkers/sml/smlnj.vim index 8b29db42..8745e492 100644 --- a/syntax_checkers/sml/smlnj.vim +++ b/syntax_checkers/sml/smlnj.vim @@ -1,6 +1,6 @@ "============================================================================ "File: smlnj.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/spec/rpmlint.vim b/syntax_checkers/spec/rpmlint.vim index 7e9431bf..b3146101 100644 --- a/syntax_checkers/spec/rpmlint.vim +++ b/syntax_checkers/spec/rpmlint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: rpmlint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/sql/sqlint.vim b/syntax_checkers/sql/sqlint.vim index 1e1eea56..36d6226b 100644 --- a/syntax_checkers/sql/sqlint.vim +++ b/syntax_checkers/sql/sqlint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: sqlint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Steve Purcell "License: MIT "============================================================================ diff --git a/syntax_checkers/stylus/stylint.vim b/syntax_checkers/stylus/stylint.vim index b32b745e..79b522d5 100644 --- a/syntax_checkers/stylus/stylint.vim +++ b/syntax_checkers/stylus/stylint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: stylint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/tcl/nagelfar.vim b/syntax_checkers/tcl/nagelfar.vim index adbce634..b8970f1c 100644 --- a/syntax_checkers/tcl/nagelfar.vim +++ b/syntax_checkers/tcl/nagelfar.vim @@ -1,6 +1,6 @@ "============================================================================ "File: nagelfar.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: James Pickard "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/tex/chktex.vim b/syntax_checkers/tex/chktex.vim index 8a38ed22..560804da 100644 --- a/syntax_checkers/tex/chktex.vim +++ b/syntax_checkers/tex/chktex.vim @@ -1,6 +1,6 @@ "============================================================================ "File: chktex.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/tex/lacheck.vim b/syntax_checkers/tex/lacheck.vim index f1565200..91154b38 100644 --- a/syntax_checkers/tex/lacheck.vim +++ b/syntax_checkers/tex/lacheck.vim @@ -1,6 +1,6 @@ "============================================================================ "File: tex.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/texinfo/makeinfo.vim b/syntax_checkers/texinfo/makeinfo.vim index a66e7876..ac6be7ec 100644 --- a/syntax_checkers/texinfo/makeinfo.vim +++ b/syntax_checkers/texinfo/makeinfo.vim @@ -1,6 +1,6 @@ "============================================================================ "File: makeinfo.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/text/atdtool.vim b/syntax_checkers/text/atdtool.vim index e43d9dc6..1e524c52 100644 --- a/syntax_checkers/text/atdtool.vim +++ b/syntax_checkers/text/atdtool.vim @@ -1,6 +1,6 @@ "============================================================================ "File: atdtool.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/text/igor.vim b/syntax_checkers/text/igor.vim index 588cf3ba..4109807f 100644 --- a/syntax_checkers/text/igor.vim +++ b/syntax_checkers/text/igor.vim @@ -1,6 +1,6 @@ "============================================================================ "File: igor.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/twig/twiglint.vim b/syntax_checkers/twig/twiglint.vim index 547648f5..78f9f065 100644 --- a/syntax_checkers/twig/twiglint.vim +++ b/syntax_checkers/twig/twiglint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: twig.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Alexander "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/vala/valac.vim b/syntax_checkers/vala/valac.vim index 6c3fef70..196d4852 100644 --- a/syntax_checkers/vala/valac.vim +++ b/syntax_checkers/vala/valac.vim @@ -1,6 +1,6 @@ "============================================================================ "File: vala.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Konstantin Stepanov (me@kstep.me) "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/verilog/iverilog.vim b/syntax_checkers/verilog/iverilog.vim index c34fec16..50e0b89e 100644 --- a/syntax_checkers/verilog/iverilog.vim +++ b/syntax_checkers/verilog/iverilog.vim @@ -1,6 +1,6 @@ "============================================================================ "File: iverilog.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Psidium "License: The MIT License "============================================================================ diff --git a/syntax_checkers/verilog/verilator.vim b/syntax_checkers/verilog/verilator.vim index e5cfddcf..73c97fda 100644 --- a/syntax_checkers/verilog/verilator.vim +++ b/syntax_checkers/verilog/verilator.vim @@ -1,6 +1,6 @@ "============================================================================ "File: verilator.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Kocha "============================================================================ diff --git a/syntax_checkers/vhdl/ghdl.vim b/syntax_checkers/vhdl/ghdl.vim index 497152b4..8306d68e 100644 --- a/syntax_checkers/vhdl/ghdl.vim +++ b/syntax_checkers/vhdl/ghdl.vim @@ -1,6 +1,6 @@ "============================================================================ "File: ghdl.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Jan Wagner "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/vhdl/vcom.vim b/syntax_checkers/vhdl/vcom.vim index 6cdf4fbd..c71166e6 100644 --- a/syntax_checkers/vhdl/vcom.vim +++ b/syntax_checkers/vhdl/vcom.vim @@ -1,6 +1,6 @@ "============================================================================ "File: vcom.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Jim Vogel "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/vim/vimlint.vim b/syntax_checkers/vim/vimlint.vim index 968337d7..bf1a9a01 100644 --- a/syntax_checkers/vim/vimlint.vim +++ b/syntax_checkers/vim/vimlint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: vimlint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/vim/vint.vim b/syntax_checkers/vim/vint.vim index 23a041ee..51a63169 100644 --- a/syntax_checkers/vim/vint.vim +++ b/syntax_checkers/vim/vint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: vint.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/xhtml/tidy.vim b/syntax_checkers/xhtml/tidy.vim index 7f76d8b0..2990ea99 100644 --- a/syntax_checkers/xhtml/tidy.vim +++ b/syntax_checkers/xhtml/tidy.vim @@ -1,6 +1,6 @@ "============================================================================ "File: xhtml.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/xml/plutil.vim b/syntax_checkers/xml/plutil.vim index 8e80ddeb..02f93e51 100644 --- a/syntax_checkers/xml/plutil.vim +++ b/syntax_checkers/xml/plutil.vim @@ -1,6 +1,6 @@ "============================================================================ "File: plutil.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/xml/xmllint.vim b/syntax_checkers/xml/xmllint.vim index 13004374..ebe47aec 100644 --- a/syntax_checkers/xml/xmllint.vim +++ b/syntax_checkers/xml/xmllint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: xml.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Sebastian Kusnier "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/xquery/basex.vim b/syntax_checkers/xquery/basex.vim index 0d867ad3..230ae02f 100644 --- a/syntax_checkers/xquery/basex.vim +++ b/syntax_checkers/xquery/basex.vim @@ -1,6 +1,6 @@ "============================================================================ "File: basex.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: James Wright "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/xslt/xmllint.vim b/syntax_checkers/xslt/xmllint.vim index 9ffb548f..72723a1c 100644 --- a/syntax_checkers/xslt/xmllint.vim +++ b/syntax_checkers/xslt/xmllint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: xslt.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Sebastian Kusnier "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/yacc/bison.vim b/syntax_checkers/yacc/bison.vim index af8ac912..d861aaa9 100644 --- a/syntax_checkers/yacc/bison.vim +++ b/syntax_checkers/yacc/bison.vim @@ -1,6 +1,6 @@ "============================================================================ "File: yacc.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/yaml/jsyaml.vim b/syntax_checkers/yaml/jsyaml.vim index e8baa7ed..1d778eb1 100644 --- a/syntax_checkers/yaml/jsyaml.vim +++ b/syntax_checkers/yaml/jsyaml.vim @@ -1,6 +1,6 @@ "============================================================================ "File: yaml.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/yaml/yamllint.vim b/syntax_checkers/yaml/yamllint.vim index 130877d2..5508e16f 100644 --- a/syntax_checkers/yaml/yamllint.vim +++ b/syntax_checkers/yaml/yamllint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: yamllint.vim -"Description: YAML files linting for syntastic.vim +"Description: YAML files linting for syntastic "Maintainer: Adrien Vergé "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/yaml/yamlxs.vim b/syntax_checkers/yaml/yamlxs.vim index 55f8c64e..2116056d 100644 --- a/syntax_checkers/yaml/yamlxs.vim +++ b/syntax_checkers/yaml/yamlxs.vim @@ -1,6 +1,6 @@ "============================================================================ "File: yamlxs.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: LCD 47 "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/yang/pyang.vim b/syntax_checkers/yang/pyang.vim index f397fa0f..a896d199 100644 --- a/syntax_checkers/yang/pyang.vim +++ b/syntax_checkers/yang/pyang.vim @@ -1,6 +1,6 @@ "============================================================================ "File: pyang.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Authors: joshua.downer@gmail.com "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/z80/z80syntaxchecker.vim b/syntax_checkers/z80/z80syntaxchecker.vim index af61a8b3..7a0bce31 100644 --- a/syntax_checkers/z80/z80syntaxchecker.vim +++ b/syntax_checkers/z80/z80syntaxchecker.vim @@ -1,6 +1,6 @@ "============================================================================ "File: z80syntaxchecker.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Romain Giot "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/zpt/zptlint.vim b/syntax_checkers/zpt/zptlint.vim index 31a6093a..38b3d4af 100644 --- a/syntax_checkers/zpt/zptlint.vim +++ b/syntax_checkers/zpt/zptlint.vim @@ -1,6 +1,6 @@ "============================================================================ "File: zpt.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: claytron "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute diff --git a/syntax_checkers/zsh/zsh.vim b/syntax_checkers/zsh/zsh.vim index 4d458de2..f29fc74b 100644 --- a/syntax_checkers/zsh/zsh.vim +++ b/syntax_checkers/zsh/zsh.vim @@ -1,6 +1,6 @@ "============================================================================ "File: zsh.vim -"Description: Syntax checking plugin for syntastic.vim +"Description: Syntax checking plugin for syntastic "Maintainer: Martin Grenfell "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute