Re: Patch 7.1.235

2008-01-20 Fir de Conversatie Bram Moolenaar
Alexei Alexandrov wrote: Bram Moolenaar wrote: Patch 7.1.235 Problem:Pattern matching is slow when using a lot of simple patterns. Solution: Avoid allocating memory by not freeing it when it's not so much. (Alexei Alexandrov) Files: src/regexp.c Thanks

Re: Patch 7.1.235

2008-01-19 Fir de Conversatie Alexei Alexandrov
Bram Moolenaar wrote: Patch 7.1.235 Problem:Pattern matching is slow when using a lot of simple patterns. Solution: Avoid allocating memory by not freeing it when it's not so much. (Alexei Alexandrov) Files:src/regexp.c Thanks a lot! You had to rework

Patch 7.1.235

2008-01-18 Fir de Conversatie Bram Moolenaar
Patch 7.1.235 Problem:Pattern matching is slow when using a lot of simple patterns. Solution: Avoid allocating memory by not freeing it when it's not so much. (Alexei Alexandrov) Files: src/regexp.c *** ../vim-7.1.234/src/regexp.c Wed Jan 2 15:34:48 2008 --- src