diff options
| -rw-r--r-- | vis-prompt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vis-prompt.c b/vis-prompt.c index 2a71441..a0c4983 100644 --- a/vis-prompt.c +++ b/vis-prompt.c @@ -64,7 +64,6 @@ static const char *prompt_enter(Vis *vis, const char *keys, const Arg *arg) { else if (prompt->file == vis->search_file) pattern = "^(/|\\?)"; if (pattern && regex && text_regex_compile(regex, pattern, REG_EXTENDED|REG_NEWLINE) == 0) { - char c; size_t end = text_line_end(txt, pos); size_t prev = text_search_backward(txt, end, regex); if (prev > pos) |
