To: vim-dev@vim.org Subject: Patch 6.1.139 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.139 Problem: Cygwin: PATH_MAX is not defined. Solution: Include limits.h. (Dan Sharp) Files: src/main.c *** ../vim61.138/src/main.c Sat Jul 13 15:34:13 2002 --- src/main.c Sat Jul 13 15:29:31 2002 *************** *** 24,29 **** --- 24,30 ---- #ifdef __CYGWIN__ # include + # include #endif #if defined(UNIX) || defined(VMS) *** ../vim61.138/src/version.c Sun Jul 21 21:24:26 2002 --- src/version.c Sun Jul 21 21:28:55 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 139, /**/ -- hundred-and-one symptoms of being an internet addict: 20. When looking at a pageful of someone else's links, you notice all of them are already highlighted in purple. /// 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 /// \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///