From 11a4f062cb2d1788ae3c9f12d28a420a35c42bd0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 12 Dec 2013 17:05:13 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- auto-auto-complete.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auto-auto-complete.py b/auto-auto-complete.py index 0c05f5f..35d8ab4 100755 --- a/auto-auto-complete.py +++ b/auto-auto-complete.py @@ -273,7 +273,7 @@ class GeneratorBASH: if functionType == 'pipe': return ' ( %s ) ' % (' | '.join(elems)) if functionType == 'fullpipe': - return ' ( %s ) ' % (' |% '.join(elems)) + return ' ( %s ) ' % (' |& '.join(elems)) if functionType == 'cat': return ' ( %s ) ' % (' ; '.join(elems)) if functionType == 'and': @@ -464,7 +464,7 @@ class GeneratorFISH: if functionType == 'pipe': return ' ( %s ) ' % (' | '.join(elems)) if functionType == 'fullpipe': - return ' ( %s ) ' % (' |% '.join(elems)) + return ' ( %s ) ' % (' |& '.join(elems)) if functionType == 'cat': return ' ( %s ) ' % (' ; '.join(elems)) if functionType == 'and': @@ -653,7 +653,7 @@ class GeneratorZSH: if functionType == 'pipe': return ' ( %s ) ' % (' | '.join(elems)) if functionType == 'fullpipe': - return ' ( %s ) ' % (' |% '.join(elems)) + return ' ( %s ) ' % (' |& '.join(elems)) if functionType == 'cat': return ' ( %s ) ' % (' ; '.join(elems)) if functionType == 'and': -- cgit v1.2.3-70-g09d2