mirror of https://github.com/dyne/zuper.git
typo fix for last commit
This commit is contained in:
parent
716dc32389
commit
b2da062138
2
zuper
2
zuper
|
|
@ -1056,7 +1056,7 @@ config.section_read() {
|
||||||
org-mode)
|
org-mode)
|
||||||
_contents=`awk '
|
_contents=`awk '
|
||||||
BEGIN { found=0 }
|
BEGIN { found=0 }
|
||||||
/^#\+ '"$_section"$'/ { found=1; next }
|
/^#\+ '"$_section"'$/ { found=1; next }
|
||||||
/^#\+/ { if(found==1) exit 0 }
|
/^#\+/ { if(found==1) exit 0 }
|
||||||
/^$/ { next }
|
/^$/ { next }
|
||||||
{ if(found==1) print $0 }
|
{ if(found==1) print $0 }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue