We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f90cc commit 3ee5c83Copy full SHA for 3ee5c83
README.md
@@ -99,7 +99,7 @@ Vim, you will see the new tabline!
99
Apart from listing the buffers in the tabline, `vim-buffet` also provides some
100
handy commands to manipulate the buffers:
101
102
-* `Bw[!]` - wipe the current buffer without closing the window. If is has unsaved
+* `Bw[!]` - wipe the current buffer without closing the window. If it has unsaved
103
changes, an error will be shown, and the buffer will stay open. To ignore any
104
changes and forcibly wipe the buffer, use `Bw!`.
105
* `Bonly[!]` - wipe all the buffers but the current one. If there are any buffers
0 commit comments