... [..] i would replace the line if getline(lnum) !~ '^\s*$' in the first version by something like that: if getline(lnum) !~ '^\(\s*$92;)\|[c*]' Testcase: X =...
15263
Stephane Rosa
stephane@...
Sep 6, 2000 1:35 pm
... No idea, but my full psychological support ;-) This is a VERY great idea, especially when coding 1000 lines source files with 5-6 levels. Would be very...
15264
Geoffrey Gallaway
geoffeg@...
Sep 6, 2000 1:36 pm
... Everyone I show this too definetly gets excited, now to see if it can be done! :) ... -- Geoffrey Gallaway || The only thing worse than infinite recursion...
15265
Vince Negri
vnegri@...
Sep 6, 2000 1:48 pm
You would get an effect almost exactly as you describe if there was a setting which caused the text bg colour to follow the fold level of the text, and then...
15266
Thomas Köhler
jean-luc@...
Sep 6, 2000 2:30 pm
On Wed, Sep 06, 2000 at 09:20:23AM -0400, ... Well, there's quite a few people having a look at comp.editors sometimes, including me - but as far as I'm...
15267
Geoffrey Gallaway
geoffeg@...
Sep 6, 2000 2:46 pm
Thats close but I wanted to use the background so I could still do complete syntax highlighting for the text. Maybe I should start asking questions about doing...
15268
Rafael Garcia-Suarez
garcia-suarez@...
Sep 6, 2000 3:16 pm
For options.txt, included below -- Rafael Garcia-Suarez ... +++ doc/options.txt Wed Sep 6 17:17:41 2000 @@ -3602,7 +3602,7 @@ Note that, unlike 'path', no...
15269
Thomas Köhler
jean-luc@...
Sep 6, 2000 3:47 pm
On Wed, Sep 06, 2000 at 10:45:09AM -0400, ... Should be possible. Those highlighting regions for { ... } should just set the background color and contain all...
15270
Dr. Charles E. Campbell
cec@...
Sep 6, 2000 4:22 pm
... Just on a completely pedantic note (hey, I did write engspchk.vim!), its "highlighting", not "highlightning". ^ Actually, the current syntax highlighting...
15271
Thomas Köhler
jean-luc@...
Sep 6, 2000 4:54 pm
On Wed, Sep 06, 2000 at 12:20:29PM -0400, ... Uhm, and once misspelled, it gets through always - that's the only reason that speaks against keyword completion...
15272
Geoffrey Gallaway
geoffeg@...
Sep 6, 2000 4:58 pm
Ok, i did this and got tons of errors when doing :so block.vim: No cluster specified Invalid argument: cCurlyGroup Not an editor command:...
15273
Brent Fulgham
brent.fulgham@...
Sep 6, 2000 5:52 pm
... FYI -- It seems to work under Windows NT in our test lab, but I haven't done too much with it, so a "real" user is encouraged to try the patch. ... Done: ...
15274
Brent Fulgham
brent.fulgham@...
Sep 6, 2000 5:55 pm
I found the following changes helpful to link with Perl 5.6 (the Activestate build under Windows). I'm not sure if these changes are required under...
15275
Thomas Köhler
jean-luc@...
Sep 6, 2000 6:15 pm
On Wed, Sep 06, 2000 at 12:57:44PM -0400, ... Sounds like your lines got split while cut&pasting... Then again, what version of vim are you using? ... syn...
15276
Craig Barkhouse
craig@...
Sep 6, 2000 7:20 pm
On Windows NT platforms, HOMEDRIVE and HOMEPATH are automatically defined for each user. Concatenating the two yields a user's home directory. This patch...
15277
Mark Waggoner
waggoner@...
Sep 6, 2000 8:18 pm
I encountered three problems when building vim 6.0h.
1. Make shadow didn't copy/link everything needed in the shadow
directories.
2. I had problems...
15278
Mark Waggoner
waggoner@...
Sep 6, 2000 8:52 pm
... put your cursor somewhere off the end of the line before this one using the mouse or by spacing past the end. Then use 'w' or 'b'. It looks like the...
15279
Paul Moore
gustav@...
Sep 6, 2000 9:40 pm
From: Craig Barkhouse [mailto:craig@...] ... Please don't do this. On a default setup on W2K or NT, HOMEDRIVE/HOMEPATH points to C:\. I cannot think of...
15280
Matthias Kramm
krammm@...
Sep 6, 2000 10:37 pm
... Thanks for testing ve...:) ... True. I forgot some coladd=0's in mark.c... The applied patch should do the trick. ... Fixed that too. (again) The three...
15281
Mark Waggoner
waggoner@...
Sep 6, 2000 11:21 pm
This fixes the 'x' problem, but the word motion still doesn't work. ... Mark Waggoner waggoner@... (503) 712-3335 They look...
15282
Mark Waggoner
waggoner@...
Sep 6, 2000 11:53 pm
The attached patch seems to fix up the word motion commands with
ve=all. Still more w_coladd=0 lines in search.c
On Thu, 7 Sep 2000, Matthias Kramm wrote:
>...
15283
David A. Rogers
darogers@...
Sep 7, 2000 3:53 am
On Wed, 6 Sep 2000, Paul Moore wrote: [snip] ... [snip] ... I have HOME set for tcsh and for mail. But I also set VIM so that it's stuff doesn't go in HOME....
15284
Ron Aaron
ron@...
Sep 7, 2000 4:42 am
... FWIW, I'd be wary of saying anything containing "every Vim user", period! I am also very unhappy whenever programs demand I have some environment variable...
15285
David Bustos
bustos@...
Sep 7, 2000 8:48 am
Problem: Cscope can return redundant matches. All of them are listed, but duplicates are removed from the list before the chosen tag is looked up. For...
15286
David Harrison
dharriso@...
Sep 7, 2000 12:25 pm
... I agree with the need for this. I often want comments folded away to keep down the distractions (like when I am removing, say, 5,000 lines of code across ...
15287
David Harrison
dharriso@...
Sep 7, 2000 12:32 pm
What? No responses? No-one using SGI & Vim6.0 & IRIX 5.3 CC,NCC or DCC? ... To answer my own question, yes. But, NOT in the "errorformat" string. The "{"...
15288
Rafael Garcia-Suarez
garcia-suarez@...
Sep 7, 2000 12:40 pm
... A way to get this behavior is to link the highlighting of Constant, Number, Statement, PreProc, Type, Identifier, etc. to Normal in the .vimrc. -- Rafael...
15289
Ajit J. Thakkar
ajit@...
Sep 7, 2000 1:45 pm
... Quite right! The current version of the indent file does reasonably well only with free format source code. A good indent file for fixed format source code...
15290
Craig Barkhouse
craig@...
Sep 7, 2000 2:41 pm
... And on a default setup in Unix, the root account's home directory is usually /. Your point? If you want it to be elsewhere, you have to change it using...
15291
Dr. Charles E. Campbell
cec@...
Sep 7, 2000 2:45 pm
... Aw, shucks, that's like bait before a hungry bear... So, here're my shots: Every Vim user uses Vim!!! Every REAL Vim user avoids that E-(s)macks-edder like...