diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-17 02:41:22 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-17 02:41:22 +0100 |
commit | ed6d0bdbf4b69061dd5db69d823c2ee39b98dcdd (patch) | |
tree | 8e9effd0e8862438e64c5996f8e69bab70cc1876 /qbuffers.h | |
parent | 79495eb1e3cf282cce515d15c5be925587b8c483 (diff) | |
download | sciteco-ed6d0bdbf4b69061dd5db69d823c2ee39b98dcdd.tar.gz |
Q-Register "*" holding the current filename
Diffstat (limited to 'qbuffers.h')
-rw-r--r-- | qbuffers.h | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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); |