Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From e9e1691a9b4ffa2db45cd5108b76b9a68610ba37 Mon Sep 17 00:00:00 2001 |From: takase1121 |Date: Sun, 17 May 2020 07:05:32 +0800 |Subject: [PATCH] Adds high-priority items. | |This allows users to specify a list of high priority commands that should be |displayed before other matches with the following arrangement: | |match -> prefix && high priority -> prefix -> substring | |As you can see, high priority for substring matches is not implemented or will not |be implemented depending on needs. |--- | config.def.h | 1 + | dmenu.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++----- | 2 files changed, 59 insertions(+), 6 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1edb647..65e03fb 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 12. 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 6b8f51b..7bf4099 100644 |--- a/dmenu.c |+++ b/dmenu.c -------------------------- Patching file dmenu.c using Plan A... Hunk #1 succeeded at 26. Hunk #2 succeeded at 60. Hunk #3 succeeded at 150. Hunk #4 succeeded at 253. Hunk #5 succeeded at 262. Hunk #6 succeeded at 270. Hunk #7 succeeded at 579. Hunk #8 succeeded at 728. Hunk #9 succeeded at 770. Hmm... Ignoring the trailing garbage. done