commit | 6519ac87d8fffb97f22f64289ce825544913d3ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 06 13:45:52 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 06 13:45:52 2007 +0000 |
tree | 100a8e48b4c2b11f0635626616c4437a9f8ddd10 | |
parent | d55de224a0f05debd029c163508f2819730ff9c9 [diff] [blame] |
updated for version 7.1a
diff --git a/src/edit.c b/src/edit.c index a4be291..7eafb85 100644 --- a/src/edit.c +++ b/src/edit.c
@@ -2713,7 +2713,7 @@ char_u *pat_esc = vim_strsave_escaped(pat, (char_u *)"\\"); if (pat_esc == NULL) - goto theend ; + goto theend; i = (int)STRLEN(pat_esc) + 10; ptr = alloc(i); if (ptr == NULL)