From b69aa396c1c07304150327898fa488285dcf07f1 Mon Sep 17 00:00:00 2001 From: Max Nordlund gmail Date: Thu, 21 Feb 2019 11:44:25 +0100 Subject: [PATCH] Remove trailing whitespace --- doc/airline.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/airline.txt b/doc/airline.txt index 0e697b20..73aaa100 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -143,7 +143,7 @@ values): let g:airline_inactive_collapse=1 < * Use alternative seperators for the statusline of inactive windows > - let g:airline_inactive_alt_sep=1 + let g:airline_inactive_alt_sep=1 < * themes are automatically selected based on the matching colorscheme. this can be overridden by defining a value. > @@ -233,7 +233,7 @@ values): < * Display the statusline in the tabline (first top line): > let g:airline_statusline_ontop = 1 -< +< Setting this option, allows to use the statusline option to be used by a custom function or another plugin, since airline won't change it. @@ -828,7 +828,7 @@ with the middle mouse button to delete that buffer. Note: last option can be used to specify a different formatter for displaying the numbers. By default tabline/formatter/tabnr.vim is used - The argument of that setting should either be a filename that exists + The argument of that setting should either be a filename that exists autoload/airline/extensions/tabline/formatter/ (without .vim extension) and needs to provide a format() function. Alternatively you can use a custom function name, that is defined e.g. in your .vimrc file. In any @@ -1161,7 +1161,7 @@ virtualenv " (see above at g:airline#extensions#whitespace#checks) " To disable mixed-indent-file for go files use: let g:airline#extensions#whitespace#skip_indent_check_ft = {'go': ['mixed-indent-file']} -< +< ------------------------------------- *airline-windowswap* vim-windowswap