Skip to content

Commit

Permalink
docs(README): update completed tab PRs (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblokzijl committed Oct 28, 2022
1 parent d358641 commit 5d60a35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ it has a lot of the same features/styling but not all.

A few things to note are

- Diagnostics only show if the buffer with issues is the current window selected in that tab page
- Sorting doesn't work yet as that needs to be thought through.
- Grouping doesn't work yet as that also needs to be thought through.

Expand Down
4 changes: 1 addition & 3 deletions doc/bufferline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ This plugin can also be set to show only tabpages. This can be done by setting
the `mode` option to `tabs`. This will change the bufferline to a tabline it
has a lot of the same features/styling but not all. A few things to note are

* Diagnostics only show if the buffer with issues is the current window selected
in that tab page.
* Sorting doesn't work yet as that needs to be thought through.
* Grouping doesn't work yet as that also needs to be thought through.

Expand Down Expand Up @@ -1073,7 +1071,7 @@ WORKING WITH ELEMENTS *bufferline-working-with-elements*

Bufferline exposes some information about the buffers it shows will allow you
to implement your own custom functionality. Note that this will not include any
buffers that are filtered out of bufferline, making it handy for writing
buffers that are filtered out of bufferline, making it handy for writing
functions that need to ignore special buffers.

The output has the following structure:
Expand Down

0 comments on commit 5d60a35

Please sign in to comment.