~nmu-sscheel/gtg/rework-task-editor

« back to all changes in this revision

Viewing changes to gtcli_bash_completion

  • Committer: Bertrand Rousseau
  • Date: 2012-05-09 22:33:25 UTC
  • mfrom: (1178 trunk)
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: bertrand.rousseau@gmail.com-20120509223325-a53d8nwo0x9g93bc
Merge nimit branch and trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
        if [ $COMP_CWORD -eq 1 ]; then
32
32
            COMPREPLY=( $( compgen -W '-h  --help new show  edit  delete list
33
 
            count postpone close' -- $cur ) )
 
33
            count postpone close search' -- $cur ) )
34
34
        else
35
35
            _filedir '@(rar|RAR)'
36
36
                fi