]> git.cworth.org Git - sup/blobdiff - lib/sup/mode.rb
Merge branch 'hook-local-vars'
[sup] / lib / sup / mode.rb
index bea46d92d425835142f2ae3b94eca035b0a64148..209ca45e44bb36333159627335bd64dd7f8b50ea 100644 (file)
@@ -58,7 +58,7 @@ class Mode
       title = "Keybindings from #{Mode.make_name klass.name}"
       s = <<EOS
 #{title}
-#{'-' * title.length}
+#{'-' * title.display_length}
 
 #{km.help_text used_keys}
 EOS
@@ -92,10 +92,10 @@ EOS
       unless err.empty?
         message = err.first.read
         if message =~ /^\s*$/
-          Redwood::log "error running #{command} (but no error message)"
+          warn "error running #{command} (but no error message)"
           BufferManager.flash "Error running #{command}!"
         else
-          Redwood::log "error running #{command}: #{message}"
+          warn "error running #{command}: #{message}"
           BufferManager.flash "Error: #{message}"
         end
         return