From 10b8ebf83e008687d9b7b439f1d59fabe13287ce Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 24 Nov 2014 11:01:15 -0500 Subject: README: fix installation clone URL Copied the text from the auditory.vim README and didn't read it carefully. I forgot to replace the git clone URL with the one for ls-grep. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0e8dec..53a72d9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Provide support for grepping `:ls` output. Say you have 20 buffers open. To find Install using any of the various Vim package management plugins. If you use [pathogen](https://github.com/tpope/vim-pathogen), you can run the following to install: cd ~/.vim/bundle - git clone https://github.com/teddywing/auditory.vim.git + git clone https://github.com/teddywing/vim-ls-grep.git ## License -- cgit v1.2.3