Skip to content

Commit 915dc7f

Browse files
committed
Fix the OTR plugin completion
1 parent 262de90 commit 915dc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/otr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ def command_otr(self, args):
133133
self.core.refresh_window()
134134

135135
def otr_completion(self, the_input):
136-
return the_input.auto_completion(['start', 'end'], ' ')
136+
return the_input.auto_completion(['start', 'fpr', 'end'], '', quotify=False)

0 commit comments

Comments
 (0)