about summary refs log tree commit diff stats
path: root/subx/vim_errors.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4512 - divide labels into two categoriesKartik Agaram2018-08-121-0/+34
Targets you can jump to and ones you can call are conceptually disjoint sets. I'm highlighting these in Vim, but it's a pretty complex pattern. Arguably errors shouldn't be highlighted. Only warnings that are easy to be accidentally deployed.