gelguy / Cmd2.vim

cmdline-mode enhancement for Vim
MIT License
94 stars 4 forks source link

Caret at the end of commandline #14

Closed alem0lars closed 8 years ago

alem0lars commented 8 years ago

There is a caret at the end of the commandline:

asciicast

Obviously only a caret should be shown.

I'm using NeoVim.

gelguy commented 8 years ago

Unfortunately, this is a Neovim issue as Neovim does not respect the t_ve terminal escape code.

https://github.com/neovim/neovim/issues/3688

Other cmdline-mode simulators have the same issue.