summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFreddy Vulto <fvulto@gmail.com>2011-03-24 00:00:58 +0100
committerFreddy Vulto <fvulto@gmail.com>2011-03-24 00:00:58 +0100
commit8227e76e09fc4bdd21a6e0bf866445910f64815e (patch)
treeec6f4b2877db9f69278f13dbe06ccc70a3e5c5fd /CHANGES
parent2c78ae3ea1f33149e7c01de075aeae1b4748514c (diff)
downloadbash-completion-8227e76e09fc4bdd21a6e0bf866445910f64815e.tar.gz
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 ':'.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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 <d.paleino@gmail.com> Sun, 06 Feb 2011 21:46:37 +0100
bash-completion (1.3)