Changed inputhandler/oochandler to monitorhandler and made inputhandler_funcs into just inputfuncs.py
This commit is contained in:
parent
67b84c2431
commit
4ab049709d
6 changed files with 33 additions and 151 deletions
|
|
@ -349,7 +349,7 @@ class CmdEditorGroup(CmdEditorBase):
|
|||
offset=lstart,
|
||||
linenums=False, options={"raw":True})
|
||||
else:
|
||||
editor.display_buffer(linenums=False, {options={"raw":True})
|
||||
editor.display_buffer(linenums=False, options={"raw":True})
|
||||
elif cmd == ":::":
|
||||
# Insert single colon alone on a line
|
||||
editor.update_buffer(editor.buffer + "\n:")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue