commit | c7040a5615827cefe0edbdf7f69c6640fa1aa1e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 20 13:11:28 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 20 13:11:28 2010 +0200 |
tree | bc7724c7429c57881ca500db0f9cfcde87592e93 | |
parent | 704ac92541f6ff9968bb4a7ee36c413ba0d672f2 [diff] [blame] |
Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.
diff --git a/src/screen.c b/src/screen.c index ac531d4..db26046 100644 --- a/src/screen.c +++ b/src/screen.c
@@ -7119,7 +7119,7 @@ NULL #endif ); - if (called_emsg) + if (called_emsg || got_int) { /* Error while handling regexp: stop using this regexp. */ if (shl == &search_hl)