We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262de90 commit 915dc7fCopy full SHA for 915dc7f
plugins/otr.py
@@ -133,4 +133,4 @@ def command_otr(self, args):
133
self.core.refresh_window()
134
135
def otr_completion(self, the_input):
136
- return the_input.auto_completion(['start', 'end'], ' ')
+ return the_input.auto_completion(['start', 'fpr', 'end'], '', quotify=False)
0 commit comments