fix -j
This commit is contained in:
parent
bebed446d0
commit
2d8bbdeafa
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ printwords(Word **w, int nw)
|
||||||
nsp = nspaceafter(w[i-1]->text);
|
nsp = nspaceafter(w[i-1]->text);
|
||||||
if(col+nsp+utflen(w[i]->text) > extraindent+length)
|
if(col+nsp+utflen(w[i]->text) > extraindent+length)
|
||||||
break; /* fold line */
|
break; /* fold line */
|
||||||
if(!join && n != 0 && w[i]->bol)
|
if(!join && w[i]->bol)
|
||||||
break;
|
break;
|
||||||
for(j=0; j<nsp; j++)
|
for(j=0; j<nsp; j++)
|
||||||
Bputc(&bout, ' '); /* emit space; another word will follow */
|
Bputc(&bout, ' '); /* emit space; another word will follow */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue