summaryrefslogtreecommitdiffstats
path: root/debian/patches/CVE-2022-0943.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/CVE-2022-0943.patch')
-rw-r--r--debian/patches/CVE-2022-0943.patch4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/patches/CVE-2022-0943.patch b/debian/patches/CVE-2022-0943.patch
index b4870dc..b9851cd 100644
--- a/debian/patches/CVE-2022-0943.patch
+++ b/debian/patches/CVE-2022-0943.patch
@@ -8,8 +8,6 @@ Origin: https://github.com/vim/vim/commit/5c68617d395f9d7b824f68475b24ce3e38d653
src/testdir/test_spell.vim | 17 +++++++++++++++++
2 files changed, 21 insertions(+)
-diff --git a/src/spell.c b/src/spell.c
-index 758a12e..2d36953 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -3259,6 +3259,10 @@ spell_suggest(int count)
@@ -23,8 +21,6 @@ index 758a12e..2d36953 100644
}
/* Find the start of the badly spelled word. */
else if (spell_move_to(curwin, FORWARD, TRUE, TRUE, NULL) == 0
-diff --git a/src/testdir/test_spell.vim b/src/testdir/test_spell.vim
-index 0a7d8d4..50e2d54 100644
--- a/src/testdir/test_spell.vim
+++ b/src/testdir/test_spell.vim
@@ -126,6 +126,23 @@ func Test_spellreall()