diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-17 00:34:54 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-17 00:34:54 +0100 |
commit | 39a5feaf8c080de9e35350b079f47f3914f8b77d (patch) | |
tree | cb76d05a2bf9d3761b8749fe801c027bd042cc1f /qbuffers.h | |
parent | 4ca5974772741f2d51798cf4cb349e30329efe61 (diff) | |
download | sciteco-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.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -82,6 +82,11 @@ public: } bool load(const gchar *filename); + inline void + undo_load(void) + { + undo_set_string(); + } }; extern class QRegisterTable : public RBTree { |