To: vim-dev@vim.org Subject: Patch 6.1.399 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.399 Problem: Warning for unused variable. Solution: Remove the variable two_or_more. Files: src/ex_cmds.c *** ../vim61.398/src/ex_cmds.c Wed Mar 12 19:19:15 2003 --- src/ex_cmds.c Wed Mar 12 18:02:54 2003 *************** *** 5690,5696 **** int split = FALSE; int incurwin = FALSE; char_u *arg; - int two_or_more = FALSE; char_u *first = NULL; win_T *wp; buf_T *buf; --- 5690,5695 ---- *************** *** 5707,5713 **** if (arg != NULL) { /* Get the first argument, remove quotes, make it a full path. */ - two_or_more = (*do_one_arg(arg) != NUL); first = fix_fname(arg); if (first != NULL) { --- 5706,5711 ---- *** ../vim61.398/src/version.c Sat Mar 15 16:33:38 2003 --- src/version.c Sat Mar 15 16:35:05 2003 *************** *** 613,614 **** --- 613,616 ---- { /* Add new patch number below this line */ + /**/ + 399, /**/ -- From "know your smileys": :-) Funny |-) Funny Oriental (-: Funny Australian /// 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 /// \\\ Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///