aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTeddy Wing2018-04-19 21:59:40 +0200
committerTeddy Wing2018-04-19 21:59:40 +0200
commit624c5ac4281c0cf816c25344ab69a17bfa2ba7c5 (patch)
tree346143433a9af86b32068a68b7454854e6562219 /doc
parent044835706eb9e4053dc750b4b9403e6e5173006b (diff)
parentda277858f1da1931ac17cbe9f095ea0541051f88 (diff)
downloadvim-tabs-grep-624c5ac4281c0cf816c25344ab69a17bfa2ba7c5.tar.bz2
Merge branch 'use-globs-to-match-files'
Diffstat (limited to 'doc')
-rw-r--r--doc/tabs_grep.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/tabs_grep.txt b/doc/tabs_grep.txt
index 988269e..48c7e5e 100644
--- a/doc/tabs_grep.txt
+++ b/doc/tabs_grep.txt
@@ -7,18 +7,19 @@ Version: 0.0.1
==============================================================================
INTRODUCTION *tabs_grep*
-TabsGrep filters the output of |:tabs| using a given search |pattern|. This
-makes it easier to find out which tab a file is on.
+TabsGrep filters the output of |:tabs| using a given search glob. This makes
+it easier to find out which tab a file is on.
==============================================================================
COMMANDS *tabs_grep-commands*
*TabsGrep*
-:TabsGrep {pattern}
- Output |:tabs| filtered by {pattern} using |match()|.
+:TabsGrep {glob}
+ Output |:tabs| filtered by {glob}.
Example: >
- :TabsGrep \V.vim
-< This shows a list of tabs and file names containing ".vim".
+ :TabsGrep tabs*vim
+< This shows a list of tabs with file names containing
+ "*tabs*vim*".
==============================================================================
LICENSE *tabs_grep-license*