diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-08 19:04:51 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-08 22:25:51 +0100 |
commit | ee35a5d130c17a957384f05b0d034fd3747b1f7c (patch) | |
tree | 9c4964e6220d751f7527e74e27b51f7cc7cad4a3 /src/parser.h | |
parent | c37e2d75d09145d2236388e5b739c6a41e4f3780 (diff) | |
download | sciteco-ee35a5d130c17a957384f05b0d034fd3747b1f7c.tar.gz |
use special Q-Register $ (<ESC>) to hold the replacement commandline
* allows us to switch between buffers/registers when editing the
commandline
Diffstat (limited to 'src/parser.h')
-rw-r--r-- | src/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h index 865cf85..d2e570b 100644 --- a/src/parser.h +++ b/src/parser.h @@ -32,7 +32,7 @@ public: gchar *new_cmdline; gint pos; - ReplaceCmdline(gchar *_new_cmdline); + ReplaceCmdline(); }; class State { |