aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 0f62dc5..fc18791 100644
--- a/main.cpp
+++ b/main.cpp
@@ -152,6 +152,7 @@ main(int argc, char **argv)
editor_msg(SCI_STYLESETFORE, SCE_C_STRING, 0x800080);
editor_msg(SCI_STYLESETBOLD, SCE_C_OPERATOR, 1);
+ qregisters.initialize();
ring.edit(NULL);
undo.enabled = true;