kassio / neoterm

Wrapper of some vim/neovim's :terminal functions.
Other
1.32k stars 117 forks source link

:T <cmd> does not send the Enter Key to terminal #155

Closed saumyajyoti closed 7 years ago

saumyajyoti commented 7 years ago

Neovim v 0.2.1 Windows 10 x64

saumyajyoti commented 7 years ago

Need to go and press enter in the terminal window after sending the command.

kassio commented 7 years ago

Have you tried to change the g:neoterm_eof to \ or something like that? This should fix the problem. Reference: https://github.com/kassio/neoterm/commit/a24d3704131e48e24c974dc9227973fcf850c336

kassio commented 7 years ago

Please look https://github.com/kassio/neoterm/issues/171#issuecomment-344291532 for more information.

saumyajyoti commented 7 years ago

It worked. Thanks!!