~ubuntu-branches/ubuntu/trusty/bash-completion/trusty-updates

« back to all changes in this revision

Viewing changes to doc/inputrc

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-07-23 16:07:59 UTC
  • mfrom: (5.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120723160759-lt9vn33dl3nak9l0
Tags: 1:2.0-1ubuntu1
* debian/maintscript, debian/postinst:
  - clean etc conffiles on upgrade since completion files are in /usr
    with the new version
* Resync with Debian, remaining diff
  * debian/patches/disable-avahi-browse.diff: Disable avahi-browse since
    it scales poorly in the current form: refresh patch
  * patches/101_bash_completion.oga_ogv.patch: Increase support for other
    OGG formats including .oga, .ogx, etc. (LP: #311525)
  * patches/103_colormake.patch: Add support for colormake to the make
    completion rules. (LP: #743208)
* Dropped changes:
  * Add conffile upgrade handling for a run of conffiles that were dropped
    since lucid: lucid upgrades are only supported to precise.
* Those fixes are in the new version
  * debian/patches/apt-get-changelog.patch:
  * Drop whitelists if they fail to produce any results:
  * patches/apt-get-download.patch: Add download as an apt-get
    sub-command (LP: #720541)
  * patches/102_manpager.patch: Override MANPAGER when generating perldoc
    completions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Readline init file for DejaGnu testsuite
 
2
# See: info readline
 
3
 
 
4
        # Press TAB once (instead of twice) to auto-complete
 
5
set show-all-if-ambiguous on
 
6
        # No bell.  No ^G in output
 
7
set bell-style none
 
8
        # Don't query user about viewing the number of possible completions
 
9
set completion-query-items -1
 
10
        # Display completions sorted horizontally, not vertically
 
11
set print-completions-horizontally on
 
12
        # Don't use pager when showing completions
 
13
set page-completions off
 
14
 
 
15
# Local variables:
 
16
# mode: shell-script
 
17
# sh-basic-offset: 4
 
18
# sh-indent-comment: t
 
19
# indent-tabs-mode: nil
 
20
# End:
 
21
# ex: ts=4 sw=4 et filetype=sh