add a todo note about the use of lclose

This commit is contained in:
Martin Grenfell 2009-07-13 23:23:04 +12:00
parent 03f4bd521e
commit 7f60f42a2a

View File

@ -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