From 4b690ba5e20fd603986df9563614909442b4086c Mon Sep 17 00:00:00 2001 From: marty Date: Thu, 28 Oct 2010 23:13:34 +1300 Subject: [PATCH] switch to version 1.2.0 and update the changelog --- doc/syntastic.txt | 14 ++++++++++++++ plugin/syntastic.vim | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/syntastic.txt b/doc/syntastic.txt index a91eec2f..7d1903f7 100644 --- a/doc/syntastic.txt +++ b/doc/syntastic.txt @@ -224,6 +224,20 @@ The latest dev versions are on github ============================================================================== 7. Changelog *syntastic-changelog* +1.2.0 + - New syntax checkers from github:kongo2002 + - c (thanks also to github:jperras) + - cpp + - lua + - sh (thanks also to github:jmcantrell) + - add coffee syntax checked by github:lstoll + - add tex syntax checker + - make html checker play nicer with html5, thanks to github:enaeseth + - escape filenames properly when invoking syntax checkers, thanks to + github:jmcantrell + - adjust the ruby syntax checker to avoid some common annoying warnings, + thanks to github:robertwahler + 1.1.0 [codenamed: tpimp] - Dont load rubygems for ruby/eruby syntax checkers. Thanks tpope. - Improve the javascript syntax checker to catch some warnings that were diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 92d0c47d..d8927741 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -2,8 +2,8 @@ "File: syntastic.vim "Description: vim plugin for on the fly syntax checking "Maintainer: Martin Grenfell -"Version: 1.1.0 -"Last Change: 16 Dec, 2009 +"Version: 1.2.0 +"Last Change: 28 Oct, 2010 "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