diff options
| author | Teddy Wing | 2018-04-19 22:13:20 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-04-19 22:13:20 +0200 | 
| commit | 26b4bb09a315b2b99d1c6084f70ac6989648511e (patch) | |
| tree | afdb537d830d4599150f39eb8c592e5772977c5e | |
| parent | 71431c8e49f80feaca3ac45121e0e11604854436 (diff) | |
| download | vim-tabs-grep-34fe029352e7352e46ff70d438b13752a5063c38.tar.bz2 | |
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rw-r--r-- | doc/tabs_grep.txt | 2 | 
2 files changed, 6 insertions, 1 deletions
| @@ -1,5 +1,10 @@  CHANGELOG  ========= +v1.0.0 (2018-04-19): +	Changes: + +	* The command now takes a glob instead of a regex pattern. +  v0.0.1 (2018-04-08):  	Initial release. diff --git a/doc/tabs_grep.txt b/doc/tabs_grep.txt index 48c7e5e..c41690a 100644 --- a/doc/tabs_grep.txt +++ b/doc/tabs_grep.txt @@ -2,7 +2,7 @@  Author:  Teddy Wing <http://teddywing.com>  License: GPLv3+ -Version: 0.0.1 +Version: 1.0.0  ==============================================================================  INTRODUCTION                                                       *tabs_grep* | 
