Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 2f64431f15777d93d146707dccdb6ad063c7a316 Mon Sep 17 00:00:00 2001 |From: Justinas Grigas |Date: Thu, 4 Aug 2022 23:18:40 +0300 |Subject: [PATCH] searchengines: allows simple use of search engines | |The previous patches had some issues: |* don't apply cleanly to the latest version. |* a space between the token and query is implied, so having " " as a | token means you actually have to use " ". Or if your token is "e", | searching for "example.com" would trigger it. Now you specify the exact | token to look for. |* has checks to skip badly configured search engines. The correct | solution is to configure them right. | |Now it works like a better version of the spacesearch patch, as it |allows you to specify " " as a token |--- | config.def.h | 5 +++++ | surf.c | 22 +++++++++++++++++++++- | 2 files changed, 26 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index 075f7d0..7bb9c46 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 7 with fuzz 2 (offset -1 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/surf.c b/surf.c |index a2b507c..7e85952 100644 |--- a/surf.c |+++ b/surf.c -------------------------- Patching file surf.c using Plan A... Hunk #1 succeeded at 132 (offset -1 lines). Hunk #2 succeeded at 224 (offset -1 lines). Hunk #3 succeeded at 588 (offset -2 lines). Hunk #4 succeeded at 1800 (offset -17 lines). Hmm... Ignoring the trailing garbage. done