Shut up a warning.

pull/778/merge
nicm 2017-05-31 16:44:33 +00:00
parent b3d0ed4057
commit 70cc8f2c7e
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ cmd_find_window_exec(struct cmd *self, struct cmdq_item *item)
xasprintf(&filter, "#{C:%s}", s);
else if (N)
xasprintf(&filter, "#{m:*%s*,#{window_name}}", s);
else if (T)
else
xasprintf(&filter, "#{m:*%s*,#{pane_title}}", s);
new_args = args_parse("", 1, &argv);