From 2caa5ddd79729ff48552236c4566b04a15e5daba Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 18 May 2015 12:46:33 +0100 Subject: 35187: unbalanced parentheses in _vim --- Completion/Unix/Command/_vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_vim') diff --git a/Completion/Unix/Command/_vim b/Completion/Unix/Command/_vim index 021054d47..007671be8 100644 --- a/Completion/Unix/Command/_vim +++ b/Completion/Unix/Command/_vim @@ -4,7 +4,7 @@ _vim_files () { case $PREFIX in (+*) _files -P './' $* && return 0 ;; - (scp|http(|s)|(|s)ftp):*) _urls ;; + ((scp|http(|s)|(|s)ftp):*) _urls ;; (*) _files $* ;; esac case $PREFIX in -- cgit 1.4.1