From df7d6b3e439c7401e1e1c8ab76a603f001402ea3 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 27 Aug 1999 13:43:43 +0000 Subject: zsh-workers/7517 --- Completion/User/_gprof | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/User/_gprof') diff --git a/Completion/User/_gprof b/Completion/User/_gprof index 0a1d621be..66354c875 100644 --- a/Completion/User/_gprof +++ b/Completion/User/_gprof @@ -5,8 +5,8 @@ _arguments -s -{a,b,c,D,h,i,l,L,s,T,v,w,x,y,z} \ '-I:directory:_dir_list' \ '-d-:debug level:' '-k:function names: _exec_funcs -p' \ '-m:minimum execution count:' \ - ':executable:_files -g *(*)' \ - ':profile file:_files -g gmon.*' \ + ':executable:_files -g \*\(\*\)' \ + ':profile file:_files -g gmon.\*' \ -- -s '(#--[no-] --)' \ '*=name*:function name: _exec_funcs' \ '*=dirs*:directory:_dir_list' -- cgit 1.4.1