aboutsummaryrefslogtreecommitdiff
path: root/editors/nvi/patches/nvi-11-backward_sentence_moving.patch
blob: 9a89aec66abbd51894eb3a10579c38acad985284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
 
 			/*