|
Karsten Hopp |
26ce66 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
26ce66 |
Subject: Patch 7.3.846
|
|
Karsten Hopp |
26ce66 |
Fcc: outbox
|
|
Karsten Hopp |
26ce66 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
26ce66 |
Mime-Version: 1.0
|
|
Karsten Hopp |
26ce66 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
26ce66 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
26ce66 |
------------
|
|
Karsten Hopp |
26ce66 |
|
|
Karsten Hopp |
26ce66 |
Patch 7.3.846
|
|
Karsten Hopp |
26ce66 |
Problem: Missing proto file, listing a non-existing proto file.
|
|
Karsten Hopp |
26ce66 |
Solution: Remove the file. Add os_beos.pro only in Mercurial.
|
|
Karsten Hopp |
26ce66 |
Files: Filelist
|
|
Karsten Hopp |
26ce66 |
|
|
Karsten Hopp |
26ce66 |
|
|
Karsten Hopp |
26ce66 |
*** ../vim-7.3.845/Filelist 2013-02-26 17:59:37.000000000 +0100
|
|
Karsten Hopp |
26ce66 |
--- Filelist 2013-03-07 13:27:30.000000000 +0100
|
|
Karsten Hopp |
26ce66 |
***************
|
|
Karsten Hopp |
26ce66 |
*** 84,90 ****
|
|
Karsten Hopp |
26ce66 |
src/testdir/test60.vim \
|
|
Karsten Hopp |
26ce66 |
src/testdir/test83-tags? \
|
|
Karsten Hopp |
26ce66 |
src/proto.h \
|
|
Karsten Hopp |
26ce66 |
- src/proto/arabic.pro \
|
|
Karsten Hopp |
26ce66 |
src/proto/blowfish.pro \
|
|
Karsten Hopp |
26ce66 |
src/proto/buffer.pro \
|
|
Karsten Hopp |
26ce66 |
src/proto/charset.pro \
|
|
Karsten Hopp |
26ce66 |
--- 84,89 ----
|
|
Karsten Hopp |
26ce66 |
*** ../vim-7.3.845/src/version.c 2013-03-07 13:21:28.000000000 +0100
|
|
Karsten Hopp |
26ce66 |
--- src/version.c 2013-03-07 13:23:02.000000000 +0100
|
|
Karsten Hopp |
26ce66 |
***************
|
|
Karsten Hopp |
26ce66 |
*** 730,731 ****
|
|
Karsten Hopp |
26ce66 |
--- 730,733 ----
|
|
Karsten Hopp |
26ce66 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
26ce66 |
+ /**/
|
|
Karsten Hopp |
26ce66 |
+ 846,
|
|
Karsten Hopp |
26ce66 |
/**/
|
|
Karsten Hopp |
26ce66 |
|
|
Karsten Hopp |
26ce66 |
--
|
|
Karsten Hopp |
26ce66 |
I am also told that there is a logical proof out there somewhere
|
|
Karsten Hopp |
26ce66 |
that demonstrates that there is no task which duct tape cannot handle.
|
|
Karsten Hopp |
26ce66 |
-- Paul Brannan
|
|
Karsten Hopp |
26ce66 |
|
|
Karsten Hopp |
26ce66 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
26ce66 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
26ce66 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
26ce66 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|