Skip to content

Commit

Permalink
TODO: vader#window#append: add to s:console_buffered always
Browse files Browse the repository at this point in the history
This might be good in general for something to end up in the window in
any case, but is mainly done to allow for testing it.

Should/could maybe only be done with Vader's own tests, or some
monkey-patching instead.
  • Loading branch information
blueyed committed Feb 13, 2020
1 parent 06736b6 commit f7e0094
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload/vader/window.vim
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ function! vader#window#append(message, indent, ...)
endif
if get(g:, 'vader_bang', 0)
call vader#print_stderr(message."\n")
return 0
endif
call add(s:console_buffered, message)
return len(s:console_buffered)
Expand Down

0 comments on commit f7e0094

Please sign in to comment.