From d2513b8460a393109dbbe6ce4ef50536a669769b Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Thu, 23 Apr 2020 23:19:43 +0900 Subject: [PATCH] [add] branch symbol's Explanation [fix] document's position --- doc/airline.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/airline.txt b/doc/airline.txt index de7b924f..a33d8839 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -487,6 +487,12 @@ If a file is edited, that is not yet in the repository, the notexists symbol will be displayed after the branch name. If the repository is not clean, the dirty symbol will be displayed after the branch name. +* notexists symbol means you are editing a file, that has not been commited yet + default: '?' + +* the dirty symbol basically means your working directory is dirty + default: '!' + Note: the branch extension will be disabled for windows smaller than 80 characters.