summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-04-20 14:42:30 +0300
committerVille Skyttä <ville.skytta@iki.fi>2011-04-20 14:42:30 +0300
commit4c9789605fdd221e1d60d863c537b5f2782aa296 (patch)
treec6da44b27669371ee77bbaaa4abc5a7ef152972a /CHANGES
parent007f7f5b010755828d2b8ab77d07ae94f49c8378 (diff)
downloadbash-completion-4c9789605fdd221e1d60d863c537b5f2782aa296.tar.gz
Use _init_completion() in completions/c*.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 298357ba..3c216ed6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,7 +15,7 @@ bash-completion (2.x)
* Support tildes when recursively sourcing muttrc files (Debian: #615134).
* Fix local variable leaks from various completions.
* Add _init_completion() for common completion initialization and generic
- redirection handling.
+ redirection handling, use it in many completions.
[ Guillaume Rousse ]
* added puppet completion, using work from Mathieu Parent (sathieudebian.org)