home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 6.0.194 < prev    next >
Encoding:
Internet Message Format  |  2002-02-06  |  1.3 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.0.194
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 6.0.194
  11. Problem:    "--remote-silent" tries to send a reply to the client, like it was
  12.         "--remote-wait".
  13. Solution:   Properly check for the argument.
  14. Files:        src/main.c
  15.  
  16.  
  17. *** ../vim60.193/src/main.c    Sun Feb  3 19:27:27 2002
  18. --- src/main.c    Thu Feb  7 10:20:01 2002
  19. ***************
  20. *** 2592,2598 ****
  21.           else
  22.           {
  23.               *serverStr = build_drop_cmd(*argc - i - 1, argv + i + 1,
  24. !                         argv[i][8] == '-');
  25.               Argc = i;
  26.           }
  27.   # ifdef FEAT_X11
  28. --- 2592,2598 ----
  29.           else
  30.           {
  31.               *serverStr = build_drop_cmd(*argc - i - 1, argv + i + 1,
  32. !                         argtype == ARGTYPE_EDIT_WAIT);
  33.               Argc = i;
  34.           }
  35.   # ifdef FEAT_X11
  36. *** ../vim60.193/src/version.c    Wed Feb  6 20:40:51 2002
  37. --- src/version.c    Thu Feb  7 10:21:31 2002
  38. ***************
  39. *** 608,609 ****
  40. --- 608,611 ----
  41.   {   /* Add new patch number below this line */
  42. + /**/
  43. +     194,
  44.   /**/
  45.  
  46. -- 
  47. Place mark here ->[ ]<- if you want a dirty monitor.
  48.  
  49.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  50. (((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  51.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  52.