]> git.pld-linux.org Git - packages/vim.git/commitdiff
- updated to 7.2.102 auto/th/vim-7_2_102-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 6 Feb 2009 16:51:30 +0000 (16:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-relativenumber.patch -> 1.2
    vim.spec -> 1.459

vim-relativenumber.patch
vim.spec

index 8e555bb1bc5eb8e53f86adbb8ffc02c008dec87c..d8907cfcb0273144b33fabb3bfeeac2475d2f3eb 100644 (file)
@@ -626,7 +626,7 @@ Index: src/normal.c
        else
            i = curwin->w_leftcol;
 !      /* Go to the middle of the screen line.  When 'number' is on and lines
-!       * are wrapping the middle can be more to the left.*/
+!       * are wrapping the middle can be more to the left. */
        if (cap->nchar == 'm')
            i += (W_WIDTH(curwin) - curwin_col_off()
                    + ((curwin->w_p_wrap && i > 0)
index 9019073f57b038c825d307f8d3684d3479df45fd..78d6578db1138c5c39913ac22389807c20799109 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -17,7 +17,7 @@
 %bcond_without home_etc        # without home_etc support
 #
 %define                ver             7.2
-%define                patchlevel      83
+%define                patchlevel      102
 
 # cflags get changed while configuring
 %undefine      configure_cache
This page took 0.093982 seconds and 4 git commands to generate.