| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-06 | github-url: Add `<count>` to command | Teddy Wing | |
| Using a `count` of 0 allows us to determine in `s:FileURL` whether a range was given on the command line. This count needs to be passed into the function explicitly with `<count>`. | |||
| 2018-04-06 | Add 'github-url' plugin | Teddy Wing | |
| A rough working implementation of a plugin that generates a GitHub URL for the current file. It gets the base URL from the current Git repo's `origin` remote and uses the current commit SHA. Lines can also be highlighted by passing a range to the command. This makes it easier to share a bit of code that I see in the editor with other people on my team in chat or the issue tracker. | |||
