Fix some indentation and dead assignments.

This commit is contained in:
nicm
2019-05-12 18:16:33 +00:00
parent a131655235
commit 00f19b7f91
6 changed files with 22 additions and 20 deletions

View File

@ -1046,8 +1046,6 @@ window_copy_cmd_previous_matching_bracket(struct window_copy_cmd_state *cs)
goto retry;
}
window_copy_cursor_previous_word(wme, "}]) ");
px = data->cx;
continue;
}
continue;
}
@ -1161,7 +1159,6 @@ window_copy_cmd_next_matching_bracket(struct window_copy_cmd_state *cs)
goto retry;
}
window_copy_cursor_next_word_end(wme, "{[( ");
px = data->cx;
continue;
}
/* For vi, continue searching for bracket until EOL. */