SOURCES: vim-relativenumber.patch - update to 7.2.148

glen glen at pld-linux.org
Thu Apr 2 18:29:33 CEST 2009


Author: glen                         Date: Thu Apr  2 16:29:33 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update to 7.2.148

---- Files affected:
SOURCES:
   vim-relativenumber.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/vim-relativenumber.patch
diff -u SOURCES/vim-relativenumber.patch:1.2 SOURCES/vim-relativenumber.patch:1.3
--- SOURCES/vim-relativenumber.patch:1.2	Fri Feb  6 17:51:18 2009
+++ SOURCES/vim-relativenumber.patch	Thu Apr  2 18:29:27 2009
@@ -903,21 +903,21 @@
   			    for (p_extra = extra; *p_extra == ' '; ++p_extra)
   				*p_extra = '-';
 ***************
-*** 4651,4657 ****
+*** 4696,4702 ****
   	else
   	    --n_skip;
   
 ! 	/* Only advance the "vcol" when after the 'number' column. */
-  	if (draw_state >= WL_SBR
+  	if (draw_state > WL_NR
   #ifdef FEAT_DIFF
   		&& filler_todo <= 0
---- 4674,4681 ----
+--- 4696,4703 ----
   	else
   	    --n_skip;
   
 ! 	/* Only advance the "vcol" when after the 'number' or 'relativenumber'
 ! 	 * column. */
-  	if (draw_state >= WL_SBR
+  	if (draw_state > WL_NR
   #ifdef FEAT_DIFF
   		&& filler_todo <= 0
 ***************
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/vim-relativenumber.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list