From 7f60f42a2a152580ca86eeb07275e9b63d56455d Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Mon, 13 Jul 2009 23:23:04 +1200 Subject: [PATCH] add a todo note about the use of lclose --- plugin/syntastic.vim | 2 ++ 1 file changed, 2 insertions(+) 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