README: still some problems

This commit is contained in:
Christian Brabandt 2017-11-15 07:58:22 +01:00
parent c88dca5c96
commit 1f84ad886c
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 10 additions and 6 deletions

View File

@ -44,12 +44,16 @@ section|meaning (example)
[...] | additional sections (warning/errors/statistics) from external plugins (e.g. YCM, syntastic, ...) [...] | additional sections (warning/errors/statistics) from external plugins (e.g. YCM, syntastic, ...)
The information in Section Z looks like this: 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/100 ln : 20`
`10%` - 10 percent
`☰ 10` - current line 10 This means:
`/100 ln` - of 100 lines ```
`: 20` - current column 20 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 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') (e.g. the mode or whether the current file is 'modified')