thinca / vim-quickrun

Run commands quickly.
zlib License
768 stars 101 forks source link

support for control characters #189

Open albertnetymk opened 4 years ago

albertnetymk commented 4 years ago

For a file containing the following content:

echo -n "blahh"; echo -e "\b \b"

I was expecting to see blah in the quick-run buffer. However, I see blahh^H ^H instead.

thinca commented 4 years ago

Please try terminal runner.

:QuickRun -runner terminal
albertnetymk commented 4 years ago

Specified runner is not available: terminal: Needs +terminal feature. I am using neovim 0.3.8. I guess neovim is not supported here?

thinca commented 4 years ago

Neovim is not support officially because I don't use Neovim. You (or anybody) can develop a new runner that uses Neovim's terminal.

Here is a sample runner that uses Neovim's job feature. https://github.com/lambdalisue/vim-quickrun-neovim-job