Show fake trees when editing directory in index

This commit is contained in:
Tim Pope
2018-07-29 14:22:33 -04:00
parent 004da420e5
commit 8a0a448f56
2 changed files with 53 additions and 33 deletions

View File

@@ -327,14 +327,15 @@ master: The tree referenced by master
Makefile The file named Makefile in the work tree
@^:Makefile The file named Makefile in the parent of HEAD
:Makefile The file named Makefile in the index (writable)
@:% The current file in HEAD
- The current file in HEAD
^ The current file in the previous commit
~3 The current file 3 commits ago
: .git/index (Same as |:Gstatus|)
:0 The current file in the index
:1 The current file's common ancestor during a conflict
:2 The current file in the target branch during a conflict
:3 The current file in the merged branch during a conflict
:% The current file in the index
:1:% The current file's common ancestor during a conflict
:2:% The current file in the target branch during a conflict
:3:% The current file in the merged branch during a conflict
STATUSLINE *fugitive-statusline*