Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 22471790fcaf1505890bcb53752a6df87cfd3592 Mon Sep 17 00:00:00 2001 |From: Julius Huelsmann |Date: Wed, 12 Feb 2020 19:50:06 +0100 |Subject: [PATCH] port: vim patch 2020-02 to current HEAD of st | |--- | Makefile | 9 +- | config.def.h | 54 ++++ | config.h | 513 +++++++++++++++++++++++++++++++++ | dynamicArray.h | 175 ++++++++++++ | error.h | 47 ++++ | glyph.h | 30 ++ | normalMode.c | 750 +++++++++++++++++++++++++++++++++++++++++++++++++ | normalMode.h | 36 +++ | st.c | 249 +++++++++------- | st.h | 36 ++- | term.h | 73 +++++ | win.h | 2 + | x.c | 48 +++- | 13 files changed, 1894 insertions(+), 128 deletions(-) | create mode 100644 config.h | create mode 100644 dynamicArray.h | create mode 100644 error.h | create mode 100644 glyph.h | create mode 100644 normalMode.c | create mode 100644 normalMode.h | create mode 100644 term.h | |diff --git a/Makefile b/Makefile |index 470ac86..af8f0be 100644 |--- a/Makefile |+++ b/Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 4. Hunk #2 succeeded at 21. Hunk #3 succeeded at 35. 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 546edda..92b541d 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 149. Hunk #2 succeeded at 178. Hunk #3 succeeded at 196. Hunk #4 succeeded at 469. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/config.h b/config.h |new file mode 100644 |index 0000000..92b541d |--- /dev/null |+++ b/config.h -------------------------- (Creating file config.h...) Patching file config.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/dynamicArray.h b/dynamicArray.h |new file mode 100644 |index 0000000..8af5d9c |--- /dev/null |+++ b/dynamicArray.h -------------------------- (Creating file dynamicArray.h...) Patching file dynamicArray.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/error.h b/error.h |new file mode 100644 |index 0000000..91c621f |--- /dev/null |+++ b/error.h -------------------------- (Creating file error.h...) Patching file error.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/glyph.h b/glyph.h |new file mode 100644 |index 0000000..84aa252 |--- /dev/null |+++ b/glyph.h -------------------------- (Creating file glyph.h...) Patching file glyph.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/normalMode.c b/normalMode.c |new file mode 100644 |index 0000000..59a5a89 |--- /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..7d88259 |--- /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 3e48410..d8bf7ab 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 19. Hunk #3 succeeded at 46. Hunk #4 succeeded at 91. Hunk #5 succeeded at 113. Hunk #6 succeeded at 147. Hunk #7 succeeded at 168. Hunk #8 succeeded at 177. Hunk #9 succeeded at 372. Hunk #10 succeeded at 396. Hunk #11 succeeded at 405. Hunk #12 succeeded at 419. Hunk #13 succeeded at 443. Hunk #14 succeeded at 465. Hunk #15 succeeded at 501. Hunk #16 succeeded at 516. Hunk #17 succeeded at 544. Hunk #18 succeeded at 571. Hunk #19 succeeded at 819. Hunk #20 succeeded at 1033. Hunk #21 succeeded at 1093. Hunk #22 succeeded at 1129. Hunk #23 succeeded at 1159. Hunk #24 succeeded at 1224. Hunk #25 succeeded at 1332. Hunk #26 succeeded at 1770. Hunk #27 succeeded at 2280. Hunk #28 succeeded at 2293. Hunk #29 succeeded at 2335. Hunk #30 succeeded at 2514. Hunk #31 succeeded at 2551. Hunk #32 succeeded at 2616. Hunk #33 succeeded at 2637. 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 a1928ca..3aad9f3 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 36. Hunk #3 succeeded at 47. Hunk #4 succeeded at 57. Hunk #5 succeeded at 69. Hunk #6 succeeded at 83. Hunk #7 succeeded at 96. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/term.h b/term.h |new file mode 100644 |index 0000000..23adf0e |--- /dev/null |+++ b/term.h -------------------------- (Creating file term.h...) Patching file term.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..1a6fefe 100644 |--- a/win.h |+++ b/win.h -------------------------- Patching file win.h using Plan A... Hunk #1 succeeded at 19. Hunk #2 succeeded at 28. 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 1f62129..e297946 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 143. Hunk #2 succeeded at 354. Hunk #3 succeeded at 470. Hunk #4 succeeded at 756. Hunk #5 succeeded at 1350. Hunk #6 succeeded at 1447. Hunk #7 succeeded at 1490. Hunk #8 succeeded at 1524. Hunk #9 succeeded at 1612. Hunk #10 succeeded at 1812. Hmm... Ignoring the trailing garbage. done