File tree Expand file tree Collapse file tree 2 files changed +0
-41
lines changed
Expand file tree Collapse file tree 2 files changed +0
-41
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2525
2626from bpython .scrollfrontend .manual_readline import char_sequences as rl_char_sequences
2727from bpython .scrollfrontend .manual_readline import get_updated_char_sequences
28- from bpython .scrollfrontend .abbreviate import substitute_abbreviations
2928from bpython .scrollfrontend .interaction import StatusBar
3029from bpython .scrollfrontend import sitefix ; sitefix .monkeypatch_quit ()
3130import bpython .scrollfrontend .replpainter as paint
@@ -410,7 +409,6 @@ def add_normal_character(self, char):
410409 if self .config .cli_trim_prompts and self ._current_line .startswith (">>> " ):
411410 self ._current_line = self ._current_line [4 :]
412411 self .cursor_offset_in_line = max (0 , self .cursor_offset_in_line - 4 )
413- self .cursor_offset_in_line , self ._current_line = substitute_abbreviations (self .cursor_offset_in_line , self ._current_line )
414412 #TODO deal with characters that take up more than one space? do we care?
415413
416414 def update_completion (self , tab = False ):
You can’t perform that action at this time.
0 commit comments