c437b18e684d

Switch back to Scroolooses Syntastic.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jun 2011 10:08:50 -0400
parents 22c7a9aa28c4
children f8213fe2a684
branches/tags (none)
files .hgsub .hgsubstate vim/.vimrc

Changes

--- a/.hgsub	Wed Jun 29 16:14:17 2011 -0400
+++ b/.hgsub	Thu Jun 30 10:08:50 2011 -0400
@@ -7,7 +7,7 @@
 vim/bundle/nerdtree = [git]git://github.com/scrooloose/nerdtree.git
 vim/bundle/surround = [git]git://github.com/tpope/vim-surround.git
 vim/bundle/sparkup = [git]git://github.com/sjl/vim-sparkup.git
-vim/bundle/syntastic = [git]git://github.com/sjl/syntastic.git
+vim/bundle/syntastic = [git]git://github.com/scrooloose/syntastic.git
 vim/bundle/vim-coffee-script = [git]git://github.com/kchmck/vim-coffee-script.git
 vim/bundle/vim-javascript = [git]git://github.com/pangloss/vim-javascript.git
 vim/bundle/strftimedammit = [hg]http://bitbucket.org/sjl/strftimedammit.vim/
--- a/.hgsubstate	Wed Jun 29 16:14:17 2011 -0400
+++ b/.hgsubstate	Thu Jun 30 10:08:50 2011 -0400
@@ -12,9 +12,9 @@
 c6197a10ace82e0fe0c08e5cf5c017b7069a978e vim/bundle/sparkup
 6eec2c131213850ed65fd6da494dfd1a0d620a4e vim/bundle/strftimedammit
 27710a2224d6dd0486d1c40d09ef18dd752e7d37 vim/bundle/surround
-60731769663ea23b4763f3f0034da445ebcd3ddd vim/bundle/syntastic
+1ab7c84423318cf81c4b6be80a6fb55b24008bad vim/bundle/syntastic
 8e2dfdcc6e13d8afab5b3f620ee06ebb29b786f9 vim/bundle/tasklist
-9b4db1bd103ac74cafb005d1e185725b1c09af1b vim/bundle/threesome
+a97f6a49752b0a79c88ed0906a25335333546ea8 vim/bundle/threesome
 b9b4407a19acc4eb344cca0cc5beea75e9ff5491 vim/bundle/vim-coffee-script
 c2df2e430d7d5fe645aa40e36079ab51f082e06b vim/bundle/vim-javascript
 f21fbd8759d7fa6c3cb1bbb9fe05eae90422f01a vim/bundle/vim-makegreen
--- a/vim/.vimrc	Wed Jun 29 16:14:17 2011 -0400
+++ b/vim/.vimrc	Thu Jun 30 10:08:50 2011 -0400
@@ -566,7 +566,7 @@
 " Syntastic {{{
 
 let g:syntastic_enable_signs=1
-let g:syntastic_disabled_filetypes = ['html', 'python']
+let g:syntastic_disabled_filetypes = ['html']
 
 " }}}
 " Command-T {{{