From ac0b331f004cbc5e296c235eb1499f8ee21617d0 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Thu, 3 Feb 2022 23:56:39 +0100 Subject: [PATCH] Update reedline to paste multiple command lines (#920) * Update reedline to paste multiple command lines * Remove comments for non-user events --- Cargo.lock | 2 +- src/reedline_config.rs | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cebee7ce63..649452b878 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3267,7 +3267,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.2.0" -source = "git+https://github.com/nushell/reedline?branch=main#43788def682c5857ad7f453795d3e833a5f33a9c" +source = "git+https://github.com/nushell/reedline?branch=main#375c779e360cd368bb75e583986eec856853bbf2" dependencies = [ "chrono", "crossterm", diff --git a/src/reedline_config.rs b/src/reedline_config.rs index 7807c71cc4..8fac3046b0 100644 --- a/src/reedline_config.rs +++ b/src/reedline_config.rs @@ -344,9 +344,6 @@ fn parse_event(value: Value, config: &Config) -> Result { return Err(ShellError::UnsupportedConfigValue( "Reedline event".to_string(),