| Age | Commit message (Collapse) | Author | 
|---|
|  | 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. | 
|  | Basic explanation of what the plugin does, usage, and installation
instructions.
Still need to write a Vim help file. | 
|  | MIT license. | 
|  | * Change filename to use an underscore (in order to be able to use it in
  the autoload function name)
* Split the function and the command between autoload and plugin files | 
|  | The argument passed into the command must now not be quoted. To add
spaces, use backslash escaping.
EDIT: Actually, it turns out you don't need to backslash escape spaces.
      Okay, so just don't quote your argument. That works nicely. | 
|  |  | 
|  | Makes it quicker. | 
|  | Allow searching using the :LsGrep command. The argument passed into the
comand currently needs to be a string (wrapped in quotes). Hoping to
make that optional. | 
|  | Add capability to search for an arbitrary string. | 
|  | Get :ls output and grep it. |