summaryrefslogtreecommitdiffstats
path: root/debian/patches/CVE-2022-0443.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/CVE-2022-0443.patch')
-rw-r--r--debian/patches/CVE-2022-0443.patch4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/patches/CVE-2022-0443.patch b/debian/patches/CVE-2022-0443.patch
index fdf2329..aad8d0e 100644
--- a/debian/patches/CVE-2022-0443.patch
+++ b/debian/patches/CVE-2022-0443.patch
@@ -8,8 +8,6 @@ Origin: https://github.com/vim/vim/commit/9b4a80a66544f2782040b641498754bcb5b8d4
src/testdir/test_quickfix.vim | 16 ++++++++++++++++
2 files changed, 26 insertions(+), 5 deletions(-)
-diff --git a/src/buffer.c b/src/buffer.c
-index 590a63c..4cac106 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1627,6 +1627,7 @@ set_curbuf(buf_T *buf, int action)
@@ -53,8 +51,6 @@ index 590a63c..4cac106 100644
clear_string_option(&buf->b_p_vts);
VIM_CLEAR(buf->b_p_vts_array);
#endif
-diff --git a/src/testdir/test_quickfix.vim b/src/testdir/test_quickfix.vim
-index e7aa41e..8668224 100644
--- a/src/testdir/test_quickfix.vim
+++ b/src/testdir/test_quickfix.vim
@@ -3899,3 +3899,19 @@ func Test_viscol()