diff options
| author | Teddy Wing | 2014-12-13 18:46:58 -0500 |
|---|---|---|
| committer | Teddy Wing | 2014-12-13 18:46:58 -0500 |
| commit | bde36f9bb67d2c4772e40bded39cd04d9b919222 (patch) | |
| tree | ea4deed948db462fa52edc1310412290fe2e7aa7 /README.md | |
| parent | 8fc9b38dafffaa1f65edb99250a7efe6a8edf7e4 (diff) | |
| download | vim-ls-grep-master.tar.bz2 | |
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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
