summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorRobert Timm <mail@rtti.de>2017-04-23 00:55:48 +0200
committerRobert Timm <mail@rtti.de>2017-04-23 12:21:16 +0200
commiteb741c953d4b06bef6529f42641b3520ed992cd6 (patch)
treec92e0b33db455c0abb7d59ae33e8e4e22fa65342 /src/command.h
parentb837489d8a0895c7d2a8ed5e13bbf0ebf733e3bf (diff)
fixes incsearch history handling
Refactores parts of command_search() (closes #372) Fixes search using "/ register (type "/<enter>")
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 ba2ba46..16a5d25 100644
--- a/src/command.h
+++ b/src/command.h
@@ -43,7 +43,7 @@ enum {
};
#endif
-gboolean command_search(Client *c, const Arg *arg);
+gboolean command_search(Client *c, const Arg *arg, bool commit);
gboolean command_yank(Client *c, const Arg *arg, char buf);
gboolean command_save(Client *c, const Arg *arg);
#ifdef FEATURE_QUEUE