Update manifest for Vim 7.4

2013-06-06 Fir de Conversatie Michael Wookey
Hi Bram, This is just a reminder about updating the manifest before you release 7.4. See below ... --- src/gvim.exe.mnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gvim.exe.mnf b/src/gvim.exe.mnf index 26ade97f033e..206fd2b12ec8 100644 --- a/src/gvim.exe.mnf +++

Re: Gvim + Win7 + dual monitors

2010-08-16 Fir de Conversatie Michael Wookey
[cross posting from vim_use to vim_dev...sorry] On 17 August 2010 10:05, Michael Wookey michaelwoo...@gmail.com wrote: On 17 August 2010 09:08, George V. Reilly geo...@reilly.org wrote: On Mon, Aug 16, 2010 at 3:18 PM, Eric Tetz erict...@gmail.com wrote: I'm trying to use Vim in a dual

[PATCH] update version in gvim manifest

2010-08-05 Fir de Conversatie Michael Wookey
--- src/gvim.exe.mnf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gvim.exe.mnf b/src/gvim.exe.mnf index 0033979..26ade97 100644 --- a/src/gvim.exe.mnf +++ b/src/gvim.exe.mnf @@ -2,7 +2,7 @@ assembly xmlns=urn:schemas-microsoft-com:asm.v1 manifestVersion=1.0

Re: Windows 7 compatibility of VIM / GVIM

2010-07-20 Fir de Conversatie Michael Wookey
I'm sorry, but I can't find anything regarding Windows 7 compatibility. Is the current version 7.2.446 compatible with Windows 7? Yes. -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: Update on Vim 7.3 status

2010-05-24 Fir de Conversatie Michael Wookey
On 25 May 2010 06:06, Bram Moolenaar b...@moolenaar.net wrote: As you may have noticed, I have added the persistent undo patch yesterday. There is a minor typo in the doc for 'persistent-undo'. Patch attached. -- You received this message from the vim_dev maillist. Do not top-post! Type your

Re: Vim VCS repo

2009-11-26 Fir de Conversatie Michael Wookey
2009/11/26 JD jdho...@gmail.com: I was wondering if there was some sort of known/decent VCS repo (Preferably hg or git, SVN if the first two aren't doable and...I can't use CVS) for Vim that's pretty up-to-date as far as patches and such. The only thing i need to qualify this with is that i

Re: Killing cscope (Was: omni for CTRL-])

2009-11-03 Fir de Conversatie Michael Wookey
2009/11/4 Tony Mechelynck antoine.mechely...@gmail.com: On 03/11/09 20:10, Gary Johnson wrote: On 2009-11-03, Tony Mechelynck wrote: About using cscope (including 'cscopequickfix' and without any nonstandard plugin), I've put up yesterday a proposed Vim Tip based on my own practice, and

Re: :vertical causes Vim to shift extended monitors

2009-10-19 Fir de Conversatie Michael Wookey
below. Edit src/gui.c and find the following code:  753         gui_set_shellsize(FALSE, FALSE , RESIZE_BOTH); Actually, can you change the code to be: 753 gui_set_shellsize(FALSE, FALSE , 0); Now, recompile as you normally would and see if the behaviour with 'guifont' is better

Re: :vertical causes Vim to shift extended monitors

2009-10-16 Fir de Conversatie Michael Wookey
2009/10/16 Michael Wookey michaelwoo...@gmail.com: Since my original post to vim_use, I have also noticed the same thing happen when I run this map: n  C-Up      * :silent! let guifont = substitute(guifont, ':h\zs\d\+', '\=eval(submatch(0)+1)', '')CR This is like Firefox, if I hit CTRL-UP, I

Re: :vertical causes Vim to shift extended monitors

2009-10-16 Fir de Conversatie Michael Wookey
2009/10/17 David Fishburn dfishburn@gmail.com: On Fri, Oct 16, 2009 at 4:20 AM, Michael Wookey michaelwoo...@gmail.com wrote: ... I see the problem and have attached a patch. Give it a try and see if it fixes the 'guifont' behaviour for you. I regularly build Vim, but have never

Re: :vertical causes Vim to shift extended monitors

2009-10-15 Fir de Conversatie Michael Wookey
Since my original post to vim_use, I have also noticed the same thing happen when I run this map: n  C-Up      * :silent! let guifont = substitute(guifont, ':h\zs\d\+', '\=eval(submatch(0)+1)', '')CR This is like Firefox, if I hit CTRL-UP, I increase the fontsize inside Vim.  Again useful

Re: :vertical causes Vim to shift extended monitors

2009-10-14 Fir de Conversatie Michael Wookey
2009/10/14 David Fishburn dfishburn@gmail.com: [ ... snip ...] I have work around for all these issues with other maps to change the location back again, but this appears to be a bug.  Can anyone else confirm? I just tried this on Windows 7 with the same layout (monitors arranged in a

Re: Percentage of File Traversed

2009-01-17 Fir de Conversatie Michael Wookey
What is the parameter to determine the percentage of file traversed (the one that is displayed on the lower right corner) ? Please tell the source file also that does it... Refer to 'statusline' in the documentation - :help statusline Specifically, you are after the 'p' item. For