summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2014-05-30 22:26:02 +0200
committerDaniel Carl <danielcarl@gmx.de>2014-05-31 00:06:43 +0200
commit349d7aa1be8b62c23392c96051e617d560740b4a (patch)
treee9a2d1b8b2ed0d7c758729572898fc72ea648d3a /src/command.h
parent5f5111b777d36a4d295b52e7ac0d3944224cd2b4 (diff)
Added support for different yank registers.
Allow to yank, and paste from different registers.
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index c552963..3377f83 100644
--- a/src/command.h
+++ b/src/command.h
@@ -41,7 +41,7 @@ enum {
#endif
gboolean command_search(const Arg *arg);
-gboolean command_yank(const Arg *arg);
+gboolean command_yank(const Arg *arg, char buf);
gboolean command_save(const Arg *arg);
#ifdef FEATURE_QUEUE
gboolean command_queue(const Arg *arg);