dongzhao3040 2017-09-27 06:12
浏览 261
已采纳

vim-go:如何查看:GoTestFunc -v的日志?

When I use :GoTestFunc -v I see the log only if the test fail, I would like to see the result even if the test success.

Thanks

  • 写回答

1条回答 默认 最新

  • dtd5644 2017-09-27 12:37
    关注

    vim-go always clears the output window if the test succeeds1. You can hack your local vim script to change the behaviour, or submit a feature request in the issue tracker.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?