erietz / vim-terminator

:dagger: Run your code in an output buffer or a vim terminal conveniently
GNU General Public License v3.0
116 stars 2 forks source link

`:TerminatorRunFileInTerminal` does not work in vanilla vim terminal #20

Closed erietz closed 2 years ago

erietz commented 2 years ago

While testing changes to a new feature in vanilla vim, I noticed that running the file in the terminal no longer works. It just continues to open new terminals and does not actually send the commands to it.

This needs investigation. Maybe they have changed the API since the plugin was written.