diff options
author | Teddy Wing | 2017-05-10 20:55:24 +0200 |
---|---|---|
committer | Teddy Wing | 2017-05-10 20:55:24 +0200 |
commit | 66b4ed72d3bc3a6c03049aa5364f567aab5ae980 (patch) | |
tree | c1fa9384c085e70ee60e691a2aa48ac3d1faa998 /doc | |
parent | 60bc8ea8b3b7be511c4240ca1d7dc1cc1149b113 (diff) | |
download | vim-gitcha-66b4ed72d3bc3a6c03049aa5364f567aab5ae980.tar.bz2 |
autoload/gitcha.vim: Remove cruft after switching to `complete()`
Remove all the cruft from 60bc8ea8b3b7be511c4240ca1d7dc1cc1149b113:
* Don't store user-defined 'completefunc' any more since we no longer
change that setting.
* Remove the commented `a:findstart` code, which is no longer relevant
since this function is no longer a 'completefunc'.
* Remove commented test & debugging code
* Remove the `gitcha#StartGitSHACompletion()` function, which was there
only to facilitate mapping to the user completion function defined in
'completefunc' using the Vim-assigned mapping `<C-x><C-u>`. Our map
now directly invokes `gitcha#GitSHAComplete()`.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions