Procházet zdrojové kódy

allow indented lines in help text

Before, lines of help that were indented were stripped away.
pull/360/head^2
Mislav Marohnić před 11 roky
rodič
revize
5cc6b0e3d3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      libexec/rbenv-help

+ 1
- 1
libexec/rbenv-help Zobrazit soubor

@ -40,7 +40,7 @@ collect_documentation() {
next
}
/^([^ ]|$)/ {
{
reading_usage = 0
help = help "\n" $0
}

Načítá se…
Zrušit
Uložit