home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.1.244
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- Mime-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- ------------
-
- Patch 6.1.244
- Problem: Patch 6.1.237 was missing the diff for vim.h. (Igor Goldenberg)
- Solution: Include it here.
- Files: src/vim.h
-
-
- *** ../vim61.243/src/vim.h Sat Oct 12 15:48:03 2002
- --- src/vim.h Sun Oct 27 19:10:56 2002
- ***************
- *** 819,825 ****
- #define PUT_FIXINDENT 1 /* make indent look nice */
- #define PUT_CURSEND 2 /* leave cursor after end of new text */
- #define PUT_LINE 4 /* put register as lines */
- ! #define PUT_LINE_BACKWARD 8 /* put linewise register backwards */
-
- /* flags for set_indent() */
- #define SIN_CHANGED 1 /* call changed_bytes() when line changed */
- --- 819,826 ----
- #define PUT_FIXINDENT 1 /* make indent look nice */
- #define PUT_CURSEND 2 /* leave cursor after end of new text */
- #define PUT_LINE 4 /* put register as lines */
- ! #define PUT_LINE_SPLIT 8 /* split line for linewise register */
- ! #define PUT_LINE_FORWARD 16 /* put linewise register below Visual sel. */
-
- /* flags for set_indent() */
- #define SIN_CHANGED 1 /* call changed_bytes() when line changed */
- *** ../vim61.243/src/version.c Sun Oct 27 21:02:17 2002
- --- src/version.c Sun Oct 27 21:45:22 2002
- ***************
- *** 608,609 ****
- --- 608,611 ----
- { /* Add new patch number below this line */
- + /**/
- + 244,
- /**/
-
- --
- WOMAN: King of the who?
- ARTHUR: The Britons.
- WOMAN: Who are the Britons?
- ARTHUR: Well, we all are. we're all Britons and I am your king.
- The Quest for the Holy Grail (Monty Python)
-
- /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\
- /// Creator of Vim - Vi IMproved -- http://www.vim.org \\\
- \\\ Project leader for A-A-P -- http://www.a-a-p.org ///
- \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///
-