Fix bash completion for feeds2*

This commit is contained in:
Kovid Goyal 2008-03-24 09:59:50 +00:00
parent 59de496c56
commit 84d42bfe3e

View File

@ -82,7 +82,7 @@ def opts_and_words(name, op, words):
return '_'+name+'()'+\
'''
{
local cur prev opts
local cur opts
local IFS=$'|\\t'
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"