home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 5.5.069
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- ------------
-
- Patch 5.5.069
- Problem: Shifting lines in blockwise Visual mode didn't set the 'modified'
- flag.
- Solution: Do set the 'modified' flag.
- Files: src/ops.c
-
-
- *** ../vim-5.5.68/src/ops.c Mon Dec 6 18:13:12 1999
- --- src/ops.c Mon Dec 13 16:07:36 1999
- ***************
- *** 458,463 ****
- --- 458,464 ----
- }
- /* replace the line */
- ml_replace(curwin->w_cursor.lnum, newp, FALSE);
- + changed();
- State = oldstate;
- curwin->w_cursor.col = oldcol;
- #ifdef RIGHTLEFT
- *** ../vim-5.5.68/src/version.c Mon Dec 13 16:09:01 1999
- --- src/version.c Mon Dec 13 16:08:44 1999
- ***************
- *** 420,420 ****
- --- 420,421 ----
- { /* Add new patch number below this line */
- + 69,
-
- --
- ARTHUR: I am your king!
- WOMAN: Well, I didn't vote for you.
- ARTHUR: You don't vote for kings.
- WOMAN: Well, 'ow did you become king then?
- The Quest for the Holy Grail (Monty Python)
-
- --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\--
- \ \ www.vim.org/iccf www.moolenaar.net www.vim.org / /
-