From 1f84ad886c72610afc65a9f60b3ca128df566a30 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Wed, 15 Nov 2017 07:58:22 +0100 Subject: [PATCH] README: still some problems --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 03d7783f..cbbcc994 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,16 @@ section|meaning (example) [...] | additional sections (warning/errors/statistics) from external plugins (e.g. YCM, syntastic, ...) The information in Section Z looks like this: -percentage % ☰ current line/number of lines ln : column -So this: `10% ☰ 10/100 ln : 20` means: - `10%` - 10 percent - `☰ 10` - current line 10 - `/100 ln` - of 100 lines - `: 20` - current column 20 + +`10% ☰ 10/100 ln : 20` + +This means: +``` +10% - 10 percent down the top of the file +☰ 10 - current line 10 +/100 ln - of 100 lines +: 20 - current column 20 +``` For a better look, those sections can be colored differently, depending on various conditions (e.g. the mode or whether the current file is 'modified')