Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 25640 - 25669 of 138223   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
25640 Bram Moolenaar
Bram@... Send Email
Jan 31, 2002
10:46 am
... Yes, I'll look into it. ... Startup time. On MS-Windows Vim doesn't need to do much to become a server. On X11 it needs to contact the X server, which...
25641 Zdenek Sekera
zs@... Send Email
Jan 31, 2002
11:01 am
... Too bad, but sounds convincing ;-(....
25642 Andrzej M. Ostruszka
ostruszk@... Send Email
Jan 31, 2002
12:35 pm
... Well, I would not mind if you could send me too (maybe your settings will solve my problems). Also if you got solution for the following problems that...
25643 Douglas L . Potts
pottsdl@... Send Email
Jan 31, 2002
12:42 pm
... Or maybe to vim tips? -Doug -- *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Douglas L. Potts "Where do you want to crash,...
25644 Zdenek Sekera
zs@... Send Email
Jan 31, 2002
12:51 pm
... Coming by a separate mail. ... Getting the same. I think I stumbled over that already once, didn't find a solution, if there is any....
25645 HALIM,SALMAN (HP-NewJ...
salman@... Send Email
Jan 31, 2002
5:02 pm
hi, is it possible to make a change to a buffer (say within a function) that doesn't affect the undo buffer? basically, i'm using the header.vim plugin which...
25646 Deragon, Hans
hderagon@... Send Email
Jan 31, 2002
6:08 pm
Greetings. In the file menu of win32 gvim, I would like to see the history of previously opened files. This way, like most software, I could simply select the...
25647 Gary Holloway
gary@... Send Email
Jan 31, 2002
6:09 pm
Can't help with the undo buffer (perhaps adding "undo" as a {history} to the histdel builtin function is an enhancement possibilty?) As far as moving the...
25648 Bob Roberts
bobnotbob@... Send Email
Jan 31, 2002
6:24 pm
When I run gvim -d file1 file2 from my cygwin shell, I get "E97: Cannot create diffs". This only happens when I run it from the cygwin shell -- it works fine...
25649 Michael Naumann
mnaumann@... Send Email
Jan 31, 2002
7:02 pm
... vimdiff works for me. I left everything except shell and shellslash on their vim-defaults. with gzipped files, I can't help. I never used this feature. ...
25650 HALIM,SALMAN (HP-NewJ...
salman@... Send Email
Jan 31, 2002
7:04 pm
thank you; i use a very similar cursor restoring scheme by benji fisher: call Mark() and it returns a string which, when executed, restores the cursor and...
25651 Roger Pilkey
Roger.Pilkey@... Send Email
Jan 31, 2002
8:13 pm
Open file history.Hello, Hans: This is usually known as a Most Recently Used or MRU list. I have found 3 plugins that do this functionality for vim: ...
25652 Hans Fugal
hans@... Send Email
Jan 31, 2002
8:52 pm
Ok, I'm a computer science student and this class requires that we write in Visual Studio. They don't have vim installed, but I can put it on my network drive...
25653 Tim Chase
gumnos@... Send Email
Jan 31, 2002
9:21 pm
I have a problem with vim overriding my specification of "set lines=69", both in my _gvimrc and from the ex prompt. If I resize the gvim window to my desired...
25654 Nick Wilson
nick@... Send Email
Jan 31, 2002
9:29 pm
... Hash: SHA1 Hi all How would I search for ^Q in vim? I've tried Control+V then Control+Q but a blue 'M' comes up as the search term? Many thanks - -- Nick...
25655 Tim Chase
gumnos@... Send Email
Jan 31, 2002
9:38 pm
... what version, platform, and connection (might be important only if you're doing something like a telnet/ssh vs. console connection on a *nix box) are you...
25656 Nick Wilson
nick@... Send Email
Jan 31, 2002
9:47 pm
... Hash: SHA1 * and then Tim Chase blurted.... ... Linux from the console. - -- Nick Wilson Tel: +45 3325 0688 Fax: +45 3325 0677 Web: www.explodingnet.com ...
25657 Gary Johnson
garyjohn@... Send Email
Jan 31, 2002
9:53 pm
... This should work on any platform: /^Vx11 where ^V is Ctrl-V and 11 is the hex value of Ctrl-Q. See ... Gary -- Gary Johnson | Agilent...
25658 Gary Holloway
gary@... Send Email
Jan 31, 2002
11:59 pm
/ FROM: "HALIM,SALMAN (HP-NewJersey,ex2)" <salman@...>, Jan 31 11:04 2002 ... See :he ctrl-O That might help. -gary ... [snip]...
25659 Bindu.Wavell@... Send Email Feb 1, 2002
12:26 am
I have a plugin at vim.sf.net called MiniBufExplorer that provides a very compact buffer list (like the open file tabs in EditPlus or UltraEdit). One of the...
25660 Alan C.
acummings@... Send Email
Feb 1, 2002
12:49 am
Hi, Win32 My local Win NT box Gvim 6.0 As follows, perl and accompanying gvim command does a nice (seamless) job of desired task url_in_brwsr.pl ...
25661 Benji Fisher
benji@... Send Email
Feb 1, 2002
3:00 am
... Remember: a vim function is a sequence of Command-mode commands. It is as if you typed ... onto the command line. Try ... or ... to get Normal-mode...
25662 Benji Fisher
benji@... Send Email
Feb 1, 2002
3:03 am
... HTH --Benji Fisher...
25663 Benji Fisher
benji@... Send Email
Feb 1, 2002
3:15 am
... [snip] I am glad to see this getting used, but you forgot to tell people where to find it. (Or did you save it when I first posted it to the list?) It is...
25664 vipin aravind
vipin.aravind@... Send Email
Feb 1, 2002
3:17 am
execute "/<pattern&gt;" ok but this would take you to the line containing the pattern. probably to move to the pattern, get the line...
25665 Benji Fisher
benji@... Send Email
Feb 1, 2002
3:26 am
... Is "ed" style the standard style? I think you want "context" diffs. If you want to try another diff, known to work with vim on W95, try my tip: ...
25666 hello world
hellonewworld@... Send Email
Feb 1, 2002
4:24 am
I am using gvim. I already have the following line in my .Xdefaults Vim*geometry: +300+100 But the problem with this and "winpos" in .vimrc is that...
25667 Michael Brailsford
brailsmt@... Send Email
Feb 1, 2002
4:49 am
If you really, really need help so quickly try irc.openprojects.net channel #vim....
25668 Strohhaecker, Bernd
BStrohhaecker@... Send Email
Feb 1, 2002
7:31 am
... it ... unable ... Both works for me. I'm using: shell=/bin/bash shellcmdflag=-c shellquote= shellxquote= shellpipe=2>&1| tee shellredir=>%s 2>&1 HTH, Bernd...
25669 Jiri Brezina
brezina@... Send Email
Feb 1, 2002
7:57 am
Hallo, when I'am searching for literal patern, is best 'magic&#39; setting, without question. But when search is for regexp, 'very magic' serching seems be better...
Messages 25640 - 25669 of 138223   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