From 9d918dfbbabcaf7ae2531bf3c70f4cac9a6bcf0e Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 27 Sep 2002 10:16:10 +0000 Subject: commit the correct patch for 4.0 --- Completion/X/Command/_nedit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion') diff --git a/Completion/X/Command/_nedit b/Completion/X/Command/_nedit index af4963b9c..584d7699a 100644 --- a/Completion/X/Command/_nedit +++ b/Completion/X/Command/_nedit @@ -1,4 +1,4 @@ -#compdef nedit nc ncl=nc +#compdef nedit nc nedit-nc=nc ncl=nc local state line expl nedit_common curcontext="$curcontext" ret=1 typeset -A opt_args @@ -16,7 +16,7 @@ nedit_common=( '*:file:_files' ) -if [[ $service = *nc ]]; then +if [[ $service = nc ]]; then _x_arguments -C \ '(-noask)-ask[prompt if no server found]' \ '(-ask)-noask[start a new server without asking if none found]' \ -- cgit 1.4.1