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

$HOME inconsistent in Windows?

2007-05-09 Thread Chris Sutcliffe
eason 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\ just fine. Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org

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
how I go about getting this to work? Thanx! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org

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,

completeopt issue

2006-09-06 Thread Chris Sutcliffe
be greatly appreciated, 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
plays 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

Re: Printing in Windows

2006-08-30 Thread Chris Sutcliffe
the results of :set pdev? printdevice= popt? printoptions= pexpr? printexpr=system('copy' . ' ' . v:fname_in . (&printdevice == '' ? 'LPT1:' : (' "' . &printdevice . '"'))) . delete(v:f

Re: Printing in Windows

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

Printing in Windows

2006-08-30 Thread Chris Sutcliffe
my system doesn't work because I 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://i

Using !

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

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
meone 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
source with the cvs 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 --