summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-14 15:31:03 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-14 15:31:03 +0900
commitaa32465ab36a56655d214313b828422563e109af (patch)
tree7491c8dd9b2a1ad1207e1c1f4db0bec7d0767057
parent50bb8b6052a1fdec72ac46f9736719438fd5002c (diff)
irb.rb: [DOC] the default prompt includes :PROMPT_N [ci skip]
-rw-r--r--lib/irb.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index 1bab317a05..eee6c3a6f1 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -170,6 +170,7 @@ require "irb/version"
#
# IRB.conf[:PROMPT_MODE][:DEFAULT] = {
# :PROMPT_I => "%N(%m):%03n:%i> ",
+# :PROMPT_N => "%N(%m):%03n:%i> ",
# :PROMPT_S => "%N(%m):%03n:%i%l ",
# :PROMPT_C => "%N(%m):%03n:%i* ",
# :RETURN => "%s\n" # used to printf