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.1.405 < prev    next >
Encoding:
Internet Message Format  |  2003-03-14  |  1.4 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.1.405
  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.1.405
  11. Problem:    A few files are missing from the toplevel Makefile.
  12. Solution:   Add the missing files.
  13. Files:        Makefile
  14.  
  15.  
  16. *** ../vim61.404/Makefile    Sat Mar 15 17:55:18 2003
  17. --- Makefile    Sat Mar 15 20:33:07 2003
  18. ***************
  19. *** 207,212 ****
  20. --- 207,215 ----
  21.           src/misc1.c \
  22.           src/misc2.c \
  23.           src/move.c \
  24. +         src/nbdebug.c \
  25. +         src/nbdebug.h \
  26. +         src/netbeans.c \
  27.           src/normal.c \
  28.           src/ops.c \
  29.           src/option.c \
  30. ***************
  31. *** 236,241 ****
  32. --- 239,245 ----
  33.           src/proto/misc2.pro \
  34.           src/proto/move.pro \
  35.           src/proto/mbyte.pro \
  36. +         src/proto/netbeans.pro \
  37.           src/proto/normal.pro \
  38.           src/proto/ops.pro \
  39.           src/proto/option.pro \
  40. *** ../vim61.404/src/version.c    Sat Mar 15 17:55:19 2003
  41. --- src/version.c    Sat Mar 15 21:07:59 2003
  42. ***************
  43. *** 613,614 ****
  44. --- 613,616 ----
  45.   {   /* Add new patch number below this line */
  46. + /**/
  47. +     405,
  48.   /**/
  49.  
  50. -- 
  51. From "know your smileys":
  52.  :-)-O    Smiling doctor with stethoscope
  53.  
  54.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  55. ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
  56. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  57.  \\\     Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///
  58.