mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
undelete a deleted line by mistake
This commit is contained in:
parent
f9370af7a6
commit
2e7bcbe790
1 changed files with 1 additions and 0 deletions
|
@ -672,6 +672,7 @@ texttype(Text *t, Rune r)
|
||||||
int nr;
|
int nr;
|
||||||
Rune *rp;
|
Rune *rp;
|
||||||
Text *u;
|
Text *u;
|
||||||
|
|
||||||
if(t->what!=Body && t->what!=Tag && r=='\n')
|
if(t->what!=Body && t->what!=Tag && r=='\n')
|
||||||
return;
|
return;
|
||||||
if(t->what == Tag)
|
if(t->what == Tag)
|
||||||
|
|
Loading…
Reference in a new issue