Skip to content

Commit

Permalink
docs: minimum_length
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed May 8, 2023
1 parent 386e2ce commit de10307
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ require'barbar'.setup {
-- Sets the maximum buffer name length.
maximum_length = 30,
-- Sets the minimum buffer name length.
minimum_length = 0,
-- If set, the letters for each buffer in buffer-pick mode will be
-- assigned based on their name. Otherwise or in case all letters are
-- already assigned, the behavior is to assign letters in order of
Expand Down
5 changes: 5 additions & 0 deletions doc/barbar.txt
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,11 @@ maximum_length ~
`int` (default: 30)
Sets the maximum buffer name length.

*barbar-setup.minimum_length*
minimum_length ~
`int` (default: 0)
Sets the minimum buffer name length.

*barbar-setup.minimum_padding*
minimum_padding ~
`int` (default: `1`)
Expand Down

0 comments on commit de10307

Please sign in to comment.