help-zile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[zile-devel] path completion in cvs-version


From: Peter Gerbrandt
Subject: [zile-devel] path completion in cvs-version
Date: Sat, 1 May 2004 23:31:37 +0200
User-agent: Mutt/1.3.28i

Hi,

the current cvs version has two (little) completion problems.
If dir->len is 0 this following code runs into an assertion
at astr.c:60.

file.c:95
        if (*sp != '/') {
                astr_cat_cstr(dir, cwdir);
                if (*astr_char(dir, -1) != '/')
                        astr_cat_cstr(dir, "/");
        }

The second one - which I didn't track down yet - is that
each completion ends in "[No match]". 

regards,

Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]