To:
[email protected]
Subject: Patch 6.2f.016
Fcc: outbox
From: Bram Moolenaar <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
------------
Patch 6.2f.016
Problem: "vim --version > ff" on non-Unix systems results in a file with a
missing line break at the end. (Bill McCArthy)
Solution: Add a line break.
Files: src/main.c
*** ../vim-6.2f.015/src/main.c Mon May 26 22:15:06 2003
--- src/main.c Thu May 29 11:20:15 2003
***************
*** 555,560 ****
--- 555,562 ----
Columns = 80; /* need to init Columns */
info_message = TRUE; /* use mch_msg(), not mch_errmsg() */
list_version();
+ msg_putchar('\n');
+ msg_didout = FALSE;
mch_exit(0);
}
else if (STRNICMP(argv[0] + argv_idx, "literal", 7) == 0)
*** ../vim-6.2f.015/src/version.c Thu May 29 13:22:30 2003
--- src/version.c Thu May 29 13:24:55 2003
***************
*** 632,633 ****
--- 632,635 ----
{ /* Add new patch number below this line */
+ /**/
+ 16,
/**/
--
hundred-and-one symptoms of being an internet addict:
23. You can't call your mother...she doesn't have a modem.
/// Bram Moolenaar --
[email protected] --
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 ///
\\\ Help AIDS victims, buy at Amazon --
http://ICCF.nl/click1.html ///