tidalcycles / vim-tidal

Vim plugin for TidalCycles
MIT License
222 stars 56 forks source link

Fix tmux newline bug introduced in Vim Terminal support PR #81

Closed mitchmindtree closed 1 year ago

mitchmindtree commented 1 year ago

Bug introduced in 1f4d11548c9f25d12ce56015b31b60b264ff226a.

This bug previously caused users of the tmux target to need to enter an extra newline every time they sent an expression to ghci with ctrl e.

This fixes the behaviour by checking the g:tidal_target before determining whether we need to send a newline.

Closes #80

cc @lazakoa