Changed inputhandler/oochandler to monitorhandler and made inputhandler_funcs into just inputfuncs.py

This commit is contained in:
Griatch 2016-02-13 00:40:00 +01:00
parent 67b84c2431
commit 4ab049709d
6 changed files with 33 additions and 151 deletions

View file

@ -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:")