diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 05:05:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 05:05:20 +0000 |
commit | d314229aa657bc23c0fc99aa79a347326095b190 (patch) | |
tree | e2a542e09db76f34502e20a5f9a8c1a4ef52c420 /debian/patches/patch-8.1.1368-modeline-test-fails-with-python-but-withou.patch | |
parent | Adding debian version 2:8.1.0875-5+deb10u2. (diff) | |
download | vim-d314229aa657bc23c0fc99aa79a347326095b190.tar.xz vim-d314229aa657bc23c0fc99aa79a347326095b190.zip |
Adding debian version 2:8.1.0875-5+deb10u3.debian/2%8.1.0875-5+deb10u3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/patch-8.1.1368-modeline-test-fails-with-python-but-withou.patch')
-rw-r--r-- | debian/patches/patch-8.1.1368-modeline-test-fails-with-python-but-withou.patch | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/debian/patches/patch-8.1.1368-modeline-test-fails-with-python-but-withou.patch b/debian/patches/patch-8.1.1368-modeline-test-fails-with-python-but-withou.patch index 36bbbe9..a46d571 100644 --- a/debian/patches/patch-8.1.1368-modeline-test-fails-with-python-but-withou.patch +++ b/debian/patches/patch-8.1.1368-modeline-test-fails-with-python-but-withou.patch @@ -14,8 +14,6 @@ Signed-off-by: James McCoy <jamessan@debian.org> src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) -diff --git a/src/testdir/test_modeline.vim b/src/testdir/test_modeline.vim -index 89c06ba..7251036 100644 --- a/src/testdir/test_modeline.vim +++ b/src/testdir/test_modeline.vim @@ -127,7 +127,7 @@ func Test_modeline_fails_always() @@ -27,16 +25,14 @@ index 89c06ba..7251036 100644 call s:modeline_fails('pythonthreedll', 'pythonthreedll=Something()', 'E520:') call s:modeline_fails('pythonthreehome', 'pythonthreehome=Something()', 'E520:') call s:modeline_fails('pyxversion', 'pyxversion=Something()', 'E520:') -diff --git a/src/version.c b/src/version.c -index 0ce8831..90acd77 100644 --- a/src/version.c +++ b/src/version.c -@@ -791,6 +791,8 @@ static char *(features[]) = - +@@ -792,6 +792,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ -+/**/ -+ 1368, /**/ ++ 1368, ++/**/ 1367, /**/ + 1366, |