To: vim-dev@vim.org Subject: Patch 6.1a.008 (extra) Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1a.008 (extra) Problem: Win32: ACL detection for network shares doesn't work. Solution: Include the trailing (back)slash in the root path. (Mike Williams) Files: src/os_win32.c *** ../vim61a.007/src/os_win32.c Sun Feb 24 19:01:55 2002 --- src/os_win32.c Tue Feb 26 17:08:35 2002 *************** *** 4084,4090 **** --- 4084,4093 ---- if (first) first = FALSE; else + { + ++i; /* include the trailing (back)slash */ break; + } } #ifdef FEAT_MBYTE if (has_mbyte) *** ../vim61a.007/src/version.c Tue Feb 26 17:07:10 2002 --- src/version.c Tue Feb 26 19:51:59 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 8, /**/ -- Never overestimate a man's ability to underestimate a woman. /// 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 ///