aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTeddy Wing2014-12-13 18:37:57 -0500
committerTeddy Wing2014-12-13 18:41:24 -0500
commit2d26783c9624e413be20a8ba31263a2de4975b79 (patch)
treee757c46cdbb8081c198db11042c93b430b3709cd /doc
parenta6edb81626a56b266f3ac4f4907e595a7987b3ab (diff)
downloadvim-ls-grep-2d26783c9624e413be20a8ba31263a2de4975b79.tar.bz2
Add docs
Create a helpfile for real vim documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/ls_grep.txt21
1 files changed, 21 insertions, 0 deletions
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: