Change PROMPT_S of simple-prompt
When input `"` or `/` with simple-prompt, Before: `"` or `/` (prompt disappeared and indent is changed) After: `"> "` or `/> /` (indent is unchanged since `>> `)
This commit is contained in:
parent
f6f09cbc76
commit
b789648830
@ -83,7 +83,7 @@ module IRB # :nodoc:
|
|||||||
:SIMPLE => {
|
:SIMPLE => {
|
||||||
:PROMPT_I => ">> ",
|
:PROMPT_I => ">> ",
|
||||||
:PROMPT_N => ">> ",
|
:PROMPT_N => ">> ",
|
||||||
:PROMPT_S => nil,
|
:PROMPT_S => "%l> ",
|
||||||
:PROMPT_C => "?> ",
|
:PROMPT_C => "?> ",
|
||||||
:RETURN => "=> %s\n"
|
:RETURN => "=> %s\n"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user