From dd368b3e315638cedc46cfafdeeeeede8aec161f Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Wed, 15 Nov 2017 07:51:48 +0100 Subject: [PATCH] README: one more fix for the table --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b2b05555..c60452f3 100644 --- a/README.md +++ b/README.md @@ -40,15 +40,15 @@ section|meaning (example) C | filename + read-only flag (~/.vim/vimrc RO) X | filetype (vim) 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 - | So this: 10% ☰ 10/100 ln : 20 means: > - | 10% - 10 percent - | ☰ 10 - current line 10 - | /100 ln - of 100 lines - | : 20 - current column 20 + | So this: `10% ☰ 10/100 ln : 20` means: + | `10%` - 10 percent + | `☰ 10` - current line 10 + | `/100 ln` - of 100 lines + | `: 20` - current column 20 [...] | 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 (e.g. the mode or whether the current file is 'modified')