gregsexton / gitv

gitk for Vim.
938 stars 59 forks source link

Improve completion of ref specs #89

Closed aschrab closed 9 years ago

aschrab commented 9 years ago

If argument being completed starts with a ^ or anything ending with two or three dots, prepend that prefix to all found ref names. This allows completing things like ^master or origin/master..master.

gregsexton commented 9 years ago

Thanks for continuing to contribute!