Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 249271 | Differences between
and this patch

Collapse All | Expand All

(-)bash_completion (-2 / +2 lines)
Lines 1531-1537 Link Here
1531
				for i in ${entries[@]:-}; do
1531
				for i in ${entries[@]:-}; do
1532
					files=( ${files[@]/#$i//} )
1532
					files=( ${files[@]/#$i//} )
1533
				done
1533
				done
1534
				COMPREPLY=( $( compgen -W '${files[@]}' -- \
1534
				COMPREPLY=( $( compgen -X '*~' -W '${files[@]}' -- \
1535
					       $cur ) )
1535
					       $cur ) )
1536
			fi
1536
			fi
1537
		else
1537
		else
Lines 1584-1590 Link Here
1584
				COMPREPLY=( $( compgen -W '${changed[@]:-} \
1584
				COMPREPLY=( $( compgen -W '${changed[@]:-} \
1585
						   ${newremoved[@]:-}' -- $cur ) )
1585
						   ${newremoved[@]:-}' -- $cur ) )
1586
			else
1586
			else
1587
				_filedir
1587
				COMPREPLY=( $(compgen $default -- "$cur") )
1588
			fi
1588
			fi
1589
		else
1589
		else
1590
			COMPREPLY=( $( compgen -W '-n -R -l -f -F -m -r' -- \
1590
			COMPREPLY=( $( compgen -W '-n -R -l -f -F -m -r' -- \

Return to bug 249271