Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-29 | autoload/gitcha.vim: Include entire subject in popup extra text | Teddy Wing | |
Fix the subject issue from 0773fdd7bde5e7ce462c15bd1c71db3a3e46862a and show the entire commit subject in the popup menu. | |||
2017-04-29 | autoload/gitcha.vim: Add commit subject to completion popup (WIP) | Teddy Wing | |
Initial try at adding the commit subject to the popup menu to provide context for the commit. Currently only shows the first word of the subject because I'm using `split()`. | |||
2017-04-29 | autoload/gitcha.vim: Describe the code with comments | Teddy Wing | |
2017-04-29 | Move functions to autoload/ | Teddy Wing | |
Don't force our functions to be loaded when the ftplugin is loaded. Be good Vimscript citizens and respect load performance. |