Re: [Vim-latex-devel] Path expansion
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sri...@gm...> - 2006-03-28 19:26:05
|
Hi Christian, On 3/28/06, Srinath Avadhanula <sri...@gm...> wrote: > which contains about 2200 files, then the time it takes is around 20 > seconds or so. So if you have on the order of these many files then it > will take a lot of time. I timed it more carefully. It looks like FB_DisplayFiles() takes 104 seconds to display 2300 files! I therefore changed the way FB_DisplayFiles() works. With the improvement, it takes about 0.6s econds with vim7 and 1.0 second with vim6. I checked the modification to SVN. See if it improves things in your case as well. I think it should unless the slowdown was caused by something else in your case. Srinath |