From 7d019cd8f54ed4261506fbf467f1d5ab04e80398 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Sun, 12 Apr 2026 08:52:28 +0000 Subject: [PATCH] Update README.md fixes: #2729 Signed-off-by: Christian Brabandt --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bc82f942..5c3432b4 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ information. By default (without configuration) this line will look like this: +-----------------------------------------------------------------------------+ | A | B | C X | Y | Z | [...] | +-----------------------------------------------------------------------------+ +| [...] | ++-----------------------------------------------------------------------------+ ``` The statusline is the colored line at the bottom, which contains the sections @@ -46,6 +48,7 @@ section|meaning (example) Y | file encoding[fileformat] (utf-8[unix]) Z | current position in the file [...] | additional sections (warning/errors/statistics) from external plugins (e.g. YCM, syntastic, ...) + | can be shown on a second line optionally (Vim only) The information in Section Z looks like this: @@ -239,6 +242,7 @@ to call custom functions. Use `:let g:airline_statusline_ontop=1` to enable it. Every section is composed of parts, and you can reorder and reconfigure them at will. ![image](https://f.cloud.github.com/assets/306502/1073278/f291dd4c-14a3-11e3-8a83-268e2753f97d.png) +Note: nowadays you should use the `AirlineAfterInit` autocommand Sections can contain accents, which allows for very granular control of visuals (see configuration [here](https://github.com/vim-airline/vim-airline/issues/299#issuecomment-25772886)).