diff options
Diffstat (limited to 'src/search.c')
-rw-r--r-- | src/search.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search.c b/src/search.c index c9a2ba0..db85283 100644 --- a/src/search.c +++ b/src/search.c @@ -381,6 +381,7 @@ teco_pattern2regexp(teco_string_t *pattern, guint codepage, gboolean single_expr break; case TECO_SEARCH_STATE_ESCAPE: { + state = TECO_SEARCH_STATE_START; gsize len = codepage == SC_CP_UTF8 ? g_utf8_next_char(pattern->data) - pattern->data : 1; /* the allocation could theoretically be avoided by escaping char-wise */ |