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 / old / 5.5.069 < prev    next >
Encoding:
Internet Message Format  |  1999-12-13  |  1.2 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 5.5.069
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. ------------
  6.  
  7. Patch 5.5.069
  8. Problem:    Shifting lines in blockwise Visual mode didn't set the 'modified'
  9.         flag.
  10. Solution:   Do set the 'modified' flag.
  11. Files:        src/ops.c
  12.  
  13.  
  14. *** ../vim-5.5.68/src/ops.c    Mon Dec  6 18:13:12 1999
  15. --- src/ops.c    Mon Dec 13 16:07:36 1999
  16. ***************
  17. *** 458,463 ****
  18. --- 458,464 ----
  19.       }
  20.       /* replace the line */
  21.       ml_replace(curwin->w_cursor.lnum, newp, FALSE);
  22. +     changed();
  23.       State = oldstate;
  24.       curwin->w_cursor.col = oldcol;
  25.   #ifdef RIGHTLEFT
  26. *** ../vim-5.5.68/src/version.c    Mon Dec 13 16:09:01 1999
  27. --- src/version.c    Mon Dec 13 16:08:44 1999
  28. ***************
  29. *** 420,420 ****
  30. --- 420,421 ----
  31.   {   /* Add new patch number below this line */
  32. +     69,
  33.  
  34. -- 
  35. ARTHUR:  I am your king!
  36. WOMAN:   Well, I didn't vote for you.
  37. ARTHUR:  You don't vote for kings.
  38. WOMAN:   Well, 'ow did you become king then?
  39.                                   The Quest for the Holy Grail (Monty Python)
  40.  
  41. --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\--
  42.   \ \    www.vim.org/iccf      www.moolenaar.net       www.vim.org    / /
  43.