commit | 473de61b0409f8f8c86585733f099f882122b280 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 18:19:48 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 18:19:48 2013 +0200 |
tree | 0c2b031a29a283c70d63368c38031517572d954c | |
parent | cd9c46265e4a12cf716187bc8188c7399797f806 [diff] [blame] |
updated for version 7.3.1149 Problem: New regexp engine: Matching plain text could be faster. Solution: Detect a plain text match and handle it specifically. Add vim_regfree().
diff --git a/src/gui.c b/src/gui.c index 0c21976..0bb0422 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -5319,7 +5319,7 @@ } else MSG(_("No match at cursor, finding next")); - vim_free(regmatch.regprog); + vim_regfree(regmatch.regprog); } }