aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-11-24 11:01:15 -0500
committerTeddy Wing2014-11-24 11:01:15 -0500
commit10b8ebf83e008687d9b7b439f1d59fabe13287ce (patch)
treeaffbbebb7fc1e75a8f1ed3ced5746e990fbd3337
parentd07492d176055a4b20cc7c2d1b1660968218fb5b (diff)
downloadvim-ls-grep-10b8ebf83e008687d9b7b439f1d59fabe13287ce.tar.bz2
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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