vim-quickrun
vim-quickrun copied to clipboard
Run commands quickly.
I wrote an endless loop of code carelessly, and I run `:Quickrun`, no result showed but my computer fan keeped beeping. I knew It must be stucked in an endless...
Is there a way that I can map a key to close the QuickRun output buffer ?
I'm trying to implement a way to close the outputter when the sourced buffer is closed. This is what I got so far, but it's not working: ```vim augroup QuitQuickRun...
For a file containing the following content: ```shell echo -n "blahh"; echo -e "\b \b" ``` I was expecting to see `blah` in the quick-run buffer. However, I see `blahh^H...
I made a dir called `tmp` just for test, and edit a `test.go`. But the `:QuickRun` output is weird. Before `:QuickRun`  After `:QuickRun` 
When trying to run a range with `:'
# Problems summary quick-run can not execute well at vim's launch.  ## Expected quick-run can execute well at vim's launch.  ## Environment Information * quickrun version(SHA1): ```shell 4b493fa...
Currently, the documentation isn't totally clear on customising the setups. Often, the defaults are almost enough, but need a little modification. It would make things much easier for us to...
I'm trying to adjust my autohotkey settings because it currently isn't closing the cmd window when it runs. (However, it uses the correct executable.) Setting up the module manually is...
I'm building a better configuration for OCaml and have reached this: ```vim let g:quickrun_config = { \ 'ocaml' : { \ 'command': 'corebuild', \ 'cmdopt': '-quiet', \ 'exec': ['%c %o...