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 / unreleased / patches / 6.0ax.012 < prev    next >
Encoding:
Internet Message Format  |  2001-09-22  |  1.6 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.0ax.012
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. ------------
  6.  
  7. Patch 6.0ax.012
  8. Problem:    When 'cpoptions' contains "$", breaking a line for 'textwidth'
  9.         doesn't redraw properly. (Stefan Schulze)
  10. Solution:   Remove the dollar before breaking the line.
  11. Files:        src/edit.c
  12.  
  13.  
  14. *** ../vim60ax.11/src/edit.c    Wed Sep 19 11:41:25 2001
  15. --- src/edit.c    Sun Sep 23 21:34:28 2001
  16. ***************
  17. *** 3856,3861 ****
  18. --- 3856,3864 ----
  19.           break;
  20.           }
  21.   
  22. +         /* Going to break the line, remove any "$" now. */
  23. +         undisplay_dollar();
  24.           /*
  25.            * Offset between cursor position and line break is used by replace
  26.            * stack functions.  VREPLACE does not use this, and backspaces
  27. *** ../vim60ax.11/src/version.c    Fri Sep 21 22:39:49 2001
  28. --- src/version.c    Sun Sep 23 21:40:10 2001
  29. ***************
  30. *** 608,609 ****
  31. --- 608,611 ----
  32.   {   /* Add new patch number below this line */
  33. + /**/
  34. +     12,
  35.   /**/
  36.  
  37. -- 
  38. (letter from Mark to Mike, about the film's probable certificate)
  39.       For an 'A' we would have to: Lose as may shits as possible Take Jesus
  40.       Christ out, if possible Loose "I fart in your general direction" Lose
  41.       "the oral sex" Lose "oh, fuck off" Lose "We make castanets out of your
  42.       testicles"
  43.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  44.  
  45.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  46. (((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  47.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  48.