blob: cdaea61c06dd1bfe8460481ecf7ebc1331806de4 (
plain)
1
2
3
4
5
6
7
|
if !exists('g:no_plugin_maps') && !exists('g:no_gitcha_maps')
if !hasmapto('<Plug>GitchaCompleteSHA')
imap <buffer> <C-x><C-s> <Plug>GitchaCompleteSHA
endif
inoremap <buffer> <expr> <Plug>GitchaCompleteSHA gitcha#StartGitSHACompletion()
endif
|