[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-173-g127a65f

Guillaume Rousse guillomovitch at gmail.com
Wed Jun 6 13:41:30 UTC 2012


The following commit has been merged in the master branch:
commit 127a65fee2659f31c5284b2daa09a25939961ab8
Merge: 67d30da6b79cf7983058a1840bce215990094246 b54adedd4f158ac41ecd6a8c6cc7d8faf51dc069
Author: Guillaume Rousse <guillomovitch at gmail.com>
Date:   Wed Jun 6 15:41:18 2012 +0200

    Merge branch 'master' of git+ssh://git.debian.org/git/bash-completion/bash-completion

diff --combined bash_completion
index 69f4330,767f05e..56c4736
--- a/bash_completion
+++ b/bash_completion
@@@ -1144,7 -1144,7 +1144,7 @@@ _modules(
      local modpath
      modpath=/lib/modules/$1
      COMPREPLY=( $( compgen -W "$( command ls -RL $modpath 2>/dev/null | \
 -        sed -ne 's/^\(.*\)\.k\{0,1\}o\(\.gz\)\{0,1\}$/\1/p' )" -- "$cur" ) )
 +        sed -ne 's/^\(.*\)\.k\{0,1\}o\(\.[gx]z\)\{0,1\}$/\1/p' )" -- "$cur" ) )
  }
  
  # This function completes on installed modules
@@@ -1857,7 -1857,7 +1857,7 @@@ _install_xspec '!*.@(tlz|lzma)' lzcat l
  _install_xspec '!*.@(?(t)xz|tlz|lzma)' unxz xzcat
  _install_xspec '!*.lrz' lrunzip
  _install_xspec '!*.@(gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx)' ee
- _install_xspec '!*.@(gif|jp?(e)g|tif?(f)|png|p[bgp]m|bmp|x[bp]m|rle|rgb|pcx|fits|pm)' qiv
+ _install_xspec '!*.@(gif|jp?(e)g|tif?(f)|png|p[bgp]m|bmp|x[bp]m|rle|rgb|pcx|fits|pm|svg)' qiv
  _install_xspec '!*.@(gif|jp?(e)g|tif?(f)|png|p[bgp]m|bmp|x[bp]m|rle|rgb|pcx|fits|pm|?(e)ps)' xv
  _install_xspec '!*.@(@(?(e)ps|?(E)PS|pdf|PDF)?(.gz|.GZ|.bz2|.BZ2|.Z))' gv ggv kghostview
  _install_xspec '!*.@(dvi|DVI)?(.@(gz|Z|bz2))' xdvi kdvi

-- 
bash-completion



More information about the Bash-completion-commits mailing list