Today's changes.
More changes.
This commit is contained in:
parent
cb27443abf
commit
8ad517944e
73 changed files with 2865 additions and 1293 deletions
|
|
@ -578,7 +578,7 @@ textcomplete(Text *t)
|
|||
path[i] = textreadc(t, q++);
|
||||
/* is path rooted? if not, we need to make it relative to window path */
|
||||
if(npath>0 && path[0]=='/')
|
||||
dir = (Runestr){path, npath};
|
||||
dir = runestr(path, npath);
|
||||
else{
|
||||
dir = dirname(t, nil, 0);
|
||||
if(dir.nr + 1 + npath > nelem(tmp)){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue