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.2.095 < prev    next >
Encoding:
Internet Message Format  |  2003-10-13  |  1.8 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.2.095
  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.2.095
  11. Problem:    The message "Cannot go to buffer x" is confusing for ":buf 6".
  12.         (Frans Englich)
  13. Solution:   Make it "Buffer x does not exist".
  14. Files:        src/buffer.c
  15.  
  16.  
  17. *** ../vim-6.2.094/src/buffer.c    Thu Sep 11 21:36:02 2003
  18. --- src/buffer.c    Sun Sep  7 23:17:03 2003
  19. ***************
  20. *** 934,940 ****
  21.       {
  22.           /* don't warn when deleting */
  23.           if (!unload)
  24. !         EMSGN(_("E86: Cannot go to buffer %ld"), count);
  25.       }
  26.       else if (dir == FORWARD)
  27.           EMSG(_("E87: Cannot go beyond last buffer"));
  28. --- 934,940 ----
  29.       {
  30.           /* don't warn when deleting */
  31.           if (!unload)
  32. !         EMSGN(_("E86: Buffer %ld does not exist"), count);
  33.       }
  34.       else if (dir == FORWARD)
  35.           EMSG(_("E87: Cannot go beyond last buffer"));
  36. *** ../vim-6.2.094/src/version.c    Fri Sep 12 20:20:20 2003
  37. --- src/version.c    Fri Sep 12 20:21:38 2003
  38. ***************
  39. *** 632,633 ****
  40. --- 632,635 ----
  41.   {   /* Add new patch number below this line */
  42. + /**/
  43. +     95,
  44.   /**/
  45.  
  46. -- 
  47. INSPECTOR END OF FILM: Move along.  There's nothing to see!  Keep moving!
  48.    [Suddenly he notices the cameras.]
  49. INSPECTOR END OF FILM: (to Camera) All right, put that away sonny.
  50.    [He walks over to it and puts his hand over the lens.]
  51.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  52.  
  53.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  54. ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
  55. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  56.  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
  57.