index
:
vim-gitcha
master
Completion for Git SHAs
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-05-10
Increase version v0.0.1 -> v0.0.2
HEAD
v0.0.2
master
Teddy Wing
2017-05-10
Add CHANGELOG
Teddy Wing
2017-05-10
Merge branch 'completeopt-menuone'
Teddy Wing
2017-05-10
ftplugin/gitcommit: Restore <Plug> mapping
Teddy Wing
2017-05-10
autoload/gitcha.vim: Remove cruft after switching to `complete()`
Teddy Wing
2017-05-10
gitcha#GitSHAComplete(): Use `complete()` to open popup menu (WIP)
Teddy Wing
2017-05-10
autoload/gitcha.vim: Set completeopt+=menuone
Teddy Wing
2017-04-29
Remove TODO
v0.0.1
Teddy Wing
2017-04-29
Update TODO
Teddy Wing
2017-04-29
ftplugin/gitcommit: Check for `b:did_ftplugin`
Teddy Wing
2017-04-29
Update TODO
Teddy Wing
2017-04-29
Add README
Teddy Wing
2017-04-29
Add license (GPLv3+)
Teddy Wing
2017-04-29
Add Vim documentation
Teddy Wing
2017-04-29
ftplugin/gitcommit: Cleaner `if` condition
Teddy Wing
2017-04-29
ftplugin/gitcommit: Add `b:undo_ftplugin`
Teddy Wing
2017-04-29
Update TODO
Teddy Wing
2017-04-29
ftplugin/gitcommit: Make completion mapping user-editable
Teddy Wing
2017-04-29
Update TODO
Teddy Wing
2017-04-29
autoload/gitcha.vim: Fix match list population
Teddy Wing
2017-04-29
Update TODO
Teddy Wing
2017-04-29
autoload/gitcha.vim: Abbreviate commit SHA in the popup menu
Teddy Wing
2017-04-29
autoload/gitcha.vim: Include entire subject in popup extra text
Teddy Wing
2017-04-29
Update TODO
Teddy Wing
2017-04-29
autoload/gitcha.vim: Add commit subject to completion popup (WIP)
Teddy Wing
2017-04-29
Update TODO
Teddy Wing
2017-04-29
autoload/gitcha.vim: Describe the code with comments
Teddy Wing
2017-04-29
Move functions to autoload/
Teddy Wing
2017-04-29
Move ftplugin to ftplugin/gitcommit/gitcha.vim
Teddy Wing
2017-04-28
TODO: Add entry for extra contextual text
Teddy Wing
2017-04-28
Add TODO
Teddy Wing
2017-04-28
ftplugin/gitcommit.vim: Restore user completion function
Teddy Wing
2017-04-28
ftplugin/gitcommit.vim: Remove test code from e70d92c495001c0af0037b9fad
Teddy Wing
2017-04-28
ftplugin/gitcommit.vim: Experiment providing a custom mapping
Teddy Wing
2017-04-27
ftplugin/gitcommit.vim: Make completion work for commit SHAs
Teddy Wing
2017-04-27
Sample completion function
Teddy Wing