Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hack to make sure that imports don't define tags
Currently, `import Html` will make vim jump to the import statement instead of the Html module. This hack will make sure that the tag generated in the import statement doesn't get jumped to.
- Loading branch information