termopen(g:neoterm_shell.';#neoterm', a:opts)
breaks powershell compatibility
#246
Labels
termopen(g:neoterm_shell.';#neoterm', a:opts)
breaks powershell compatibility
#246
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.The text was updated successfully, but these errors were encountered: