Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From dd0327d33a3c5269ed128e0903787365625bd507 Mon Sep 17 00:00:00 2001 |From: Justinas Grigas |Date: Sun, 16 Jun 2024 00:38:53 +0100 |Subject: [PATCH] fuzzyhighlight: highlight fuzzy matches | |This patch actually fixes the highlighted character offset |--- | config.def.h | 2 ++ | dmenu.1 | 20 ++++++++++++++++++ | dmenu.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++--- | 3 files changed, 76 insertions(+), 3 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1edb647..64eab2a 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 11. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dmenu.1 b/dmenu.1 |index 323f93c..472b179 100644 |--- a/dmenu.1 |+++ b/dmenu.1 -------------------------- Patching file dmenu.1 using Plan A... Hunk #1 succeeded at 20. Hunk #2 succeeded at 83. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dmenu.c b/dmenu.c |index 40f93e0..662131a 100644 |--- a/dmenu.c |+++ b/dmenu.c -------------------------- Patching file dmenu.c using Plan A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 131. Hunk #3 succeeded at 179. Hunk #4 succeeded at 758. Hunk #5 succeeded at 799. Hmm... Ignoring the trailing garbage. done