mirror of
https://github.com/wassname/pyreadline.git
synced 2026-06-27 16:10:38 +08:00
Make show_all_if_ambiguous mode='on' the default
This commit is contained in:
@@ -31,7 +31,7 @@ class BaseMode(object):
|
||||
self.l_buffer=lineobj.ReadLineTextBuffer("")
|
||||
self._history=history.LineHistory()
|
||||
self.completer_delims = " \t\n\"\\'`@$><=;|&{("
|
||||
self.show_all_if_ambiguous = 'off'
|
||||
self.show_all_if_ambiguous = 'on'
|
||||
self.mark_directories = 'on'
|
||||
self.complete_filesystem = 'off'
|
||||
self.completer = None
|
||||
|
||||
Reference in New Issue
Block a user