67b55d9
To: vim_dev@googlegroups.com
67b55d9
Subject: Patch 7.3.120
67b55d9
Fcc: outbox
67b55d9
From: Bram Moolenaar <Bram@moolenaar.net>
67b55d9
Mime-Version: 1.0
67b55d9
Content-Type: text/plain; charset=UTF-8
67b55d9
Content-Transfer-Encoding: 8bit
67b55d9
------------
67b55d9
67b55d9
Patch 7.3.120
67b55d9
Problem:    The message for an existing swap file is too long to fit in a 25
67b55d9
	    line terminal.
67b55d9
Solution:   Make the message shorter. (Chad Miller)
67b55d9
Files:	    src/memline.c
67b55d9
67b55d9
67b55d9
*** ../vim-7.3.119/src/memline.c	2011-01-17 20:08:03.000000000 +0100
67b55d9
--- src/memline.c	2011-02-13 14:18:08.000000000 +0100
67b55d9
***************
67b55d9
*** 4071,4079 ****
67b55d9
      }
67b55d9
      /* Some of these messages are long to allow translation to
67b55d9
       * other languages. */
67b55d9
!     MSG_PUTS(_("\n(1) Another program may be editing the same file.\n    If this is the case, be careful not to end up with two\n    different instances of the same file when making changes.\n"));
67b55d9
!     MSG_PUTS(_("    Quit, or continue with caution.\n"));
67b55d9
!     MSG_PUTS(_("\n(2) An edit session for this file crashed.\n"));
67b55d9
      MSG_PUTS(_("    If this is the case, use \":recover\" or \"vim -r "));
67b55d9
      msg_outtrans(buf->b_fname);
67b55d9
      MSG_PUTS(_("\"\n    to recover the changes (see \":help recovery\").\n"));
67b55d9
--- 4071,4079 ----
67b55d9
      }
67b55d9
      /* Some of these messages are long to allow translation to
67b55d9
       * other languages. */
67b55d9
!     MSG_PUTS(_("\n(1) Another program may be editing the same file.  If this is the case,\n    be careful not to end up with two different instances of the same\n    file when making changes."));
67b55d9
!     MSG_PUTS(_("  Quit, or continue with caution.\n"));
67b55d9
!     MSG_PUTS(_("(2) An edit session for this file crashed.\n"));
67b55d9
      MSG_PUTS(_("    If this is the case, use \":recover\" or \"vim -r "));
67b55d9
      msg_outtrans(buf->b_fname);
67b55d9
      MSG_PUTS(_("\"\n    to recover the changes (see \":help recovery\").\n"));
67b55d9
*** ../vim-7.3.119/src/version.c	2011-02-12 13:59:55.000000000 +0100
67b55d9
--- src/version.c	2011-02-15 11:56:14.000000000 +0100
67b55d9
***************
67b55d9
*** 716,717 ****
67b55d9
--- 716,719 ----
67b55d9
  {   /* Add new patch number below this line */
67b55d9
+ /**/
67b55d9
+     120,
67b55d9
  /**/
67b55d9
67b55d9
-- 
67b55d9
hundred-and-one symptoms of being an internet addict:
67b55d9
257. Your "hundred-and-one" lists include well over 101 items, since you
67b55d9
     automatically interpret all numbers in hexadecimal notation.
67b55d9
     (hex 101 = decimal 257)
67b55d9
67b55d9
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
67b55d9
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
67b55d9
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
67b55d9
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///