]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-118 v7.1.118
authorBram Moolenaar <Bram@vim.org>
Tue, 25 Sep 2007 12:20:19 +0000 (12:20 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 25 Sep 2007 12:20:19 +0000 (12:20 +0000)
src/ops.c
src/version.c

index 29fac4cd4f165e5e5fcc5e22b22e6118279811db..8f0031401e1f45dd4bc62bf485d35779ed4afbf1 100644 (file)
--- a/src/ops.c
+++ b/src/ops.c
@@ -2605,7 +2605,7 @@ op_change(oap)
        /* Auto-indenting may have changed the indent.  If the cursor was past
         * the indent, exclude that indent change from the inserted text. */
        firstline = ml_get(oap->start.lnum);
-       if (bd.textcol > pre_indent)
+       if (bd.textcol > (colnr_T)pre_indent)
        {
            long new_indent = (long)(skipwhite(firstline) - firstline);
 
index 8abc481109b7632d353cfc4b0d4b03e167ef0961..9a40b66e43c218bc965cec5ceee42a6694647713 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    118,
 /**/
     117,
 /**/