diff options
| author | Teddy Wing | 2014-11-24 11:01:15 -0500 |
|---|---|---|
| committer | Teddy Wing | 2014-11-24 11:01:15 -0500 |
| commit | 10b8ebf83e008687d9b7b439f1d59fabe13287ce (patch) | |
| tree | affbbebb7fc1e75a8f1ed3ced5746e990fbd3337 | |
| parent | d07492d176055a4b20cc7c2d1b1660968218fb5b (diff) | |
| download | vim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
