aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-17 02:41:22 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-17 02:41:22 +0100
commited6d0bdbf4b69061dd5db69d823c2ee39b98dcdd (patch)
tree8e9effd0e8862438e64c5996f8e69bab70cc1876 /qbuffers.h
parent79495eb1e3cf282cce515d15c5be925587b8c483 (diff)
downloadsciteco-ed6d0bdbf4b69061dd5db69d823c2ee39b98dcdd.tar.gz
Q-Register "*" holding the current filename
Diffstat (limited to 'qbuffers.h')
-rw-r--r--qbuffers.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/qbuffers.h b/qbuffers.h
index b6d4580..960534d 100644
--- a/qbuffers.h
+++ b/qbuffers.h
@@ -283,14 +283,7 @@ public:
bool is_any_dirty(void);
bool edit(const gchar *filename);
- inline void
- undo_edit(void)
- {
- current->dot = interface.ssm(SCI_GETCURRENTPOS);
-
- undo.push_var<Buffer*>(current);
- current->undo_edit();
- }
+ void undo_edit(void);
bool save(const gchar *filename);