diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 1a128691..7f8d04d9 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -117,6 +117,8 @@ function! s:UpdateErrors() if s:BufHasErrors() call s:ShowLocList() else + "TODO: this will close the loc list window if one was opened by + "something other than syntastic lclose endif endif