voldikss / vim-floaterm

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

fix:space after cd #416

Closed Julpikar closed 10 months ago

Julpikar commented 10 months ago

Error after FloatermNew command in window. Error seem because there is no space after cd. Neovim message showed: Error detected while processing function floaterm#run[7]..floaterm#new[36]..floaterm#terminal#open[22]..floaterm#path#chdir: line 2: E492: Not an editor command: cdC:\Users\xxx This fix has not tested against linux, but I think this error not too complex.

voldikss commented 10 months ago

Thanks