To: vim-dev@vim.org Subject: Patch 6.1.188 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.188 (depends on 6.1.173) Problem: Unused variable in the small version. Solution: Move the declaration for "p" inside #ifdef FEAT_LISTCMDS. Files: src/ex_cmds2.c *** ../vim61.187/src/ex_cmds2.c Fri Sep 20 21:43:30 2002 --- src/ex_cmds2.c Thu Sep 19 23:48:10 2002 *************** *** 910,918 **** garray_T new_ga; int exp_count; char_u **exp_files; - char_u *p; int i; #ifdef FEAT_LISTCMDS int match; #endif --- 910,918 ---- garray_T new_ga; int exp_count; char_u **exp_files; int i; #ifdef FEAT_LISTCMDS + char_u *p; int match; #endif *** ../vim61.187/src/version.c Fri Sep 20 21:43:30 2002 --- src/version.c Fri Sep 20 21:47:20 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 188, /**/ -- hundred-and-one symptoms of being an internet addict: 25. You believe nothing looks sexier than a man in boxer shorts illuminated only by a 17" inch svga monitor. /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim - Vi IMproved -- http://www.vim.org \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///