From 8227e76e09fc4bdd21a6e0bf866445910f64815e Mon Sep 17 00:00:00 2001 From: Freddy Vulto Date: Thu, 24 Mar 2011 00:00:58 +0100 Subject: Improve __reassemble_comp_words_by_ref() (Alioth #313057) Prohibit word creation of characters if they're excluded from $COMP_WORDBREAKS. For example, with ':' included in $COMP_WORDBREAKS, 'a b:' should split to 'b' and ':'. With ':' excluded from $COMP_WORDBREAKS, 'a b:' should split to 'b:', NOT 'b' and ':'. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8240aecc..679fae34 100644 --- a/CHANGES +++ b/CHANGES @@ -14,6 +14,10 @@ bash-completion (2.x) * If _filedir 'ext' returns nothing, just fallback to generic file completion. Patch by Clint Byrum (Debian: #619014, LP: #533985) + [ Freddy Vulto ] + * Improve __reassemble_comp_words_by_ref() to not create words of + characters-to-exclude (Alioth: #313057) + -- David Paleino Sun, 06 Feb 2011 21:46:37 +0100 bash-completion (1.3) -- cgit v1.2.1