File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 66
66
#
67
67
# History:
68
68
#
69
+ # 2015-11-26
70
+ # version 0.7.6: fix a typo
71
+ #
69
72
# 2015-01-31, Nicd-
70
73
# version 0.7.5:
71
74
# '~' is now expaned to the home directory in the log file path so
200
203
201
204
SCRIPT_NAME = "grep"
202
205
SCRIPT_AUTHOR = "Elián Hanisch <[email protected] >"
203
- SCRIPT_VERSION = "0.7.5 "
206
+ SCRIPT_VERSION = "0.7.6 "
204
207
SCRIPT_LICENSE = "GPL3"
205
208
SCRIPT_DESC = "Search in buffers and logs"
206
209
SCRIPT_COMMAND = "grep"
@@ -1639,7 +1642,7 @@ def delete_bytecode():
1639
1642
If used with 'log <file>' search in all logs that matches <file>.
1640
1643
-b --buffer: Search only in buffers, not in file logs.
1641
1644
-c --count: Just count the number of matched lines instead of showing them.
1642
- -m --matchcase: Don't do case insensible search.
1645
+ -m --matchcase: Don't do case insensitive search.
1643
1646
-H --hilight: Colour exact matches in output buffer.
1644
1647
-o --only-match: Print only the matching part of the line (unique matches).
1645
1648
-v -i --invert: Print lines that don't match the regular expression.
You can’t perform that action at this time.
0 commit comments