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" "}}}