Re: Why not use binary search for wildmode tag completion in case of fixed-start, non-regex pattern?

2006-09-23 Thread Stahlman Family
- Original Message - From: A.J.Mechelynck [EMAIL PROTECTED] To: Stahlman Family [EMAIL PROTECTED] Cc: vim@vim.org Sent: Saturday, September 23, 2006 1:59 AM Subject: Re: Why not use binary search for wildmode tag completion in case of fixed-start, non-regex pattern? Stahlman Family

Why not use binary search for wildmode tag completion in case of fixed-start, non-regex pattern?

2006-09-22 Thread Stahlman Family
Recently, I've begun building tags for a very large development project. The time required by Vim to build the list prior to displaying the first match after I hit wildchar for a :tag command has become noticeably long. I researched it a bit in both the help and the source code, and I'm