vim-quickrun icon indicating copy to clipboard operation
vim-quickrun copied to clipboard

support for control characters

Open albertnetymk opened this issue 5 years ago • 3 comments

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.

albertnetymk avatar Dec 11 '19 20:12 albertnetymk

Please try terminal runner.

:QuickRun -runner terminal

thinca avatar Dec 12 '19 08:12 thinca

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

albertnetymk avatar Dec 12 '19 08:12 albertnetymk

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

thinca avatar Dec 13 '19 02:12 thinca