patch 7.0.243 (extra)

2007-05-05 Thread Bram Moolenaar

Patch 7.0.243 (extra)
Problem:Win32: When GvimExt is built with MSVC 2005 or later, the Edit
with vim context menu doesn't appear in the Windows Explorer.
Solution:   Embed the linker manifest file into the resources of GvimExt.dll.
(Mathias Michaelis)
Files:  src/GvimExt/Makefile


*** ../vim-7.0.242/src/GvimExt/Makefile Tue Mar  7 00:12:38 2006
--- src/GvimExt/MakefileSat May  5 12:47:27 2007
***
*** 19,24 
--- 19,25 
  # $(implib) /NOLOGO -machine:$(CPU) -def:gvimext.def $** -out:gvimext.lib
  # $(link) $(dlllflags) -base:0x1C00 -out:$*.dll $** $(olelibsdll) 
shell32.lib gvimext.lib comctl32.lib gvimext.exp
$(link) $(lflags) -dll -def:gvimext.def -base:0x1C00 -out:$*.dll $** 
$(olelibsdll) shell32.lib comctl32.lib
+   if exist $*.dll.manifest mt -nologo -manifest $*.dll.manifest 
-outputresource:$*.dll;2
  
  gvimext.obj: gvimext.h
  
***
*** 34,36 
--- 35,38 
  - if exist gvimext.exp del gvimext.exp
  - if exist gvimext.obj del gvimext.obj
  - if exist gvimext.res del gvimext.res
+ - if exist gvimext.dll.manifest del gvimext.dll.manifest
*** ../vim-7.0.242/src/version.cFri May  4 22:31:31 2007
--- src/version.c   Sat May  5 12:54:21 2007
***
*** 668,669 
--- 668,671 
  {   /* Add new patch number below this line */
+ /**/
+ 243,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
50. The last girl you picked up was only a jpeg.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///


Vim version 7.1a BETA has been released

2007-05-05 Thread Bram Moolenaar


Announcing:  Vim (Vi IMproved) version 7.1a BETA


This is a BETA release of Vim 7.1.  It consists of Vim 7.0 plus all
patches and updated runtime files.

I expect this to be stable, since the patches have been used by many
people already.  This BETA is mainly to check that the files has been
setup properly.  It's been almost a year since the last one!

Please report every problem you find!  It will only be a few days until
the 7.1 release, so please take a little time right now to check it out.

Once you have installed Vim 7.1a BETA you can find details about the
changes since Vim 7.0 with :help version-7.1.


Testing
---

This is a BETA test version.  Please give it a good test and report
anything that isn't right.  That includes a crash but also a typo in the
documentation.

I will not make an Amiga or OS/2 binary for Vim 7.1a.  A Mac version is
hopefully available soon on http://macvim.org/


Where to get it
---

All files can be found below this directory:
ftp://ftp.vim.org/pub/vim/unstable/

Information about which files to download for what system (don't use the
links, they are still for Vim 7.0):
http://www.vim.org/download.php

A list of mirror sites can be found here:
http://www.vim.org/mirrors.php

Vim 7.1a is also available from CVS (when it works again) and with Aap:
http://www.vim.org/develop.php


An overview of the files:

UNIX:
unix/vim-7.1a.tar.bz2   sources + runtime files, bzip2 compressed

VARIOUS:
extra/vim-7.1a-extra.tar.gz extra files
extra/vim-7.1a-lang.tar.gz  multi-language files
doc/vim71ahtml.zip  help files converted to HTML

MS-WINDOWS:
pc/gvim71a.exe  self-installing, includes all runtime files
pc/vim71art.zip runtime files
pc/vim71alang.zip   files for translated messages and menus
pc/gvim71a.zip  GUI binary for Windows 95/98/NT/2000/XP
pc/gvim71aole.zip   GUI binary with OLE support
pc/gvim71a_s.zipGUI binary for Windows 3.1 (untested)
pc/vim71ad16.zip16 bit console version for MS-DOS
pc/vim71ad32.zipconsole version for MS-DOS/Windows 95/98
pc/vim71aw32.zipconsole version for Windows NT/2000/XP
pc/vim71asrc.zipsources for PC (with CR-LF)

DIFFS TO PREVIOUS RELEASE:
unix/vim-7.0-7.1a.diff.gz  sources + runtime files
extra/vim-7.0-7.1a-extra.diff.gz   extra files
extra/vim-7.0-7.1a-lang.diff.gzmulti-language files


Mailing lists
-

For user questions you can turn to the Vim mailing list.  There are a
lot of tips, scripts and solutions.  You can ask your Vim questions, but
only if you subscribe.  See http://www.vim.org/maillist.php#vim

If you want to help Vim development or get the latest patches, subscribe
to the vim-dev mailing list.  See http://www.vim.org/maillist.php#vim-dev

Subject specific lists:
Multi-byte issues: http://www.vim.org/maillist.php#vim-multibyte
Macintosh issues:  http://www.vim.org/maillist.php#vim-mac

Before you ask a question you should search the archives, someone may
already have given the answer.


Reporting bugs
--

Send them to [EMAIL PROTECTED].  Please describe the problem precisely.
All the time spent on answering mail is subtracted from the time that is
spent on improving Vim!  Always give a reproducible example and try to
find out which settings or other things influence the appearance of the
bug.  Try starting without your own vimrc file: vim -u NONE.  Try
different machines if possible.  See :help bugs in Vim.  Send me a
patch if you can!

If something needs discussing with other developers, send a message to the
vim-dev mailing list.  You need to subscribe first.


Happy Vimming!

-- 
hundred-and-one symptoms of being an internet addict:
53. To find out what time it is, you send yourself an e-mail and check the
Date: field.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///


Re: Patch: virtcol([123,'$'])

2007-05-05 Thread Michael Schaap

Hi Bram,

On 26-Mar-2007 18:25, Bram Moolenaar wrote:

Michael Schaap wrote:
  

Here's a patch to make virtcol([123, '$']) do the right thing.
If it looks good to you, can you include it?



Looks good, I'll include it.  Thanks!

  
It appears that this didn't make it into 7.1a.  Probably slipped through 
the cracks?  :-)


Thanks,

- Michael