Tom Dalling

Results 2 issues of Tom Dalling

## Describe the bug Edit: I've traced this back to vim-ruby resetting `tags`. See the comment below. When jumping into and back out of a buffer using `` and ``,...

With this directory structure: ``` txt resources/js/bootstrap.js resources/js/google-analytics.js resources/js/jquery-1.11.1.js resources/static/gemmy/gemmy.js resources/static/gemmy/phaser.js ``` I had this line of code: ``` clojure (optimus.assets/load-bundle "js" "all.js" [#".*\.js"]) ``` Which I expected to match...