Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for control characters #189

Open
albertnetymk opened this issue Dec 11, 2019 · 3 comments
Open

support for control characters #189

albertnetymk opened this issue Dec 11, 2019 · 3 comments

Comments

@albertnetymk
Copy link

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
Copy link
Owner

thinca commented Dec 12, 2019

Please try terminal runner.

:QuickRun -runner terminal

@albertnetymk
Copy link
Author

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

@thinca
Copy link
Owner

thinca commented Dec 13, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants