tidalcycles / vim-tidal

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

Tidal 0.9.1 / 0.9.2 support #15

Closed jdmnd closed 7 years ago

jdmnd commented 7 years ago

It appears that in Tidal 0.9.1/0.9.2

(~>) :: Time -> Pattern a -> Pattern a

changed to

(~>) :: Pattern Time -> Pattern a -> Pattern a

which breaks the definition of retrig: https://github.com/munshkr/vim-tidal/blob/master/ftplugin/tidal.vim#L9

munshkr commented 7 years ago

Thanks! I updated both the bootstrap code and the current position bindings. Do you mind checking if it works for you now?

jdmnd commented 7 years ago

That seems to have worked great. Thanks a lot! :)

munshkr commented 7 years ago

:metal: