jdugan6240 / kak-bundle

Mirror to https://codeberg.org/jdugan6240/kak-bundle. Contributions are accepted here, but they are preferred upstream.
BSD Zero Clause License
30 stars 3 forks source link

kak-bundle.kak: keep track of loaded sources #5

Closed mralusw closed 3 years ago

mralusw commented 3 years ago

Hah. This worked out nicely. It's even a bit cleaner, as %sh doesn't have to emit try/catch-es.

It works in my setup, it seems.

mralusw commented 3 years ago

I nice benefit is that this makes bundle immune to configuration errors (stray symlinks, duplicate load calls etc)

jdugan6240 commented 3 years ago

Looks good to me.