Cleaned up worst instability. Test suite does validate yet.
This commit is contained in:
parent
fa93c70e7f
commit
e36c7d5cc1
24 changed files with 134 additions and 300 deletions
|
|
@ -190,7 +190,7 @@ class CmdEditorGroup(CmdEditorBase):
|
|||
string = editor.display_buffer(buf=buf, offset=lstart, linenums=False)
|
||||
else:
|
||||
string = editor.display_buffer(linenums=False)
|
||||
self.caller.msg(string, data={"raw":True})
|
||||
self.caller.msg(string, raw=True)
|
||||
return
|
||||
elif cmd == ":::":
|
||||
# Insert single colon alone on a line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue