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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi I made a map to remove signature in a mail forward: map! ,W /^.*> -- $<CR><Esc>ma<Esc>/^$<CR><Esc>mb<Esc>:'a,&#39;bd<CR><Esc> And i want to use autocmd to...
6 Oct 2, 2002
8:04 am

Pascal Brugier
pbrugier@...
Send Email

Hello, I love :w !sh command and am doing most of filenames changes in that way (and other nice stuff). But I don't know hot to do something like this: name of...
3 Oct 2, 2002
7:58 am

Mikolaj Machowski
mikmach@...
Send Email

Hi, I am using vim 6.1.18 on debian woody. I open/edit a file let's say bob.txt ... I want to add a passage from a file called...
3 Oct 2, 2002
7:24 am

Oliver Fuchs
oliverfuchs1@...
Send Email

Sorry if this has been posted and I missed it. What are some good sources for iSpell for win32 binaries? Anything better? I've decided to just spell check my...
3 Oct 2, 2002
1:54 am

Alan G Isaac
aisaac@...
Send Email

I just saw this warning message when I went to yahoo groups page to do a search in it. Warning! Your group has exceeded its message storage limits of 64 MB by...
13 Oct 2, 2002
1:00 am

Hari Krishna Dara
hari_vim@...
Send Email

Has anyone out there created a Vim vhdl indentation file? I might try if noone else has created one, but as I'm new to vhdl and I haven't made an indentation...
1 Oct 2, 2002
12:14 am

Joseph Dornisch
joedornisch@...
Send Email

Hello All, When I setlocal the current buffer to be nobuflisted and then change its name with :f command, but later if I do a :ls the file that's meant to be ...
5 Oct 1, 2002
7:19 pm

Bram Moolenaar
Bram@...
Send Email

Hi all, Usually I have to paste parts of big config files from one terminal to another which has vi running. When I paste it, the lines are pasted anyhow like...
5 Oct 1, 2002
6:33 pm

Tim Chase
gumnos@...
Send Email

Off-hand, can anybody point me to the patch created a few months ago that shortens the line numbering column? Can't seem to find it in the Yahoo archives. (Is...
1 Oct 1, 2002
10:26 am

Steve Hall
digitect@...
Send Email

Is there any way to have vim display the fact that CAPS LOCK is on (Sort of like a statusbar)? I often find that i've just typed a constant, switch back to...
1 Oct 1, 2002
5:05 am

Raymond Benedict
esac@...
Send Email

Suppose some ftplugin author has defined some <sid> local functions in the ftplugin and I want to use the same function to extend the plugin. I put my ...
6 Oct 1, 2002
2:03 am

Benji Fisher
benji@...
Send Email

When in insert mode, how does one go about Shifting multiple lines of code? I know that Ctrl + T and Ctrl + D shift and unshift the current *line* of text but...
3 Oct 1, 2002
1:54 am

Benji Fisher
benji@...
Send Email

Hello, An example: I've got: printf("text1: bla"); printf("text2: blabla"); And I would like to put a #ifdef - #endif around each line: #ifdef DEBUG_STDOUT ...
5 Sep 30, 2002
11:21 pm

Bruce Mellows
bruce@...
Send Email

... I either get some garbage in my buffer, or get a "Vim: Caught deadly signal SEGV" -- looks like an internal buffer may be getting overridden, or ...
2 Sep 30, 2002
8:17 pm

Bram Moolenaar
Bram@...
Send Email

Hello All, I've been playing with the java highlight script file and have got everything almost what I want it to be. But there is this '&' quite annoying, I...
5 Sep 30, 2002
8:07 pm

Yiu Wing
yiuwing.yip@...
Send Email

I did some initial searching to see if there was a plugin for the Perl debugger and I have not found one. Is there such a beast?? If not, is it because it...
1 Sep 30, 2002
7:21 pm

Mark Schoonover
schoon@...
Send Email

I have placed Win32 binaries (gvim, gvim with ole, W32 console mode vim) for vim 6.1.200 on my vim page at http://www.unb.ca/chem/ajit/vim.htm The zip files...
1 Sep 30, 2002
6:40 pm

Ajit Thakkar
ajit@...
Send Email

Is there any kind of plugin for VIM that performs spell checking? Has anyone accomplished this a better way? Thanks very much! Christopher J. Meisenzahl CPS,...
16 Sep 30, 2002
8:45 am

Erik Christiansen
erik@...
Send Email

Vim substitution command provides the following flags: & c e g p r I i When we use the 'c', only the first match in a line is substituted, while using the 'g'...
8 Sep 29, 2002
5:11 pm

Benji Fisher
benji@...
Send Email

hello. maybe you guys have already discussed this matter, but i had REAL issues when i tried to compile vim 6.1 (stable version) with gcc 3.2. it compiled...
2 Sep 28, 2002
6:59 pm

Mikolaj Machowski
mikmach@...
Send Email

Dear Vim users: I have a gvim related question: I often use gvim in my Windows98 pc to edit an html file stored in my home directory of a Unix system. The home...
7 Sep 27, 2002
9:05 pm

Paul Y. Peng
ypeng@...
Send Email

I meant to send this mail to the group, hit reply instead of reply all. Thanks, Hari ... __________________________________________________ Do you Yahoo!? New...
1 Sep 27, 2002
7:22 pm

Hari Krishna Dara
hari_vim@...
Send Email

Hi This command doesn't work when I try it, I get an error message. I checked :version, and multy_byte is set properly. So where am I going wrong? Thanks ...
2 Sep 27, 2002
4:42 pm

Antoine J. Mechelynck
antoine.mechelynck@...
Send Email

Hi How do you set vim to have an 8-bit clean encoding? Thanks. Hichem...
3 Sep 27, 2002
4:39 pm

Antoine J. Mechelynck
antoine.mechelynck@...
Send Email

Is there an easy way to scroll X chars to the right or left? Is this built in to VIM? Or do I need to customize it somehow? Thanks Again! Christopher J....
5 Sep 27, 2002
3:59 pm

Antoine J. Mechelynck
antoine.mechelynck@...
Send Email

Hi I'm using the Ada95 language and the GNAT compiler. Ada95 is not supported by ctags, but GNAT has it's own tool for generating tag files. The format of this...
2 Sep 27, 2002
2:25 pm

Preben Randhol
randhol+vim@...
Send Email

Hi, While downloading stuff from the wonderful http://www.vim.org/ I came upon the ironman colorscheme. The author of this theme provided a link to a...
7 Sep 27, 2002
1:03 pm

Antoine J. Mechelynck
antoine.mechelynck@...
Send Email

Vim 6.1.165 W2K This only occurs with gvim, vim(console) works fine. I have a script that loops through all the open buffers looking for a string. The problem...
2 Sep 27, 2002
10:30 am

Bram Moolenaar
Bram@...
Send Email

Hi, I would like a certain command to be executed before I close the buffer (say, on the BufUnload au event), but only for this buffer (or actually for this...
1 Sep 27, 2002
6:03 am

Moshe Kaminsky
kaminsky@...
Send Email

Vim 6.1.165 W2K I use the echo statement to display information to the user when my function is executed. What is happening is I am getting a number of blanks...
1 Sep 27, 2002
2:27 am

David Fishburn
fishburn@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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