README: one more fix for the table

This commit is contained in:
Christian Brabandt 2017-11-15 07:51:48 +01:00
parent 20a6fe2b9f
commit dd368b3e31
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 7 additions and 7 deletions

View File

@ -40,15 +40,15 @@ section|meaning (example)
C | filename + read-only flag (~/.vim/vimrc RO) C | filename + read-only flag (~/.vim/vimrc RO)
X | filetype (vim) X | filetype (vim)
Y | file encoding[fileformat] (utf-8[unix]) Y | file encoding[fileformat] (utf-8[unix])
Z | current position in the file Z | current position in the file:
| percentage % ☰ current line/number of lines ln : column | percentage % ☰ current line/number of lines ln : column
| So this: 10% ☰ 10/100 ln : 20 means: > | So this: `10% ☰ 10/100 ln : 20` means:
| 10% - 10 percent | `10%` - 10 percent
| ☰ 10 - current line 10 | `☰ 10` - current line 10
| /100 ln - of 100 lines | `/100 ln` - of 100 lines
| : 20 - current column 20 | `: 20` - current column 20
[...] | additional sections (warning/errors/statistics) [...] | additional sections (warning/errors/statistics)
| from external plugins (e.g. YCM/syntastic/...) | from external plugins (e.g. YCM, syntastic, ...)
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')