lib/textbringer/commands/help.rb in textbringer-1.3.0 vs lib/textbringer/commands/help.rb in textbringer-1.4.1

- old
+ new

@@ -39,10 +39,10 @@ end define_command(:describe_bindings, doc: "Display the key bindings.") do show_help do |help| - s = "" + s = +"" if Controller.current.overriding_map s << "Overriding Bindings:\n" s << keymap_bindings(Controller.current.overriding_map) s << "\n" end