voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.5k stars 80 forks source link

Fix floaterm.cmd #312

Closed rashil2000 closed 3 years ago

rashil2000 commented 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.

The command floaterm filename.txt works on Neovim now.

voldikss commented 3 years ago

Thank you!