Re: VimWin

2007-04-21 Thread Zhaojun WU
Hi, Vimmer, I intended to reply this just to Zhichao, but on second thought, I think it would be better to share it within this list, as I hope some resources I mentioned below would be useful to those who are also interested. Thanks, Zhaojun -- Forwarded message -- From: Zhaoju

Re: VimWin

2007-04-21 Thread A.J.Mechelynck
Zhichao Hong wrote: > I have to admit it is my personal taste to use vc++ on Win32 platform. > I did see benchmarks showed the vc++ performs better than gcc. I > remembered seeing that in one of the Dr. Dobb's issue. Also I have > heard remarks from Bjarne Stroustrup that vc++ or Intel c++ perfo

Re: search-related question

2007-04-21 Thread Thomas Köhler
Hale Boyes, Kevin wrote: > How do I search in a document to the next line that doesn't contain a > specific string? Something along the lines of "grep -v". If you need all lines that don't contain pattern, try :v/pattern/ If you want to jump to the next line that does not match pattern, you cou

Re: VimWin

2007-04-21 Thread Zhichao Hong
I have to admit it is my personal taste to use vc++ on Win32 platform. I did see benchmarks showed the vc++ performs better than gcc. I remembered seeing that in one of the Dr. Dobb's issue. Also I have heard remarks from Bjarne Stroustrup that vc++ or Intel c++ performs better than gcc. Maybe

Re: VimWin

2007-04-21 Thread A.J.Mechelynck
Robert Hicks wrote: [...] Doesn't it install a whole new Vim? Where you used to just do the binaries for the Vim app itself? Robert I used to compile only the binaries, yes, and that meant the runtimes were always out-of-date. Steve takes the trouble of downloading the latest runtime files

RE: css indenting

