Support a...b as notation for merge base

Closes https://github.com/tpope/vim-fugitive/pull/913
This commit is contained in:
Tim Pope
2019-08-19 11:03:59 -04:00
parent e768806266
commit c63fd1b71b
2 changed files with 11 additions and 5 deletions

View File

@@ -578,6 +578,7 @@ Object Meaning ~
@ The commit referenced by @ aka HEAD
master The commit referenced by master
master^ The parent of the commit referenced by master
master...other The merge base of master and other
master: The tree referenced by master
./master The file named master in the working directory
:(top)master The file named master in the the work tree