On Mon, Aug 9, 2010 at 4:14 PM, Nazri Ramliy <[email protected]> wrote:
> On Mon, Aug 9, 2010 at 4:05 PM, Bram Moolenaar <[email protected]> wrote:
>> The test is passing for me on all platforms, except for a Vim build with
>> DJGPP. I haven't yet looked into why this happens. Nazri, can you
>> build Vim with DJGPP? The compiler can be downloaded for free.
>
> I'll give it a shot soon.
>
It seems due to WIN3264 is not defined when compiled using DJGPP.
I changed the few occurrences of WIN3264 that are related to find completion
to
if defined(MSWIN) || defined(MSDOS)
but the test still fails.
I'll investigate more tomorrow.
nazri.
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php