aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-05-10Increase version v0.0.1 -> v0.0.2HEADv0.0.2masterTeddy Wing
2017-05-10Add CHANGELOGTeddy Wing
2017-05-10Merge branch 'completeopt-menuone'Teddy Wing
2017-05-10ftplugin/gitcommit: Restore <Plug> mappingTeddy Wing
2017-05-10autoload/gitcha.vim: Remove cruft after switching to `complete()`Teddy Wing
2017-05-10gitcha#GitSHAComplete(): Use `complete()` to open popup menu (WIP)Teddy Wing
2017-05-10autoload/gitcha.vim: Set completeopt+=menuoneTeddy Wing
2017-04-29Remove TODOv0.0.1Teddy Wing
2017-04-29Update TODOTeddy Wing
2017-04-29ftplugin/gitcommit: Check for `b:did_ftplugin`Teddy Wing
2017-04-29Update TODOTeddy Wing
2017-04-29Add READMETeddy Wing
2017-04-29Add license (GPLv3+)Teddy Wing
2017-04-29Add Vim documentationTeddy Wing
2017-04-29ftplugin/gitcommit: Cleaner `if` conditionTeddy Wing
2017-04-29ftplugin/gitcommit: Add `b:undo_ftplugin`Teddy Wing
2017-04-29Update TODOTeddy Wing
2017-04-29ftplugin/gitcommit: Make completion mapping user-editableTeddy Wing
2017-04-29Update TODOTeddy Wing
2017-04-29autoload/gitcha.vim: Fix match list populationTeddy Wing
2017-04-29Update TODOTeddy Wing
2017-04-29autoload/gitcha.vim: Abbreviate commit SHA in the popup menuTeddy Wing
2017-04-29autoload/gitcha.vim: Include entire subject in popup extra textTeddy Wing
2017-04-29Update TODOTeddy Wing
2017-04-29autoload/gitcha.vim: Add commit subject to completion popup (WIP)Teddy Wing
2017-04-29Update TODOTeddy Wing
2017-04-29autoload/gitcha.vim: Describe the code with commentsTeddy Wing
2017-04-29Move functions to autoload/Teddy Wing
2017-04-29Move ftplugin to ftplugin/gitcommit/gitcha.vimTeddy Wing
2017-04-28TODO: Add entry for extra contextual textTeddy Wing
2017-04-28Add TODOTeddy Wing
2017-04-28ftplugin/gitcommit.vim: Restore user completion functionTeddy Wing
2017-04-28ftplugin/gitcommit.vim: Remove test code from e70d92c495001c0af0037b9fadTeddy Wing
2017-04-28ftplugin/gitcommit.vim: Experiment providing a custom mappingTeddy Wing
2017-04-27ftplugin/gitcommit.vim: Make completion work for commit SHAsTeddy Wing
2017-04-27Sample completion functionTeddy Wing