Changeset 612 for CMT/HEAD/src/setup.zsh


Ignore:
Timestamp:
Apr 26, 2012, 9:51:00 AM (12 years ago)
Author:
rybkin
Message:

See C.L. 487

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/src/setup.zsh

    r585 r612  
    1010function cmt_macros { reply=(`cmt -quiet show macro_names`)}; \
    1111   function cmt_actions { reply=(`cmt -quiet show action_names`)}; \
     12   function cmt_aliases { reply=(`cmt -quiet show alias_names`)}; \
    1213   function cmt_sets { reply=(`cmt -quiet show set_names`)}; \
    1314   function cmt_constituents { reply=(`cmt -quiet show constituent_names`) }; \
     
    3233   'w[1,remove] p[3]' -X '> give version tag' - \
    3334   'w[1,remove] p[4]' -X '> give a path if not located from the current path ' - \
    34    's[show],c[-1,show]' -k '(action,action_names,action_value,actions,all_tags,applied_patterns,author,branches,clients,cmtpath_patterns,constituent,constituent_names,constituents,container,cycles,fragment,fragments,groups,include_dirs,language,languages,macro,macro_names,macro_value,macros,manager,packages,path,pattern,patterns,projects,project_author,pwd,set,set_names,set_value,sets,strategies,tags,use_paths,uses,versions)' - \
     35   's[show],c[-1,show]' -k '(action,action_names,action_value,actions,alias,alias_names,alias_value,aliases,all_tags,applied_patterns,author,branches,clients,cmtpath_patterns,constituent,constituent_names,constituents,container,cycles,fragment,fragments,groups,include_dirs,language,languages,macro,macro_names,macro_value,macros,manager,packages,path,pattern,patterns,projects,project_author,pwd,set,set_names,set_value,sets,strategies,tags,use_paths,uses,versions)' - \
    3536   'w[1,show] c[-1,constituent]' -K cmt_constituents - \
    3637   'w[1,show] c[-1,fragment]' -K cmt_fragments - \
    3738   'w[1,show] c[-1,action]' -K cmt_actions - \
    3839   'w[1,show] c[-1,action_value]' -K cmt_actions - \
     40   'w[1,show] c[-1,alias]' -K cmt_aliases - \
     41   'w[1,show] c[-1,alias_value]' -K cmt_aliases - \
    3942   'w[1,show] c[-1,macro]' -K cmt_macros - \
    4043   'w[1,show] c[-1,macro_value]' -K cmt_macros - \
Note: See TracChangeset for help on using the changeset viewer.