diff options
-rw-r--r-- | autoload/gitcha.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/gitcha.vim b/autoload/gitcha.vim index 9e397fe..0ceebab 100644 --- a/autoload/gitcha.vim +++ b/autoload/gitcha.vim @@ -46,6 +46,7 @@ function! s:BuildMatchDictionary(rev_list) call add(matches, { \ 'word': sha, + \ 'abbr': strpart(sha, 0, 10), \ 'menu': subject \ }) endfor |