tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.74k stars 139 forks source link

Ignore lines starting with #! when finding ns #407

Closed rafd closed 1 year ago

rafd commented 1 year ago

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).