Closed rashil2000 closed 3 years ago
The floaterm command was always failing on Neovim because VIM_EXE is never defined on Neovim.
So the check for VIM_EXE variable should be put inside the :vim function.
:vim
The command floaterm filename.txt works on Neovim now.
floaterm filename.txt
Thank you!
The floaterm command was always failing on Neovim because VIM_EXE is never defined on Neovim.
So the check for VIM_EXE variable should be put inside the
:vim
function.The command
floaterm filename.txt
works on Neovim now.