add a todo note about the use of lclose
This commit is contained in:
parent
03f4bd521e
commit
7f60f42a2a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user