Make show_all_if_ambiguous mode='on' the default

This commit is contained in:
Jrgen Stenarson
2012-06-27 21:15:59 +02:00
parent 7acedc9939
commit 98e8ae09ab
+1 -1
View File
@@ -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