| Age | Commit message (Collapse) | Author |
|
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.
|