Problem: Various tiny problems.
Solution: Various tiny fixes.
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.
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);
if (!sniff_cmd)
{
struct sn_cmd_list *list = sniff_cmd_ext;
- while(list)
+ while (list)
{
if (!strcmp(cmd, list->sniff_cmd->cmd_name))
{
/* unescape message text */
char *p = msg;
char *end = p+strlen(msg);
- while(*p)
+ while (*p)
{
if (*p == '\\')
mch_memmove(p,p+1,end-p);
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;
gui_mch_wait_for_chars(0L);
#endif
#ifdef WIN32
- while(sniffBufStart != NULL)
+ while (sniffBufStart != NULL)
{
struct sniffBufNode *node = sniffBufStart;
sniffBufStart = sniffBufStart->next;
command = buffer[0];
arguments = &buffer[1];
token = strtok(arguments, sniff_rq_sep);
- while(argc <3)
+ while (argc <3)
{
if (token)
{
default :
break;
}
- while(argc)
+ while (argc)
vim_free(argv[--argc]);
}
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);
}
/* 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);
* 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:
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 723,
/**/
722,
/**/
return -1;
if (shp == NULL)
{
- if (img)
+ if (img)
XDestroyImage(img);
return -1;
}