Skip to search.
vim · Vim (Vi IMproved) text editor users list

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

  Messages Help
Advanced
Messages 19617 - 19646 of 131319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19617 Preben Guldberg
c928400@... Send Email
Aug 1, 2001
7:34 am
... Actually it is more subtle than that - see below. ... But none of the lines matched by :global are changed or deleted. What I had not thought of when...
19618 Matthew Winn
matthew@... Send Email
Aug 1, 2001
8:34 am
... An interesting and little-known consequence of this is that running vi from the command line actually runs ex and then does an implicit "vi" command. This...
19619 Bram Moolenaar
Bram@... Send Email
Aug 1, 2001
9:59 am
Announcing: Vim (Vi IMproved) version 6.0ap Author: Bram Moolenaar et al. Announcement ... This is a BETA test version of Vim. It is a huge step from Vim...
19620 Bram Moolenaar
Bram@... Send Email
Aug 1, 2001
11:04 am
... Hmm, Vim doesn't do this, not even when in compatible mode. I'll add it to the todo list. -- ... /// Bram Moolenaar -- Bram@... --...
19621 rene@... Send Email Aug 1, 2001
11:08 am
where can i read on how to vim interprets my keybindings for the cursor-keys for instance? my isp also has vim installed, but when in editmode pressing the...
19622 rene@... Send Email Aug 1, 2001
12:31 pm
I want to indent a block of text multiple times, but each time I hit < or >, the focus is lost. Can anyone please clue me on how to fix that?...
19623 Bohdan Vlasyuk
bohdan@... Send Email
Aug 1, 2001
12:37 pm
... either use '2>', '3>' instead of plain '>', or press 'gv' after '>' see ... -- Enjoy yourself while you're still old....
19624 Lee
vega@... Send Email
Aug 1, 2001
12:44 pm
put these in your .vimrc vnoremap > >gv vnoremap < <gv ~Lee -- rene@... wrote: I want to indent a block of text multiple times, but each time I hit < or...
19625 Paauw, Eric
EPaauw@... Send Email
Aug 1, 2001
1:29 pm
A friend has to create some Russian texts, and he would like to use Vim for that. I've noticed that with CTRL-_ one can switch between Hebrew and English, and...
19626 Vonlia
adam.seyfarth@... Send Email
Aug 1, 2001
1:35 pm
... You don't need global for this example. Try this: /foo/s/bar/bar (near foo)/g ... -- Oops, I bumped the table. What a wretched, wretched table. -- Robert...
19627 Bohdan Vlasyuk
bohdan@... Send Email
Aug 1, 2001
1:36 pm
... usually it's OS's purpose to switch ensodings.. As far as I've used Vim with Cyrillic on DOS/Windoze/Linux, I can say that if OS does it rigth, there's no...
19628 Rahul Joshi
rjvml@... Send Email
Aug 1, 2001
2:18 pm
Is it possible to run a vim script in background that will put its output data in one of the buffers while I work in other buffers. Or can I run a vim script...
19629 Nikolai 'pcp' Weibull
da.box@... Send Email
Aug 1, 2001
3:16 pm
there was a discussion a couple of days ago concerning quiet execution of commands in scripts...i would really like to know what the outcome of the discussion...
19630 Erik Janssen
erik.janssen@... Send Email
Aug 1, 2001
3:29 pm
... If it was my question you're referring to, the vim 6 answer is ... while the 5.x answer is 'close your eyes' Erik....
19631 Nikolai 'pcp' Weibull
da.box@... Send Email
Aug 1, 2001
4:14 pm
... yeah..that's what i wanted...thanks =).. -- /* Name: Nikolai 'pcp' Weibull, Age: 21, Place of Birth: Chicago, IL USA * * Current Location: Gothenburg,...
19632 Preben Guldberg
c928400@... Send Email
Aug 1, 2001
4:32 pm
... Eh? How many lines matched /foo/ in that buffer :-) :help :g My vote: g/foo/s/bar/& (near foo)/g Peppe -- "Before you criticize someone, walk ...
19633 Preben Guldberg
c928400@... Send Email
Aug 1, 2001
4:41 pm
... If your major concern is :substitute, then I would suggest that you set the 'report' option to a huge value. At least for the duration of the script. Say ...
19634 Arafat Mohamed
abmtek@... Send Email
Aug 1, 2001
6:25 pm
For windows, am I correct in assuming I need to get ftp://ftp.vim.org/pub/vim/unreleased/pc/gvimap.exe ? Isn't that an alpha version? ...
19635 Bohdan Vlasyuk
bohdan@... Send Email
Aug 1, 2001
6:41 pm
HI! Are there any Vim script that would move all inlined memberfs from object definition in .h file to appopriate .cpp file ?? More detailed: I have foobar.h: ...
19636 Benji Fisher
fisherbb@... Send Email
Aug 1, 2001
7:42 pm
... That should be ftp://ftp.vim.org/pub/vim/unreleased/pc/gvim60ap.exe (note the "60"). This is the first BETA version. It was announced about a week ago to...
19637 Mark Zealey
mark@... Send Email
Aug 1, 2001
7:54 pm
As you'll know, when editing a C file, when you put a {, and then a matching }, you can make vim move the cursor momenterally to the matching {. I am wondering...
19638 Bram Moolenaar
Bram@... Send Email
Aug 1, 2001
8:04 pm
... ftp://ftp.vim.org/pub/vim/unreleased/pc/gvim60ap.exe You missed the "60". ... No, beta. The "ap" is just a sequence number, there is no symbolic meaning. ...
19639 Edwin
incaic@... Send Email
Aug 1, 2001
8:06 pm
... There is a script that Benji Fisher wrote and placed at: http://vim.sourceforge.net/scripts/script.php?script_id=39 just source the matchit.vim file from...
19640 Jeff Walker
jwalker@... Send Email
Aug 1, 2001
8:09 pm
Well, vim5 already bounces between #if/#else/#endif, without using Benji's excellent script. Perhaps there's a setting that I forgot that I set a long time...
19641 Mark Zealey
mark@... Send Email
Aug 1, 2001
8:51 pm
... [Nice script cut] Thanks! here's a slightly fixed version which works with #ifndef too. preprocessor macro's can't have whitepsace before the # however, I...
19642 Tomas Valusek
tvalusek@... Send Email
Aug 1, 2001
8:52 pm
Hello, is (g)Vim 6.0 for Windows compatible with screenreaders, i.e. does it use system caret as a cursor? Windows screenreaders are able to track mouse ...
19643 Jeff Walker
jwalker@... Send Email
Aug 1, 2001
9:07 pm
Yippee! Just wondering if there was some kind of "migration" guide for vim6 from vim5? I haven't looked at the docs with the distro yet, so maybe it's there. I...
19644 Scott LaBounty
slabounty@... Send Email
Aug 1, 2001
9:10 pm
I just loaded Windows version of vim 6.0 ap and am now seeing the following problem: E55: Unmatched \) ... symbol%*\\s:\ %m other relevant info: set shell=bash...
19645 Arjona, Ariel
aarjona@... Send Email
Aug 1, 2001
9:42 pm
I started using Vim with 5.7 about a year ago, so I have no experience with previous Vims. My question is, since Vim6 turned beta, how long does it typically...
19646 Daniel Einspanjer
daniel-ml@... Send Email
Aug 1, 2001
9:50 pm
I've started using closetag.vim, and I like it a lot. I'm looking for an easy way to automatically source it when editing a compatible file. This would ...
Messages 19617 - 19646 of 131319   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