`termopen(g:neoterm_shell.';#neoterm', a:opts)` breaks powershell compatibility
yatli opened this issue · 0 comments
yatli commented
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.