grep tab complete is working, but not fully
options tab complete, but not the commands at the endunstable
parent
d9990829d9
commit
7f90082bec
|
@ -2451,8 +2451,11 @@ class Core
|
|||
end
|
||||
|
||||
def cmd_grep_tabs(str, words)
|
||||
# TODO, make sure this works, just guessed to start
|
||||
tab_complete(words.join(" "))
|
||||
# @todo, make sure this works, just guessed to start
|
||||
tabs = []
|
||||
tabs += @@grep_opts.fmt.keys if (str and not str =~ /\w/)
|
||||
#tabs += driver.tab_complete_stub(str)
|
||||
tabs
|
||||
end
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue