To: vim-dev@vim.org Subject: Patch 6.1a.031 Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1a.031 Problem: Accessing the 'balloondelay' variable may cause a crash. Solution: Make the variable for 'balloondelay' a long. (Olaf Seibert) Files: src/option.h *** ../vim61a.030/src/option.h Mon Feb 18 13:56:28 2002 --- src/option.h Wed Mar 6 22:16:36 2002 *************** *** 292,298 **** EXTERN char_u *p_bsk; /* 'backupskip' */ #endif #ifdef FEAT_BEVAL ! EXTERN int p_bdlay; /* 'balloondelay' */ #endif #ifdef FEAT_SUN_WORKSHOP EXTERN int p_beval; /* 'ballooneval' */ --- 292,298 ---- EXTERN char_u *p_bsk; /* 'backupskip' */ #endif #ifdef FEAT_BEVAL ! EXTERN long p_bdlay; /* 'balloondelay' */ #endif #ifdef FEAT_SUN_WORKSHOP EXTERN int p_beval; /* 'ballooneval' */ *** ../vim61a.030/src/version.c Wed Mar 6 20:37:28 2002 --- src/version.c Wed Mar 6 22:21:28 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 31, /**/ -- hundred-and-one symptoms of being an internet addict: 171. You invent another person and chat with yourself in empty chat rooms. /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///