diff --git a/vim/bundle/lightline.vim b/vim/bundle/lightline.vim index 9e8d9f6..f06368d 160000 --- a/vim/bundle/lightline.vim +++ b/vim/bundle/lightline.vim @@ -1 +1 @@ -Subproject commit 9e8d9f68dfe9b19eba343f796ffd16933a4dc77d +Subproject commit f06368d396b507b45b8304825a07aed560c40276 diff --git a/vim/bundle/neocomplete.vim b/vim/bundle/neocomplete.vim index 16d6503..77ec549 160000 --- a/vim/bundle/neocomplete.vim +++ b/vim/bundle/neocomplete.vim @@ -1 +1 @@ -Subproject commit 16d650348538f780d282863ecbdcc45319d36522 +Subproject commit 77ec549874c5aecf888c732eceb1d3f13e753b63 diff --git a/vim/bundle/vim-bookmarks b/vim/bundle/vim-bookmarks index 8ab5d81..9bb669e 160000 --- a/vim/bundle/vim-bookmarks +++ b/vim/bundle/vim-bookmarks @@ -1 +1 @@ -Subproject commit 8ab5d8131478248a1d6ed05a0400869795022736 +Subproject commit 9bb669ed16b4e7f17105e617a6f87ca6c16b0227 diff --git a/vim/bundle/vim-pathogen b/vim/bundle/vim-pathogen index 8c91196..7ba2e1b 160000 --- a/vim/bundle/vim-pathogen +++ b/vim/bundle/vim-pathogen @@ -1 +1 @@ -Subproject commit 8c91196cfd9c8fe619f35fac6f2ac81be10677f8 +Subproject commit 7ba2e1b67a8f8bcbafedaf6763580390dfd93436 diff --git a/vim/bundle/vim-polyglot-darkcloud b/vim/bundle/vim-polyglot-darkcloud index d17d1d0..dc91ef7 160000 --- a/vim/bundle/vim-polyglot-darkcloud +++ b/vim/bundle/vim-polyglot-darkcloud @@ -1 +1 @@ -Subproject commit d17d1d0a17c097fb38bdf3e74da135ae78b21589 +Subproject commit dc91ef715a650e4d4a9e46fb4c96fc4b75fd6386 diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 757476e..b436a22 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -232,6 +232,7 @@ scriptencoding utf-8 let g:syntastic_sh_shellcheck_quiet_messages={ \ 'regex':[ \ '.*\[SC1001\]', + \ '.*\[SC2015\]', \ '.*\[SC2016\]', \ '.*\[SC2029\]', \ '.*\[SC2034\]',