kassio / neoterm

Wrapper of some vim/neovim's :terminal functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`termopen(g:neoterm_shell.';#neoterm', a:opts)` breaks powershell compatibility

yatli opened this issue · comments

In autoload/neoterm/term/neovim.vim, termopen command is tagged with ;#neoterm -- this does not work with all shells.

This results in powershell (also the new pwsh) not starting and the terminal window automatically closed.