doc: fix typo for show_buffers variable

related: #2218
This commit is contained in:
Christian Brabandt 2020-08-27 13:07:32 +02:00
parent 0f5eedff74
commit c77d89046e
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 1 additions and 1 deletions

View File

@ -1592,7 +1592,7 @@ Main features and default mappings of this extension are:
let g:xtabline_alt_action = "buffer #" let g:xtabline_alt_action = "buffer #"
Note: Make sure to also enable > Note: Make sure to also enable >
:let g:airline_extensions#tabline#show_buffers = 1 :let g:airline#extensions#tabline#show_buffers = 1
otherwise the tabline might not actually be displayed correctly (see otherwise the tabline might not actually be displayed correctly (see
|airline-tabline|) |airline-tabline|)