From 7525cfa63719a65d5c5f924219b13a0111f1343f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 30 Nov 2015 19:14:21 +0100 Subject: testing/nvi: new aport Including a subset of the debian patchset. --- testing/nvi/11backward_sentence_moving.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 testing/nvi/11backward_sentence_moving.patch (limited to 'testing/nvi/11backward_sentence_moving.patch') diff --git a/testing/nvi/11backward_sentence_moving.patch b/testing/nvi/11backward_sentence_moving.patch new file mode 100644 index 0000000000..d3b563bf0a --- /dev/null +++ b/testing/nvi/11backward_sentence_moving.patch @@ -0,0 +1,15 @@ +From: +Subject: No description. + +diff -Naur nvi-1.81.6.orig/vi/v_sentence.c nvi-1.81.6/vi/v_sentence.c +--- nvi-1.81.6.orig/vi/v_sentence.c 2007-11-18 17:41:42.000000000 +0100 ++++ nvi-1.81.6/vi/v_sentence.c 2008-05-01 18:15:37.000000000 +0200 +@@ -291,7 +291,7 @@ + * we can end up where we started. Fix it. + */ + if (vp->m_start.lno != cs.cs_lno || +- vp->m_start.cno != cs.cs_cno) ++ vp->m_start.cno > cs.cs_cno) + goto okret; + + /* -- cgit v1.2.3