aboutsummaryrefslogtreecommitdiff
path: root/editors/nvi/patches/nvi-11-backward_sentence_moving.patch
diff options
context:
space:
mode:
Diffstat (limited to 'editors/nvi/patches/nvi-11-backward_sentence_moving.patch')
-rw-r--r--editors/nvi/patches/nvi-11-backward_sentence_moving.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/nvi/patches/nvi-11-backward_sentence_moving.patch b/editors/nvi/patches/nvi-11-backward_sentence_moving.patch
new file mode 100644
index 0000000..9a89aec
--- /dev/null
+++ b/editors/nvi/patches/nvi-11-backward_sentence_moving.patch
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 11backward_sentence_moving.dpatch by <hesso@pool.math.tu-berlin.de>
+##
+## DP: No description.
+
+@DPATCH@
+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;
+
+ /*