]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.723 v7.3.723
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Nov 2012 16:19:01 +0000 (17:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Nov 2012 16:19:01 +0000 (17:19 +0100)
Problem:    Various tiny problems.
Solution:   Various tiny fixes.

README.txt
src/gui_mac.c
src/if_sniff.c
src/netbeans.c
src/sha256.c
src/version.c
src/xpm_w32.c

index cf462db1ca5fe123eadb51b8a2b55ba29843c267..4209f3f0cd8bc6216488f0a38d3688e1ce250099 100644 (file)
@@ -97,7 +97,11 @@ The latest news about Vim can be found on the Vim home page:
 If you have problems, have a look at the Vim FAQ:
        http://vimdoc.sf.net/vimfaq.html
 
-Send bug reports to:
+If you still have problems, use one of the maillists to discuss t with Vim
+users and developers:
+       http://www.vim.org/maillist.php
+
+If nothing else works, report bugs directly:
        Bram Moolenaar <Bram@vim.org>
 
 There are several mailing lists for Vim, see http://www.vim.org/maillist.php.
index 69c1903016a218a84b702c551453f503b79c3ef3..5ba9fec8f39a4b4d92a333b399fd3a0a9e90d376 100644 (file)
@@ -5728,7 +5728,7 @@ gui_mch_dialog(
        case VIM_QUESTION: useIcon = kNoteIcon; break;
        case VIM_WARNING:  useIcon = kCautionIcon; break;
        case VIM_ERROR:    useIcon = kStopIcon; break;
-       default:           useIcon = kStopIcon;
+       default:           useIcon = kStopIcon;
     }
     AppendDITL(theDialog, iconDITL, overlayDITL);
     ReleaseResource(iconDITL);
index a9e9be022c684403a2287e567846c37e69ac76ef..5cacb72f66979a94a66c246fdf3b433804f27bbb 100644 (file)
@@ -449,7 +449,7 @@ find_sniff_cmd(cmd)
     if (!sniff_cmd)
     {
        struct sn_cmd_list *list = sniff_cmd_ext;
-       while(list)
+       while (list)
        {
            if (!strcmp(cmd, list->sniff_cmd->cmd_name))
            {
@@ -479,7 +479,7 @@ add_sniff_cmd(cmd, def, msg)
        /* unescape message text */
        char *p = msg;
        char *end = p+strlen(msg);
-       while(*p)
+       while (*p)
        {
            if (*p == '\\')
                mch_memmove(p,p+1,end-p);
@@ -489,7 +489,7 @@ add_sniff_cmd(cmd, def, msg)
        SNIFF_TRACE1("request def = %s\n",def);
        SNIFF_TRACE1("request msg = %s\n",msg);
 
-       while(list && list->next_cmd)
+       while (list && list->next_cmd)
            list = list->next_cmd;
        if (!list)
            sniff_cmd_ext = cmd_node;
@@ -628,7 +628,7 @@ sniff_disconnect(immediately)
            gui_mch_wait_for_chars(0L);
 #endif
 #ifdef WIN32
-       while(sniffBufStart != NULL)
+       while (sniffBufStart != NULL)
        {
            struct sniffBufNode *node = sniffBufStart;
            sniffBufStart = sniffBufStart->next;
@@ -789,7 +789,7 @@ HandleSniffRequest(buffer)
     command   = buffer[0];
     arguments = &buffer[1];
     token = strtok(arguments, sniff_rq_sep);
-    while(argc <3)
+    while (argc <3)
     {
        if (token)
        {
@@ -925,7 +925,7 @@ HandleSniffRequest(buffer)
        default :
            break;
     }
-    while(argc)
+    while (argc)
        vim_free(argv[--argc]);
 }
 
index d2f4ce4dad5cc79ccc9b093bb42448282c9f807a..fc93f93a77420de9f0df396f0fce29b15934de06 100644 (file)
@@ -978,7 +978,7 @@ nb_free()
     buf_list_used = 0;
 
     /* free the queued key commands */
-    while(key_node != NULL && key_node != &keyHead)
+    while (key_node != NULL && key_node != &keyHead)
     {
        keyQ_T *next = key_node->next;
        vim_free(key_node->keystr);
@@ -993,7 +993,7 @@ nb_free()
     }
 
     /* free the queued netbeans commands */
-    while(cmd_node != NULL && cmd_node != &head)
+    while (cmd_node != NULL && cmd_node != &head)
     {
        queue_T *next = cmd_node->next;
        vim_free(cmd_node->buffer);
index 0b931a8f62b818f342c699d42bd638f28c7b8990..3392fc08e85423cf79ea456064ae663efe81b646 100644 (file)
@@ -7,9 +7,11 @@
  * See README.txt for an overview of the Vim source code.
  *
  * FIPS-180-2 compliant SHA-256 implementation
- * GPL by Christophe Devine.
+ * GPL by Christophe Devine, applies to older version.
  * Modified for md5deep, in public domain.
  * Modified For Vim, Mohsin Ahmed, http://www.cs.albany.edu/~mosh
+ * Mohsin Ahmed states this work is distributed under the VIM License or GPL,
+ * at your choice.
  *
  * Vim specific notes:
  * Functions exported by this file:
index 7c65bd4178b7dfc36b55bcffc80dfc7b654bc536..fe31681cdb25e6853fd565172cb95a437cf98cd5 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    723,
 /**/
     722,
 /**/
index 2ec32ed9f03aaf9d44168b9c356a703ffc06d6e4..7241fb6a9413d535b85b6fa7728d9f4457412340 100644 (file)
@@ -55,7 +55,7 @@ LoadXpmImage(filename, hImage, hShape)
        return -1;
     if (shp == NULL)
     {
-        if (img)
+       if (img)
            XDestroyImage(img);
        return -1;
     }