Shougo / deol.nvim

Dark powered shell interface for Vim/NeoVim
MIT License
330 stars 16 forks source link

Use <BS> instead of <C-u> for cmd.exe #11

Closed tamago324 closed 4 years ago

tamago324 commented 4 years ago

I am trying to use cmd.exe in deol.nvim. But functions like deol#send() use <C-u> to clean up the command line. As a result, <C-u> became ^U and the command could not be executed.

This pull request will allow you to execute commands to cmd.exe.

image