Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 8e4543ce29ca528e19fcb2db8964247a4e0597bc Mon Sep 17 00:00:00 2001 |From: Julius Huelsmann |Date: Sun, 7 Jun 2020 17:26:17 +0200 |Subject: [PATCH] meta-patch: vim-browse | |--- | Makefile | 2 +- | config.def.h | 14 +++ | normalMode.c | 279 +++++++++++++++++++++++++++++++++++++++++ | normalMode.h | 7 ++ | st.c | 348 +++++++++++++++++++++++++++------------------------ | st.h | 1 + | utils.h | 23 ++++ | win.h | 1 + | x.c | 16 ++- | 9 files changed, 521 insertions(+), 170 deletions(-) | create mode 100644 normalMode.c | create mode 100644 normalMode.h | create mode 100644 utils.h | |diff --git a/Makefile b/Makefile |index 470ac86..6688a58 100644 |--- a/Makefile |+++ b/Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 21. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/config.def.h b/config.def.h |index 0895a1f..daa092b 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 122. Hunk #2 succeeded at 201. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/normalMode.c b/normalMode.c |new file mode 100644 |index 0000000..24a3fb2 |--- /dev/null |+++ b/normalMode.c -------------------------- (Creating file normalMode.c...) Patching file normalMode.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/normalMode.h b/normalMode.h |new file mode 100644 |index 0000000..f520c61 |--- /dev/null |+++ b/normalMode.h -------------------------- (Creating file normalMode.h...) Patching file normalMode.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/st.c b/st.c |index 0ce6ac2..14dfe64 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 43. Hunk #3 succeeded at 100. Hunk #4 succeeded at 208. Hunk #5 succeeded at 235. Hunk #6 succeeded at 435. Hunk #7 succeeded at 552. Hunk #8 succeeded at 567. Hunk #9 succeeded at 585. Hunk #10 succeeded at 638. Hunk #11 succeeded at 652. Hunk #12 succeeded at 1005. Hunk #13 succeeded at 1065. Hunk #14 succeeded at 1086. Hunk #15 succeeded at 1248. Hunk #16 succeeded at 1257. Hunk #17 succeeded at 2416. Hunk #18 succeeded at 2484. Hunk #19 succeeded at 2496. Hunk #20 succeeded at 2504. Hunk #21 succeeded at 2580. Hunk #22 succeeded at 2609. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/st.h b/st.h |index d978458..f537392 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 8. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/utils.h b/utils.h |new file mode 100644 |index 0000000..ca435e6 |--- /dev/null |+++ b/utils.h -------------------------- (Creating file utils.h...) Patching file utils.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/win.h b/win.h |index a6ef1b9..cea19f3 100644 |--- a/win.h |+++ b/win.h -------------------------- Patching file win.h using Plan A... Hunk #1 succeeded at 19. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/x.c b/x.c |index e5f1737..6f675e9 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 19. Hunk #2 succeeded at 262. Hunk #3 succeeded at 774. Hunk #4 succeeded at 1229. Hunk #5 succeeded at 1614. Hunk #6 succeeded at 1807. Hmm... Ignoring the trailing garbage. done