From d31d15d5f9d1e99e75a3c2f64217ee4a919808b0 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 28 Apr 2014 03:06:00 -0400 Subject: [PATCH] updated submodules, and breeze no longer works with aspx files as some seem to cause errors with it --- vim/bundle/syntastic | 2 +- vim/bundle/tcomment_vim | 2 +- vim/config/plugins.vim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic index 2a770da..75c439f 160000 --- a/vim/bundle/syntastic +++ b/vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 2a770da3a036ec2268d2ef7e7a7b9d0ed7d49340 +Subproject commit 75c439fc2496afbad38f3b4cfea56ec21f80eac9 diff --git a/vim/bundle/tcomment_vim b/vim/bundle/tcomment_vim index 45568a2..25af029 160000 --- a/vim/bundle/tcomment_vim +++ b/vim/bundle/tcomment_vim @@ -1 +1 @@ -Subproject commit 45568a2a4654a14a476e8fbc169852aa522a2d7b +Subproject commit 25af0297938a3cff43b170d468d783416e9d7881 diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index dc56c5a..d683849 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -14,7 +14,7 @@ "}}} "BREEZE: {{{ - let g:breeze_active_filetypes="*.html,*.htm,*.xhtml,*.xml,*.php,*.aspx" + let g:breeze_active_filetypes="*.html,*.htm,*.xhtml,*.xml,*.php" let g:breeze_shade_color = "String" "}}}