|
Karsten Hopp |
7f4377 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
7f4377 |
Subject: Patch 7.2.343
|
|
Karsten Hopp |
7f4377 |
Fcc: outbox
|
|
Karsten Hopp |
7f4377 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
7f4377 |
Mime-Version: 1.0
|
|
Karsten Hopp |
7f4377 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
7f4377 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
7f4377 |
------------
|
|
Karsten Hopp |
7f4377 |
|
|
Karsten Hopp |
7f4377 |
Patch 7.2.343 (after 7.2.338)
|
|
Karsten Hopp |
7f4377 |
Problem: Can't compile on Win32.
|
|
Karsten Hopp |
7f4377 |
Solution: Insert the missing '|'.
|
|
Karsten Hopp |
7f4377 |
Files: src/ex_cmds2.c
|
|
Karsten Hopp |
7f4377 |
|
|
Karsten Hopp |
7f4377 |
|
|
Karsten Hopp |
7f4377 |
*** ../vim-7.2.342/src/ex_cmds2.c 2010-01-19 16:31:10.000000000 +0100
|
|
Karsten Hopp |
7f4377 |
--- src/ex_cmds2.c 2010-01-19 23:22:40.000000000 +0100
|
|
Karsten Hopp |
7f4377 |
***************
|
|
Karsten Hopp |
7f4377 |
*** 2816,2822 ****
|
|
Karsten Hopp |
7f4377 |
{
|
|
Karsten Hopp |
7f4377 |
int fd_tmp = mch_open(filename, O_RDONLY
|
|
Karsten Hopp |
7f4377 |
# ifdef WIN32
|
|
Karsten Hopp |
7f4377 |
! O_BINARY | O_NOINHERIT
|
|
Karsten Hopp |
7f4377 |
# endif
|
|
Karsten Hopp |
7f4377 |
, 0);
|
|
Karsten Hopp |
7f4377 |
|
|
Karsten Hopp |
7f4377 |
--- 2816,2822 ----
|
|
Karsten Hopp |
7f4377 |
{
|
|
Karsten Hopp |
7f4377 |
int fd_tmp = mch_open(filename, O_RDONLY
|
|
Karsten Hopp |
7f4377 |
# ifdef WIN32
|
|
Karsten Hopp |
7f4377 |
! | O_BINARY | O_NOINHERIT
|
|
Karsten Hopp |
7f4377 |
# endif
|
|
Karsten Hopp |
7f4377 |
, 0);
|
|
Karsten Hopp |
7f4377 |
|
|
Karsten Hopp |
7f4377 |
*** ../vim-7.2.342/src/version.c 2010-01-19 18:05:05.000000000 +0100
|
|
Karsten Hopp |
7f4377 |
--- src/version.c 2010-01-19 23:24:05.000000000 +0100
|
|
Karsten Hopp |
7f4377 |
***************
|
|
Karsten Hopp |
7f4377 |
*** 683,684 ****
|
|
Karsten Hopp |
7f4377 |
--- 683,686 ----
|
|
Karsten Hopp |
7f4377 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
7f4377 |
+ /**/
|
|
Karsten Hopp |
7f4377 |
+ 343,
|
|
Karsten Hopp |
7f4377 |
/**/
|
|
Karsten Hopp |
7f4377 |
|
|
Karsten Hopp |
7f4377 |
--
|
|
Karsten Hopp |
7f4377 |
I'm writing a book. I've got the page numbers done.
|
|
Karsten Hopp |
7f4377 |
|
|
Karsten Hopp |
7f4377 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
7f4377 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
7f4377 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
7f4377 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|