thinca / vim-themis

A testing framework for Vim script.
zlib License
237 stars 34 forks source link

[Request] A command to display a debug note #24

Open lambdalisue opened 9 years ago

lambdalisue commented 9 years ago

Like Fail, TODO, or Skip but won't stop test. While vim-themis hooks stdout, it would be really nice if themis provide such kind of command :smile:

lambdalisue commented 9 years ago

Or --verbose option which allow to echo echo, echomsg or whatever to stdout.

lambdalisue commented 9 years ago

Not officially supported but call themis#log('hoge') would do.

lambdalisue commented 6 years ago

ping.