Fireplace used to work fine on my local settings. After I upgraded my Macvim to Release 176(Vim 9.0.1276) , I find fireplace can't jump to source location anymore. After some digging around , I believe the problem may related to vim zip plugin. There is an issue about this : https://github.com/vim/vim/issues/8974.
To verify the problem,
"worked, open the zip entry successfully
:edit zipfile:///${my-homedir}/.m2/repository/cheshire/cheshire/5.11.0/cheshire-5.11.0.jar::cheshire/core.clj
"not worked, open a blank buffer
:edit zipfile:/${my-homedir}/.m2/repository/cheshire/cheshire/5.11.0/cheshire-5.11.0.jar::cheshire/core.clj
Fireplace used to work fine on my local settings. After I upgraded my Macvim to Release 176(Vim 9.0.1276) , I find fireplace can't jump to source location anymore. After some digging around , I believe the problem may related to vim zip plugin. There is an issue about this : https://github.com/vim/vim/issues/8974.
To verify the problem,