diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-11-27 12:44:21 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-11-27 12:44:21 +0000 |
commit | ad6268466c5001c215d7b98e1d69b31475ac5c49 (patch) | |
tree | 43a0a7e0e6172e37f6b6e4123909520a2dd21584 /Completion/User/_gprof | |
parent | 1851f87325268a070d31f6de0ee6df999ebd2946 (diff) | |
download | zsh-ad6268466c5001c215d7b98e1d69b31475ac5c49.tar.gz zsh-ad6268466c5001c215d7b98e1d69b31475ac5c49.tar.xz zsh-ad6268466c5001c215d7b98e1d69b31475ac5c49.zip |
*** empty log message ***
Diffstat (limited to 'Completion/User/_gprof')
-rw-r--r-- | Completion/User/_gprof | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_gprof b/Completion/User/_gprof index fe7f1fdac..1f7a0fd0e 100644 --- a/Completion/User/_gprof +++ b/Completion/User/_gprof @@ -10,7 +10,7 @@ _arguments -C -s -{a,b,c,D,h,i,l,L,s,T,v,w,x,y,z} \ '-m:minimum execution count:' \ ':executable:_files -g \*\(\*\)' \ ':profile file:_files -g gmon.\*' \ - -- -s '(#--[no-] --)' \ + -- -s '((#s)--[no-] --)' \ '*=name*:function name:->funcs' \ '*=dirs*:directory:_dir_list' && ret=0 |