Re: Bug in win_lbr_chartabsize()?

2007-10-01 Fir de Conversatie Matthew Winn
On Mon, 01 Oct 2007 11:39:47 +1000, Ben Schmidt [EMAIL PROTECTED] wrote: I've been digging through the Vim source and had trouble trying to understand what win_lbr_chartabsize() is doing. About 112 lines from the start of the function (in 7.1.94) there's a part that should take the width

Re: VC8 make file patch

2007-10-01 Fir de Conversatie Mike Williams
On 26/09/2007 21:02, Bram Moolenaar wrote: Mike - The following is a resend of a patch from 6 months ago to enable optimized building with to use VC8 features and remove compiler option warnings. I had a few problems with this patch, which is why I didn't send it out yet. Also, it

RE: Compiler warnings (gui_gtk_x11.c)

2007-10-01 Fir de Conversatie John Beckett
Bram Moolenaar wrote: gui_gtk_x11.c:3418: warning: not enough variable arguments to fit a sentinel The function definition that is in gnome-program.h looks like this: GnomeProgram * gnome_program_init (const char *app_id, const char *app_version, const GnomeModuleInfo

Re: vim : process.c ?

2007-10-01 Fir de Conversatie Mikael Jansson
Ok, got it. Note that I don't like the idea of running a shell in a Vim window. But running make in the background would be useful. Because this is on of the first steps from an editor to an operating system alla emacs ? If someone starts a shell as a subprocess and redirect its in-

Usage of GetUserName in os_win32.c

2007-10-01 Fir de Conversatie Alexei Alexandrov
Hi Vimmers, In file os_win32.c there is a function mch_get_user_name() which uses GetUserName() function to get the logon name on Windows. The constant used to declare a buffer to get the name is MAX_COMPUTERNAME_LENGTH which is not correct. The correct constant (as mentioned in the

RE: Installing Vim on Vista (Was: )

2007-10-01 Fir de Conversatie Suresh Govindachar
There is a known issue with things working on Vista having to do the _access() function. For example, the application gcc uses _access() to find other tools such as cc1.exe and the usual gcc fails on Vista -- the usual gcc needs to be patched to work on Vista. If VIM uses _access()

Getting runtime files with AAP

2007-10-01 Fir de Conversatie Alexei Alexandrov
Hi vimmers, I try to update my Vim runtime files with AAP. I have AAP 1.090 installed, plus Python 2.5. I execute command aap -f ftp://ftp.vim.org/pub/vim/runtime/main.aap fetch which is a copy-paste from Vim site and get the following error: fetch Aap: c:\cygwin\bin\gcc.EXE --version Aap:

Re: About patch 7.1.128 (extra)

2007-10-01 Fir de Conversatie Bram Moolenaar
Bill McCarthy wrote: On Sun 30-Sep-07 3:28pm -0600, Bram Moolenaar wrote: Patch 7.1.128 (extra) What's with the About in the subject line? Isn't simply: Patch 7.1.127 Patch 7.1.128 (extra) enough? OK, so I made a mistake in my correction for a mistake, sigh... It was

Re: Bug in win_lbr_chartabsize()?

2007-10-01 Fir de Conversatie Bram Moolenaar
Matthew Winn wrote: I've been digging through the Vim source and had trouble trying to understand what win_lbr_chartabsize() is doing. About 112 lines from the start of the function (in 7.1.94) there's a part that should take the width of a tab into account when used in combination with

About patch 7.1.129 (extra)

2007-10-01 Fir de Conversatie Bram Moolenaar
Patch 7.1.129 (extra) Problem:Win32: Can't get the user name when it is longer than 15 characters. Solution: Use UNLEN instead of MAX_COMPUTERNAME_LENGTH. (Alexei Alexandrov) Files: src/os_win32.c *** ../vim-7.1.128/src/os_win32.c Thu May 10 19:22:59 2007 ---

About patch 7.1.130

2007-10-01 Fir de Conversatie Bram Moolenaar
Patch 7.1.130 Problem:Crash with specific order of undo and redo. (A.Politz) Solution: Clear and adjust pointers properly. Add u_check() for debugging. Files: src/undo.c, src/structs.h *** ../vim-7.1.129/src/undo.c Thu May 10 20:01:43 2007 --- src/undo.c Mon Oct 1 22:49:16 2007

Re: About patch 7.1.128 (extra)

2007-10-01 Fir de Conversatie Gary Johnson
On 2007-10-01, Bram Moolenaar [EMAIL PROTECTED] wrote: Bill McCarthy wrote: On Sun 30-Sep-07 3:28pm -0600, Bram Moolenaar wrote: Patch 7.1.128 (extra) What's with the About in the subject line? Isn't simply: Patch 7.1.127 Patch 7.1.128 (extra) enough? OK,