Skip to content

Commit

Permalink
Remove outdated fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
sholderbach committed Mar 27, 2024
1 parent c5b987c commit 5a89342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/history/sqlite_backed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 5a89342

Please sign in to comment.