As per the discussion here https://github.com/tpope/vim-fireplace/issues/401#issuecomment-1342299148 , this commit changes the blank regex when looking for ns declarations to include #!, which improves compatibility with babashka scripts. (It doesn't completely resolve the original issue in the commit).
As per the discussion here https://github.com/tpope/vim-fireplace/issues/401#issuecomment-1342299148 , this commit changes the blank regex when looking for ns declarations to include
#!
, which improves compatibility with babashka scripts. (It doesn't completely resolve the original issue in the commit).