Re: Can we still edit the patches list on google groups?

2008-11-14 Fir de Conversatie Markus Heidelberg
Hi Björn, Jason already explained several things, so just some comments from me. björn, 13.11.2008: 2008/11/13 Markus Heidelberg [EMAIL PROTECTED]: Jason Foreman, 10.11.2008: Sorry I had not responded before, but I wanted to let you know that I find your vim_extended repository

Re: Can we still edit the patches list on google groups?

2008-11-14 Fir de Conversatie Markus Heidelberg
Jason Foreman, 13.11.2008: On Thu, Nov 13, 2008 at 12:29 PM, björn [EMAIL PROTECTED] wrote: 2008/11/13 Markus Heidelberg [EMAIL PROTECTED]: Yes, they don't have a common base, that makes merging even more difficult than it should be, I think. Having a common base would be a good idea,

Re: Windows XP (X-Mouse) and new window issues [was posted on vim_use]

2008-11-14 Fir de Conversatie MBro
On Nov 14, 7:52 am, Ben Schmidt [EMAIL PROTECTED] wrote: The only solution I found at this time, was to modify the call to CreateProcess in os_win32.c and change the parameter Creation Flags to use CREATE_NO_WINDOW instead of CREATE_NEW_CONSOLE. IIRC, you can use Vim's system() function

Re: Can we still edit the patches list on google groups?

2008-11-14 Fir de Conversatie Nico Weber
The problem with all the $Id$ conflicts come from the runtime files updates Brörn does. He has committed the runtime updates into his vim branch and merges it into the master branch. I would suggest to use separate branches for macvim and the runtime updates. Wouldn't that make

Doc bug, usr_45.txt

2008-11-14 Fir de Conversatie Tony Mechelynck
To bring usr_45.txt in line with the 7.2.033 patch, I suggest to replace line 286 is ucs-2le. That means it's Unicode, two bytes and little-endian. This by is utf-16le. That means it's Unicode, 16-bit and little-endian. This Best regards, Tony. -- THE LESSER-KNOWN PROGRAMMING

slick way to keep patches?

2008-11-14 Fir de Conversatie sc
I finally bit the bullet and applied Markus Heidelberg's relative number patch to my source -- I love it so much I added nmap silent S-F9 :call NumberToggle()CR imap silent S-F9 C-O:call NumberToggle()CR function! NumberToggle() if number set relativenumber else if

Re: Windows XP (X-Mouse) and new window issues [was posted on vim_use]

2008-11-14 Fir de Conversatie Ben Schmidt
Thanks for the advice. I attempted this already. It was suggested by a person on the vim_use mailing list. I had problems setting up my mappings though: map silent f2 :silent! !chmod u+w `cygpath %`CR map F2 :call system('chmod u+w `cygpath '.expand('%').'`')CR should be close. It

Re: slick way to keep patches?

2008-11-14 Fir de Conversatie Navdeep Parhar
In the meantime I would like to know if there's a slick way to check svn updates and runtime rsyncs against the list of 22 files the patch updates, and re-apply the pieces of the patch affected? I wrote a patch that adds :lscscope to vim. It's in the TODO but hasn't been accepted yet

Re: Can we still edit the patches list on google groups?

2008-11-14 Fir de Conversatie Markus Heidelberg
Nico Weber, 14.11.2008: The problem with all the $Id$ conflicts come from the runtime files updates Brörn does. He has committed the runtime updates into his vim branch and merges it into the master branch. I would suggest to use separate branches for macvim and the runtime