Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | ftplugin/gitcommit.vim: Make completion work for commit SHAs | Teddy Wing | |
Get the list of SHAs from `git rev-list` and use this for completion. Not too different from the original structure. Renamed `res` to `matches` because that seemed clearer to me. | |||
2017-04-27 | Sample completion function | Teddy Wing | |
Copy the completion function included in `:h complete-functions` to give us a base custom completion function to work from. We'll be using this to provide completion for Git SHAs. |