diff options
Diffstat (limited to 'cmd-find.c')
-rw-r--r-- | cmd-find.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -834,8 +834,8 @@ cmd_find_copy_state(struct cmd_find_state *dst, struct cmd_find_state *src) { dst->s = src->s; dst->wl = src->wl; - dst->idx = dst->wl->idx; - dst->w = dst->wl->window; + dst->idx = src->idx; + dst->w = src->w; dst->wp = src->wp; } |