From bde36f9bb67d2c4772e40bded39cd04d9b919222 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 13 Dec 2014 18:46:58 -0500 Subject: README: Update with a note about `:b` Found out recently that `:b` can take a buffer name (or partial buffer name in particular) argument, which kind of obviates the need for this plugin. Add a note about this to the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53a72d9..92fbb92 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ls_grep.vim Provide support for grepping `:ls` output. Say you have 20 buffers open. To find the buffer id of a file, filtering visually can take a long time. This plugin allows you to filter the output to only show the lines matching your search term. +Fortunately or unfortunately this plugin is not as useful now that I know `:b` can take a buffer name, but who knows? Maybe it will still come in handy. + ## Usage -- cgit v1.2.3