summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2.py')
-rwxr-xr-xcmd2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 097023f2..d3c5a626 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -1878,7 +1878,6 @@ class Cmd(cmd.Cmd):
:return: None
"""
orig_line = readline.get_line_buffer()
- begidx = readline.get_begidx()
endidx = readline.get_endidx()
starting_index = orig_line[:endidx].rfind(raw_completion_token)