Make ` command behave like irb with coloring

- And `` command to run selected lines, but removing ``` as
  that can be done by making a new buffer and writing in that.
This commit is contained in:
2026-09-10 07:21:22 +01:00
parent 118934a393
commit a8d51dc0b6
4 changed files with 38 additions and 41 deletions
+3
View File
@@ -0,0 +1,3 @@
register :happy, address: :none do
puts "be nice"
end