Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 13784 - 13813 of 70070   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
13784 Bram Moolenaar
Bram@... Send Email
Apr 12, 2000
6:05 pm
Patch 5.6.062 Problem: The documentation says that setting 'smartindent&#39; doesn't have an effect when 'cindent&#39; is set, but it does make a difference for ...
13785 Bram Moolenaar
Bram@... Send Email
Apr 12, 2000
6:05 pm
... The code helps us to get this going, very good. ... An alternative would be to use PRIMARY and CUT_BUFFER0. That's what xterm does, thus it should work...
13786 Ron Aaron
ron@... Send Email
Apr 12, 2000
6:08 pm
... I would suggest that adding a ':tetris&#39; command is a serious waste of resources (no offense to anyone intended!). Rather, adding a 'timer&#39; capability so...
13787 Stephen P. Wall
swall@... Send Email
Apr 12, 2000
6:12 pm
... source.c: int dosomething( int arg1, int arg2 ) { function body.... } Now fold everything from the initial int to the closing bracket. having just the...
13788 Arnaud Launay
asl@... Send Email
Apr 12, 2000
6:19 pm
... Another one is the implementation of these regexps in the code... I think using pcre would be helpful. For the "?" problem... Defining a "pcre mode" ? ...
13789 Stephen P. Wall
swall@... Send Email
Apr 12, 2000
6:25 pm
... Or "everywhere&quot;. Hey, a religious war! 8-] ... Not quite that bad... 8-] They're mostly useless, anyways. Some are so old, I don't even know if they...
13790 Zdenek Sekera
zs@... Send Email
Apr 12, 2000
6:35 pm
... Excellent point! ... Can't wait, too....
13791 Thomas Köhler
jean-luc@... Send Email
Apr 12, 2000
6:45 pm
On Wed, Apr 12, 2000 at 08:24:50PM +0200, ... [...] ... Well, as I'm currently struggling to get my bookmarks database (it's really a database, mySQL-based)...
13792 Johannes Zellner
johannes@... Send Email
Apr 12, 2000
6:46 pm
Hello, some days ago someone mentioned a program `truss' which monitors system calls of a program. I tried to find this message again on egroups (don't...
13793 Andy Kahn
ackahn@... Send Email
Apr 12, 2000
6:48 pm
... ... Perhaps, but vim's command line already has some shell-like features regarding completion. ... The <tab> would actually expand $VIMRUNTIME into what it...
13794 Blue Lang
blue@... Send Email
Apr 12, 2000
6:49 pm
... I believe that 'strace&#39; is the rough linux equivalent of truss, altho it isn't exactly the same. Actually, just comparing it to the 'truss&#39; on DYNIX,...
13795 Matthias Kramm
krammm@... Send Email
Apr 12, 2000
7:23 pm
Hi ho. This patch is another one of those "virtual editing"-thingys. It assumes vim 5.6.60 as base. Changes/fixes since last "version": * ve now also works in...
13796 Mike Steed
MSteed@... Send Email
Apr 12, 2000
7:29 pm
Here's a piece of the patch that I forgot. Mike ... *************** *** 36,42 **** void expand_env __ARGS((char_u *src, char_u *dst, int dstlen)); char_u...
13797 Tim
rocket96@... Send Email
Apr 12, 2000
7:57 pm
Is vertical split on the 6.0 list? And what exactly is folding? I keep hearing about it, dunno what it is :) - Tim ... From: "Sven Guckes" <guckes@...> To:...
13798 Mike Steed
MSteed@... Send Email
Apr 12, 2000
7:59 pm
Hi, Here is a patch, against the current CVS sources, that implements completion of environment variable names. Improvements are welcome. I'm not sure I fully...
13799 Bram Moolenaar
Bram@... Send Email
Apr 12, 2000
8:37 pm
Patch 5.6.064 Problem: MS-DOS and Win32 console: Mouse doesn't work correctly after including patch 5.6.28. (Vince Negri) Solution: Don't check for mouse...
13800 Bram Moolenaar
Bram@... Send Email
Apr 12, 2000
8:39 pm
... Well, but the function could just as well start with int dosomething( or static int dosomething( Thus blindly taking the second line isn't very reliable....
13801 Bram Moolenaar
Bram@... Send Email
Apr 12, 2000
8:40 pm
... I can reproduce it. Looks like the scroll-wheel patch for xterm causes this... Yes, the number of mouse clicks is confused with the scroll-wheel code....
13802 Johannes Zellner
johannes@... Send Email
Apr 12, 2000
9:15 pm
... I had to rename get_env_var to get_env_var1, because get_env_var was already defined elsewhere. Now it works really nicely. One issue which is probably not...
13803 Robert Webb
RobertW@... Send Email
Apr 13, 2000
12:03 am
... Maybe lower case "z"? I know it already prefixes some other commands, but I don't think there are that many, and "zf" is free :-) "z" still looks folded,...
13804 Robert Webb
RobertW@... Send Email
Apr 13, 2000
12:33 am
... Hmm, you were right, but your patch still allows some left over pixels in the case where that last non-blank character doesn't need redrawing (because it...
13805 Jean-Raymond.Chauviere
Jean-Raymond.Chauvier... Send Email
Apr 13, 2000
1:05 am
see strace it does the same thing as truss on solaris JRC ... -- Nur der kleine Geist hält Ordnung, das Genie beherrscht das Chaos. Seuls les petits esprits...
13806 Robert Webb
RobertW@... Send Email
Apr 16, 2000
11:56 pm
... Hmm. Maybe if you could specify one or more lines from within the fold that still get displayed when the fold is closed, which act like an abbreviation ...
13807 raf
raf@... Send Email
Apr 17, 2000
12:50 am
... yes, but an autocommand could create folds upon loading a file according to patterns so a default folded state can easily be achieved. raf...
13808 Bram Moolenaar
Bram@... Send Email
Apr 17, 2000
8:16 am
... It's possible, but the question is if we can make it reliable enough to be useful. If you use source code like Vim has, it's mostly structured nicely, ...
13809 Ives Aerts
ives@... Send Email
Apr 17, 2000
8:25 am
... Maybe we are all too focused on folding away function definitions? The times that I found folding practical was when I wanted to selectively edit parts of...
13810 Neil Bird
neil.bird@... Send Email
Apr 17, 2000
9:57 am
... This, I have discovered, is due to my running up an xterm with vim in it, sourcing a script, then killing it form the window manager. Vim creates a ".swp"...
13811 Neil Bird
neil.bird@... Send Email
Apr 17, 2000
10:01 am
<D'Oh! Hit <Alt-Return> by accident & NS posted it half typed!> ... This, I have discovered, is due to my running up an xterm with vim in it, sourcing a...
13812 Moore, Paul
Paul.Moore@... Send Email
Apr 17, 2000
10:06 am
From: Neil Bird [mailto:neil.bird@...] ... A swapfile will only be present when |'updatecount&#39;| is non-zero and 'swapfile&#39; is set. When 'swapfile&#39; is...
13813 Neil Bird
neil.bird@... Send Email
Apr 17, 2000
10:15 am
... Bleugh. I read that helpfile three times before posting and *still* mamanged to miss that line! ... Excellent. Thanks! -- =====================-...
Messages 13784 - 13813 of 70070   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help