diff options
Diffstat (limited to 'doc/BufferBrowser.txt')
-rw-r--r-- | doc/BufferBrowser.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/BufferBrowser.txt b/doc/BufferBrowser.txt index d6bc2f3..c5c061b 100644 --- a/doc/BufferBrowser.txt +++ b/doc/BufferBrowser.txt @@ -29,7 +29,7 @@ You can configure the filetype_filters by passing a table to the setup function. require('buffer-browser').setup({ -- '' + 'netrw' is used to filter out netrw. - filetype_filters = ['', 'netrw', 'gitcommit', 'TelescopePrompt'] + filetype_filters = {'', 'netrw', 'gitcommit', 'TelescopePrompt'} }) This can be used to filter out buffers you do not want in the history. If your |