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
+1 -1
View File
@@ -120,5 +120,5 @@ struct Block {
};
void register_basic(BEd &ctx);
void run(BEd &ctx, const std::string &str);
std::string run(BEd &ctx, const std::string &str);
}; // namespace bed::internal::scripting