tidalcycles / vim-tidal

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

Fix how the parent path is computed #94

Open Nicop06 opened 1 month ago

Nicop06 commented 1 month ago

Currently, the path is computed by string replacement. However, if plugin appear in the path, this will result in an invalid path as the plugin string will be replaced. Instead, we can use :h on the path to get the parent directory.