mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 09:53:36 +00:00
16 lines
451 B
Plaintext
16 lines
451 B
Plaintext
# Don't query the user if there are too many completions.
|
|
set completion-query-items 100000
|
|
|
|
# Display all completions immediately, without
|
|
# requiring multiple `complete' commands.
|
|
set show-all-if-ambiguous on
|
|
|
|
# Disable --More-- prompt when completion list fills screen.
|
|
set page-completions off
|
|
|
|
# Make sure a standardized screen width is used.
|
|
set completion-display-width 80
|
|
|
|
# Make the completion requests show up in the input file.
|
|
@: complete
|