Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 39df3b74610c0ddae2e6f49685f49808f91bcc91 Mon Sep 17 00:00:00 2001 |From: Felix Van der Jeugt |Date: Wed, 19 Oct 2016 22:18:21 +0200 |Subject: [PATCH] tabcomplete with longest common prefix | |when hitting tab, the current input will be set to the longest common prefix |of the current selection instead of the first item of the selection |--- | dmenu.c | 32 ++++++++++++++------------------ | 1 file changed, 14 insertions(+), 18 deletions(-) | |diff --git a/dmenu.c b/dmenu.c |index 5e9c367..6ab0893 100644 |--- a/dmenu.c |+++ b/dmenu.c -------------------------- Patching file dmenu.c using Plan A... Hunk #1 succeeded at 218. Hunk #2 succeeded at 227. Hunk #3 succeeded at 240. Hunk #4 succeeded at 249. Hunk #5 succeeded at 298. Hunk #6 succeeded at 472. Hmm... Ignoring the trailing garbage. done