[Bash-completion-commits] ./current r1099: make mkdir complete also on filenames (Closes: #376433)

David Paleino d.paleino at gmail.com
Sun May 11 13:32:49 UTC 2008


------------------------------------------------------------
revno: 1099
committer: David Paleino <d.paleino at gmail.com>
branch nick: bash-completion
timestamp: Sun 2008-05-11 15:32:49 +0200
message:
  make mkdir complete also on filenames (Closes: #376433)
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-05-11 12:32:21 +0000
+++ b/bash_completion	2008-05-11 13:32:49 +0000
@@ -4157,7 +4157,7 @@
 		COMPREPLY=( $( $1 --help 2>&1 | sed -e '/--/!d' \
 				-e 's/.*\(--[-A-Za-z0-9]\+=\?\).*/\1/' | \
 			       command grep "^$cur" | sort -u ) )
-	elif [[ "$1" == @(mk|rm)dir ]]; then
+	elif [[ "$1" == rmdir ]]; then
 		_filedir -d
 	else
 		_filedir

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-05-11 12:32:21 +0000
+++ b/debian/changelog	2008-05-11 13:32:49 +0000
@@ -13,6 +13,7 @@
       (Closes: #472940)
     - fixed escaping problems with job control (i.e. disown, jobs, bg, 
       fg): the argument is now surrounded by "" (Closes: #347316)
+    - make mkdir complete also on filenames (Closes: #376433)
   * debian/copyright - now in a fancier machine-parsable format.
   * debian/control:
     - added myself to Uploaders
@@ -39,7 +40,7 @@
   * Update apt-get completion to include the flag "--no-install-recommends"
     (Closes: #475242)
 
- -- David Paleino <d.paleino at gmail.com>  Sun, 11 May 2008 14:30:33 +0200
+ -- David Paleino <d.paleino at gmail.com>  Sun, 11 May 2008 15:32:20 +0200
 
 bash-completion (20060301-4) unstable; urgency=low
 



More information about the Bash-completion-commits mailing list