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.244 < prev    next >
Encoding:
Internet Message Format  |  2002-10-26  |  2.0 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.1.244
  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.244
  11. Problem:    Patch 6.1.237 was missing the diff for vim.h. (Igor Goldenberg)
  12. Solution:   Include it here.
  13. Files:        src/vim.h
  14.  
  15.  
  16. *** ../vim61.243/src/vim.h    Sat Oct 12 15:48:03 2002
  17. --- src/vim.h    Sun Oct 27 19:10:56 2002
  18. ***************
  19. *** 819,825 ****
  20.   #define PUT_FIXINDENT    1    /* make indent look nice */
  21.   #define PUT_CURSEND    2    /* leave cursor after end of new text */
  22.   #define PUT_LINE    4    /* put register as lines */
  23. ! #define PUT_LINE_BACKWARD 8    /* put linewise register backwards */
  24.   
  25.   /* flags for set_indent() */
  26.   #define SIN_CHANGED    1    /* call changed_bytes() when line changed */
  27. --- 819,826 ----
  28.   #define PUT_FIXINDENT    1    /* make indent look nice */
  29.   #define PUT_CURSEND    2    /* leave cursor after end of new text */
  30.   #define PUT_LINE    4    /* put register as lines */
  31. ! #define PUT_LINE_SPLIT    8    /* split line for linewise register */
  32. ! #define PUT_LINE_FORWARD 16    /* put linewise register below Visual sel. */
  33.   
  34.   /* flags for set_indent() */
  35.   #define SIN_CHANGED    1    /* call changed_bytes() when line changed */
  36. *** ../vim61.243/src/version.c    Sun Oct 27 21:02:17 2002
  37. --- src/version.c    Sun Oct 27 21:45:22 2002
  38. ***************
  39. *** 608,609 ****
  40. --- 608,611 ----
  41.   {   /* Add new patch number below this line */
  42. + /**/
  43. +     244,
  44.   /**/
  45.  
  46. -- 
  47. WOMAN:   King of the who?
  48. ARTHUR:  The Britons.
  49. WOMAN:   Who are the Britons?
  50. ARTHUR:  Well, we all are. we're all Britons and I am your king.
  51.                                   The Quest for the Holy Grail (Monty Python)
  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.  \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///
  57.