aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-17 00:34:54 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-17 00:34:54 +0100
commit39a5feaf8c080de9e35350b079f47f3914f8b77d (patch)
treecb76d05a2bf9d3761b8749fe801c027bd042cc1f /qbuffers.h
parent4ca5974772741f2d51798cf4cb349e30329efe61 (diff)
downloadsciteco-39a5feaf8c080de9e35350b079f47f3914f8b77d.tar.gz
fixed rubout for loading Q-Registers (with files)
this is very similar to setting a string
Diffstat (limited to 'qbuffers.h')
-rw-r--r--qbuffers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/qbuffers.h b/qbuffers.h
index 18d1462..10d59e4 100644
--- a/qbuffers.h
+++ b/qbuffers.h
@@ -82,6 +82,11 @@ public:
}
bool load(const gchar *filename);
+ inline void
+ undo_load(void)
+ {
+ undo_set_string();
+ }
};
extern class QRegisterTable : public RBTree {