Options stuff... ;-)
This commit is contained in:
@ -12,7 +12,8 @@ import time
|
||||
__title__="Grep view lines that match the given predicates"
|
||||
|
||||
default_config = { 'inputview' : None,
|
||||
'outputview' : None
|
||||
'outputview' : None,
|
||||
'predicates' : []
|
||||
}
|
||||
|
||||
def addOptions(parser):
|
||||
|
Reference in New Issue
Block a user