Olical / nfnl

Enhance your Neovim with Fennel
The Unlicense
236 stars 8 forks source link

Ck/fix/2023/08/06/windows compile on file change #9

Closed Kamholtz closed 1 year ago

Kamholtz commented 1 year ago

Normalize the pattern paths provided to the to the BufWritePost autocmd. This results in the BufWritePost firing appropriately, resolving #8.

Tested on:

Olical commented 1 year ago

Looks great to me, thanks for finding and fixing this! Also bonus thing I just discovered, because I told GitHub which Lua files were compiled output it doesn't show them in the diff by default. Neat!

image

Kamholtz commented 1 year ago

Glad I could contribute!