diff options
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, |