From 2d26783c9624e413be20a8ba31263a2de4975b79 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 13 Dec 2014 18:37:57 -0500 Subject: Add docs Create a helpfile for real vim documentation. --- doc/ls_grep.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/ls_grep.txt (limited to 'doc') diff --git a/doc/ls_grep.txt b/doc/ls_grep.txt new file mode 100644 index 0000000..7b384c9 --- /dev/null +++ b/doc/ls_grep.txt @@ -0,0 +1,21 @@ +*ls_grep.txt* Grep the output of the :ls command + + +============================================================================== +INTRODUCTION *ls-grep* + +LsGrep allows you to grep |:ls| output for a certain buffer. It's a tiny +plugin that provides a single command: |:LsGrep|. This command takes a search +string argument which outputs a filtered version of |:ls| output using the +search string. This lets you find the buffer numbers of the files you need +without doing a manual visual scan through the list. + +============================================================================== +COMMANDS *ls-grep-commands* + + *ls-grep-:LsGrep* +:LsGrep {bufname} Search the buffer list for {bufname}. The search + string can be a substring of the file. Fuzzy matching + is not supported. + + vim:tw=78:et:ft=help:norl: -- cgit v1.2.3