##// END OF EJS Templates
Update IPython/terminal/interactiveshell.py
Matthias Bussonnier -
Show More
@@ -325,9 +325,6 b' class TerminalInteractiveShell(InteractiveShell):'
325 325 allow_none=True,
326 326 ).tag(config=True)
327 327
328 prompt_includes_vi_mode = Bool(
329 True, help="Display the current vi mode (when using vi editing mode)."
330 ).tag(config=True)
331 328
332 329 def _set_autosuggestions(self, provider):
333 330 if provider is None:
General Comments 0
You need to be logged in to leave comments. Login now