From bc38068568d7923ce4fc96310538417992d68d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 24 May 2011 20:20:43 +0300 Subject: [PATCH] cvs: Drop -o default to fix CVS root completions. --- completions/cvs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/completions/cvs b/completions/cvs index d6aea591..ca479657 100644 --- a/completions/cvs +++ b/completions/cvs @@ -252,8 +252,6 @@ _cvs() fi ;; cvsroot) - # TODO: works poorly because of the colons and -o default, - # could we drop -o default? works ok without it in cvsps _cvs_roots ;; export) @@ -368,7 +366,7 @@ _cvs() return 0 } && -complete -F _cvs -o default cvs +complete -F _cvs cvs # Local variables: # mode: shell-script