summaryrefslogtreecommitdiffstats
path: root/debian/patches/CVE-2022-2304.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/CVE-2022-2304.patch')
-rw-r--r--debian/patches/CVE-2022-2304.patch4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/patches/CVE-2022-2304.patch b/debian/patches/CVE-2022-2304.patch
index a76927d..4ba628d 100644
--- a/debian/patches/CVE-2022-2304.patch
+++ b/debian/patches/CVE-2022-2304.patch
@@ -8,8 +8,6 @@ Origin: https://github.com/vim/vim/commit/54e5fed6d27b747ff152cdb6edfb72ff60e709
src/testdir/test_spell.vim | 14 ++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
-diff --git a/src/spell.c b/src/spell.c
-index 2d36953..3d9e7c8 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -8505,9 +8505,10 @@ spell_dump_compl(
@@ -25,8 +23,6 @@ index 2d36953..3d9e7c8 100644
* Don't use keep-case words in the fold-case tree,
* they will appear in the keep-case tree.
* Only use the word when the region matches. */
-diff --git a/src/testdir/test_spell.vim b/src/testdir/test_spell.vim
-index 50e2d54..afbb6d8 100644
--- a/src/testdir/test_spell.vim
+++ b/src/testdir/test_spell.vim
@@ -260,6 +260,19 @@ func Test_zz_compound()