]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-114 v7.2.114
authorBram Moolenaar <Bram@vim.org>
Sat, 21 Feb 2009 21:14:00 +0000 (21:14 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 21 Feb 2009 21:14:00 +0000 (21:14 +0000)
src/netbeans.c
src/version.c

index 5fc42f21c5556a361b240a24cdd545ac330aea80..d3a5c595b555677a9d287ca36212e2ac9a8e20d2 100644 (file)
@@ -1924,7 +1924,7 @@ nb_do_cmd(
            vim_free(path);
            if (bufp == NULL)
            {
-               nbdebug(("    File %s not found in setBufferNumber\n", args));
+               nbdebug(("    File %s not found in setBufferNumber\n", args));
                EMSG2("E642: File %s not found in setBufferNumber", args);
                return FAIL;
            }
@@ -2318,7 +2318,7 @@ nb_do_cmd(
            }
            if (pos)
            {
-               coloncmd(":sign place %d line=%d name=%d buffer=%d",
+               coloncmd(":sign place %d line=%ld name=%d buffer=%d",
                           serNum, pos->lnum, typeNum, buf->bufp->b_fnum);
                if (typeNum == curPCtype)
                    coloncmd(":sign jump %d buffer=%d", serNum,
@@ -2422,7 +2422,7 @@ nb_do_cmd(
                                GUARDED) == 0)
                            {
                                coloncmd(
-                                   ":sign place %d line=%d name=%d buffer=%d",
+                                   ":sign place %d line=%ld name=%d buffer=%d",
                                     guardId++, lnum, GUARDED,
                                     buf->bufp->b_fnum);
                            }
index 89ecba0ef236e70049f50aa65539d2e74662b5df..84c0f8295e5e07b646c943215ee8bc4a565b862c 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    114,
 /**/
     113,
 /**/