Re: patch 7.1b.001

2007-05-10 Thread Chris Sutcliffe
Patch 7.1b.001 (extra) Builds cleanly with MinGW, thanx! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org

$HOME inconsistent in Windows?

2007-05-09 Thread Chris Sutcliffe
\ Is there some reason why vim is ignoring the HOME variable I've set? What is interesting is that my _viminfo is being read from C:\Documents and Settings\user ID just fine. Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org

Re: [Fwd: Re: $HOME inconsistent in Windows?]

2007-05-09 Thread Chris Sutcliffe
Forward to list Sorry, forgot to check the To field in the reply... Cheers! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org

Re: patch 7.1a.001

2007-05-08 Thread Chris Sutcliffe
(which should work with both MinGW and Cygwin) guard around lines 235 to 253 (see the attached patch). Cheers! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org gui_w32_mingw.patch Description: Binary data

Re: patch 7.1a.001

2007-05-08 Thread Chris Sutcliffe
) guard around lines 235 to 253 (see the attached patch). I've tried this for mingw and it works. Maybe this is the better patch for this problem. Works for me on MinGW as well (haven't tried Cygwin). Cheers! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http

Re: patch 7.1a.001

2007-05-06 Thread Chris Sutcliffe
: error: redefinition of `struct tagNMTTDISPINFOW' mingw32-make: *** [gobj/gui_w32.o] Error 1 I'm guessing it's not a result of this patch, since this patch did not affect gui_w32.c. Perhaps there was something changed in CVS (I notice the update grabbed a whole bunch of files)? Chris -- Chris

Re: Problem with spaces in the makeprg command

2007-04-22 Thread Chris Sutcliffe
:setlocal mp=\C:\\Program\ Files\\NSIS\\makensis.exe\ Works perfect! I tried to escape the quotes before but I didn't escape the backslashes inside the quotes. Thanx! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org

Problem with spaces in the makeprg command

2007-04-21 Thread Chris Sutcliffe
getting this to work? Thanx! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org

Re: Subject: Re: vim on cygwin using win32 clipboard

2007-02-15 Thread Chris Sutcliffe
Also, is there anything I can do to help get the original patch accepted? Ask a few people to try it out and report their results here. I'll give it a shot. Is there somewhere I can grab the patch from, or should I go through the list archives to find it? Chris -- Chris Sutcliffe http

Re: Perltidy,VIM for C/C++ visual block cleanup

2006-09-12 Thread Chris Sutcliffe
Sent to the list this time... sorry Tony! On 9/12/06, Chris Sutcliffe [EMAIL PROTECTED] wrote: My Linux box indeed hasn't got cb, but it has got indent which is meant to beautify and reformat C code, e.g. by adding and removing spaces, tabs, linefeeds and blank lines, according to various

completeopt issue

2006-09-06 Thread Chris Sutcliffe
! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org

Printing in Windows

2006-08-30 Thread Chris Sutcliffe
use a networked printer. According to ':help ha' a dialog is supposed to be displayed to allow selection of printer, paper size, etc. Unfortunately this isn't happening, is there something I'm missing? Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http

Re: Printing in Windows

2006-08-30 Thread Chris Sutcliffe
it is not. Thanx! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org

Re: Printing in Windows

2006-08-30 Thread Chris Sutcliffe
? printexpr=system('copy' . ' ' . v:fname_in . (printdevice == '' ? 'LPT1:' : (' ' . printdevice . ''))) . delete(v:fname_in) pfn? printfont=Courier_New:h10 pheader? printheader=%%f%h%m%=Page %N Thanx! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com

Re: Printing in Windows

2006-08-30 Thread Chris Sutcliffe
when I do a ':ha'. I'm not sure if this is by design or if this is a bug, anyone? Thanx! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org

Using !command

2006-08-25 Thread Chris Sutcliffe
Is it possible to execute a Windows based app in vim without having a command box? When I type '!explorer' for example, I get a command box that executes explorer. I was wondering if I could have it execute explorer without the command box being displayed. Thanx! Chris -- Chris Sutcliffe

Disable bold font in gvim on Windows

2006-08-23 Thread Chris Sutcliffe
Is there a quick way to disable the bold font in gvim on Windows (i.e. use non-bold font for all highlight items)? Thanx! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org

Changing spell check colors

2006-07-07 Thread Chris Sutcliffe
please point me in the direction of what I need to look at? Thanx! Chris -- Chris Sutcliffe http://ir0nh34d.blogspot.com http://emergedesktop.org

Re: CVS service resumed?

2006-05-13 Thread Chris Sutcliffe
repository being updated from there? Or is it now that CVS is more or less in working order again at SF will it become the 'main' source? Cheers! Chris -- Chris Sutcliffe http://ir0nh34d.blogspot.com http://emergedesktop.org

Command completion menu

2006-05-10 Thread Chris Sutcliffe
Hey All, I'm using vim 7.0 for windows and I was wondering if it was possible to have the command completion menu (Ctrl-N / Ctrl-P) show up as a mouse style menu (i.e. the right click menu) as opposed to what appears to be a curses based text menu. Can this be done? Thanx! Chris -- Chris