dsirov

Results 5 comments of dsirov

I have the same problem, no stdout is shown. In my case this happens when an executable crashes, nothing from its output is shown. What is weird, that even when...

I think this is mainly relevant for browsing, which is made especially easy with the [unimpaired](https://github.com/tpope/vim-unimpaired) plugin, which introduces ]l and [l for location list and ]q and [q for...

@JimBiardClimateAI Nice workaround with `__str()__`! Workaround to make `--help` work too: instantiate the class yourself and pass the object to Fire: ``` Fire(Foo()) ``` `fire_bug --help` now works (as well...

+1 Can gladly do some beta-testing. :)

@jamestrew, this will show too many entries as it will: 1. Search man pages that *contain* the word under cursor 2. Use fuzzy search and pull man pages with the...