File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ bash-completion (2.7)
2+
3+ [ Eli Young ]
4+ * Makefile: update default compatdir (#132)
5+
6+ [ Ville Skyttä ]
7+ * Make user completion file configurable, disable in tests
8+ * test suite: Generalize xspec completion install check
9+ * pyflakes: Remove redundant xspec completion
10+ * test suite: Fix __expand_tilde_by_ref test expectation output
11+ * pdfunite: New *.pdf completion
12+
13+ -- Ville Skyttä <
[email protected] > Sat, 01 Jul 2017 14:08:43 +0300
14+
115bash-completion (2.6)
216
317 [ Björn Kautler ]
Original file line number Diff line number Diff line change 2323#
2424# https://github.com/scop/bash-completion
2525
26- BASH_COMPLETION_VERSINFO=(2 6 )
26+ BASH_COMPLETION_VERSINFO=(2 7 )
2727
2828if [[ $- == * v* ]]; then
2929 BASH_COMPLETION_ORIGINAL_V_VALUE=" -v"
Original file line number Diff line number Diff line change 11AC_PREREQ ( [ 2.60] )
2- AC_INIT ( [ bash-completion] , [ 2.6 ] )
2+ AC_INIT ( [ bash-completion] , [ 2.7 ] )
33AM_INIT_AUTOMAKE ( [ foreign dist-xz no-dist-gzip -Wall -Werror] )
44AC_PROG_LN_S
55AC_PROG_MKDIR_P
You can’t perform that action at this time.
0 commit comments