Add full stops
This commit is contained in:
parent
addccd7492
commit
7907840ead
@ -192,11 +192,11 @@ class ExternalEditor(QObject):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
possible_placeholder: an argument of editor.command.
|
possible_placeholder: an argument of editor.command.
|
||||||
line: the previously-calculated line number for the text caret
|
line: the previously-calculated line number for the text caret.
|
||||||
column: the previously-calculated column number for the text caret
|
column: the previously-calculated column number for the text caret.
|
||||||
|
|
||||||
Return:
|
Return:
|
||||||
The substituted placeholder or the original argument
|
The substituted placeholder or the original argument.
|
||||||
"""
|
"""
|
||||||
replacements = {
|
replacements = {
|
||||||
'{}': self._filename,
|
'{}': self._filename,
|
||||||
|
Loading…
Reference in New Issue
Block a user