2007-04-21 Thread David Fishburn
> -Original Message- > From: Michael Phillips [mailto:[EMAIL PROTECTED] > Sent: Friday, April 20, 2007 3:47 PM > To: vim@vim.org > Subject: css indenting > > Hello everyone, > > How do I get vim to stop adding an indent to a line when > the previous line ends with a semicolon? Thi

Re: VimWin

2007-04-21 Thread Robert Hicks
A.J.Mechelynck wrote: Robert Hicks wrote: A.J.Mechelynck wrote: Zhichao Hong wrote: [...] The Win32 build normally does not get patched frequently and the users on that platform cannot take the advantages of the bug fixes as frequently as UNIX user could have. [...] The Win32 binary build a

Re: VimWin

2007-04-21 Thread A.J.Mechelynck
Robert Hicks wrote: A.J.Mechelynck wrote: Zhichao Hong wrote: [...] The Win32 build normally does not get patched frequently and the users on that platform cannot take the advantages of the bug fixes as frequently as UNIX user could have. [...] The Win32 binary build available on the ftp.vim

Re: VimWin

2007-04-21 Thread Robert Hicks
A.J.Mechelynck wrote: Zhichao Hong wrote: [...] The Win32 build normally does not get patched frequently and the users on that platform cannot take the advantages of the bug fixes as frequently as UNIX user could have. [...] The Win32 binary build available on the ftp.vim.org site doesn't get

Re: VimWin

2007-04-21 Thread Zhichao Hong
Sorry, I don't use gui while in linux. The ugly fonts in x windows are killing my eyes. Yes it includes the dejavu mono. Ironically, I do find lots of linux users are using the fonts from the dark side. As for the compiler, I don't have to repeat lots of studies from different papers that show

Re: question about leader

2007-04-21 Thread shawn bright
Hey, thanks gents ! sk On 4/21/07, Tim Chase <[EMAIL PROTECTED]> wrote: > when i am reading docs or plugin docs, i often see references to > > like a keybinding is something. > > what is leader ? It is a character (defaulting to "\") used to allow folks to choose a "leader" character for mapp

Re: question about leader

2007-04-21 Thread Tim Chase
> when i am reading docs or plugin docs, i often see references to > > like a keybinding is something. > > what is leader ? It is a character (defaulting to "\") used to allow folks to choose a "leader" character for mappings such that it allows users of that mapping/script to choose their "le

Re: question about leader

2007-04-21 Thread A.J.Mechelynck
shawn bright wrote: hey all, when i am reading docs or plugin docs, i often see references to like a keybinding is something. what is leader ? thanks By default, it is the backslash; however it can be reprogrammed to anything you want: it is the value of the "mapleader" variable when th

Re: How can I get rid of this popup?

2007-04-21 Thread A.J.Mechelynck
cga2000 wrote: On Fri, Apr 20, 2007 at 11:06:24PM EDT, A.J.Mechelynck wrote: cga2000 wrote: I recently installed vim 7.x and I'm very impressed with all the new features, especially the new tab stuff .. On the other hand, I'm sorry to say that there is _ONE_ feature that's literally driving

question about leader

2007-04-21 Thread shawn bright
hey all, when i am reading docs or plugin docs, i often see references to like a keybinding is something. what is leader ? thanks

Re: Mapping doesn't work

2007-04-21 Thread A.J.Mechelynck
Michael Henry wrote: Matthew Gilbert wrote: A.J.Mechelynck wrote: Matthew Gilbert wrote: Gene Kwiecinski wrote: I'm using GVIM on WinXP SP2: I'm trying to map ALT-ENTER. It doesn't work (I just get enter). Uhhh, ain't alt-enter trapped by the OS, ie, to switch between window/console modes?

Re: How can I get rid of this popup?

2007-04-21 Thread cga2000
On Fri, Apr 20, 2007 at 11:06:24PM EDT, A.J.Mechelynck wrote: > cga2000 wrote: > >I recently installed vim 7.x and I'm very impressed with all the new > >features, especially the new tab stuff .. > > > >On the other hand, I'm sorry to say that there is _ONE_ feature that's > >literally driving me

Re: Mapping doesn't work

2007-04-21 Thread Michael Henry
Matthew Gilbert wrote: A.J.Mechelynck wrote: Matthew Gilbert wrote: Gene Kwiecinski wrote: I'm using GVIM on WinXP SP2: I'm trying to map ALT-ENTER. It doesn't work (I just get enter). Uhhh, ain't alt-enter trapped by the OS, ie, to switch between window/console modes? I'm using GVIM. Also

Re: Problem with spaces in the makeprg command

2007-04-21 Thread A.J.Mechelynck
Chris Sutcliffe wrote: Hey All, I'm having an issue with spaces in the makeprg command. When setting it to: :setlocal mp=C:\Program\ Files\NSIS\makensis.exe I get an error: shell returned 1 (1 of 2): 'C:\Program' is not recognized as an internal or external command Can someone please let

Re: VimWin

2007-04-21 Thread A.J.Mechelynck
Dimitar wrote: * A.J.Mechelynck <[EMAIL PROTECTED]> [070421 10:20]: [...] Cases in point: - Microsoft Windows XP Professional (I haven't tested Vista, but from what I hear it could also serve here) vs. openSUSE Linux. Sorry for the off topic. I have nothing against Linux at all.(I'm using it

Re: VimWin

2007-04-21 Thread Dimitar
* A.J.Mechelynck <[EMAIL PROTECTED]> [070421 10:20]: > Zhichao Hong wrote: > >I am aware of the the cream project. Unfortunately they are the gnu > >compilers. As I have a professional Visual C++ compiler, and Vim is > >such as great tool, I would like to compile it with the latest > >professiona

Problem with spaces in the makeprg command

2007-04-21 Thread Chris Sutcliffe
Hey All, I'm having an issue with spaces in the makeprg command. When setting it to: :setlocal mp=C:\Program\ Files\NSIS\makensis.exe I get an error: shell returned 1 (1 of 2): 'C:\Program' is not recognized as an internal or external command Can someone please let me know how I go about get