diff --git a/src/history/sqlite_backed.rs b/src/history/sqlite_backed.rs index f93abfae..830f1a60 100644 --- a/src/history/sqlite_backed.rs +++ b/src/history/sqlite_backed.rs @@ -326,7 +326,6 @@ impl SqliteBackedHistory { None => "", }; if let Some(command_line) = &query.filter.command_line { - // TODO: escape % match command_line { CommandLineSearch::Exact(e) => { wheres.push("command_line == :command_line");