Skip to content

Commit d050205

Browse files
committed
test/inputrc: do not set print-completions-horizontally
It interferes with completion-display-width 0 on bash 4.2, and is unnecessary now anyway.
1 parent 0d2367b commit d050205

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/config/inputrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ set bell-style none
1010
# Don't query user about viewing the number of possible completions
1111
set completion-query-items -1
1212

13-
# Display completions sorted horizontally, not vertically
14-
set print-completions-horizontally on
15-
1613
# Don't use pager when showing completions
1714
set page-completions off
1815

0 commit comments

Comments
 (0)