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