aboutsummaryrefslogtreecommitdiffstats
path: root/ls-grep.vim
AgeCommit message (Collapse)Author
2014-11-23ls-grep.vim: Require unquoted search term argumentTeddy Wing
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.
2014-11-23ls-grep.vim: Add some comments to the `LsGrep` functionTeddy Wing
2014-11-23ls-grep.vim: Use case-insensitive grep searchTeddy Wing
Makes it quicker.
2014-11-23ls-grep.vim: Pass command args to `LsGrep` functionTeddy Wing
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.
2014-11-23ls-grep.vim: Allow a search stringTeddy Wing
Add capability to search for an arbitrary string.
2014-11-23Initial commit. Proof of concept.Teddy Wing
Get :ls output and grep it.