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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

My coworker & I are debating whether vim can do this emacs thing. He thinks vim can, I'm not convinced. In general, does vim have the capability to reposition...
5 Apr 2, 2003
9:59 pm

Dan Sharp
dwsharp@...
Send Email

While using signs for my breakpts.vim script that I recently posted (which can be used to set breakpoints in vim functions), I have observed lack of...
2 Apr 2, 2003
9:36 pm

Bram Moolenaar
Bram@...
Send Email

Hello, I've just read :h client-server, and I cannot find the answer to the following question. How can I launch gvim the following way: - if it is the first...
1 Apr 2, 2003
9:20 pm

Alan Schmitt
alan.schmitt@...
Send Email

zj and zk seem like pseudo-motions...while they move the cursor, they can't be used as real motions for commands that take operators. If you want to delete...
2 Apr 1, 2003
9:12 pm

Bram Moolenaar
Bram@...
Send Email

Sorry to bother the list with this, but how do I unsubscribe from the vim mailing list? Ed Bachmann Odum Institute for Research in Social Science Manning Hall...
5 Apr 1, 2003
7:46 pm

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

Auuugh, even with :helpgrep I'm unable to find the command that "dumps" the current Vim config info, kind of like :version, :function, ... version?) -- Steve...
4 Apr 1, 2003
6:46 pm

digitect@...
Send Email

People, When I load up several files on the command line, and then switch to another buffer by, say, :b4, if I then try to go to the alternate buffer (which I...
7 Apr 1, 2003
4:30 pm

Dan Sharp
dwsharp@...
Send Email

Hello, people at vim list! Just downloaded Benji Fisher's 'word_complete&#39; script, that auto-completes the words in Insert mode as they are typed. ...
8 Apr 1, 2003
2:21 pm

Benji Fisher
benji@...
Send Email

Hi all, I'm experiencing some error mesages while openning gvim ( not vim ). A function in menu.vim ( s:BMShow ) tries to use an invalid option ( &bufsecret )....
1 Apr 1, 2003
12:25 pm

Marc Chantreux
khatar@...
Send Email

Hello! I have two questions: * I read :help map but found nothing... I frequently press the middle mouse button when I use the scroll wheel. This makes vim...
8 Apr 1, 2003
8:02 am

Lars Petersen
lp@...
Send Email

Hello all, How do I type in characters which are not in the keyboard? For example, I often copy text into vim from other programs, and it puts in characters...
4 Apr 1, 2003
7:23 am

Piet Delport
pjd@...
Send Email

Hi All, I often use one GVim section on all day, just changing buffers. But sometimes when a quit (:wq) a buffer I forget that this buffer was the last and...
4 Apr 1, 2003
3:06 am

Hari Krishna Dara
hari_vim@...
Send Email

Hello, how do i display characters like tabulator or newline in my text? There must be some mode for this, but i have not found it yet. happy typing, Markus...
5 Apr 1, 2003
1:54 am

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

I have written a very short python script to check a line of text in vim for spelling mistakes. The script reads in from standard input, saves to a temporary...
1 Mar 31, 2003
9:42 pm

Paul Tremblay
phthenry@...
Send Email

I'm trying to delete lines with that match /^C/ and append those lines to a register so that I can paste the results to a different part of the file. I found...
4 Mar 31, 2003
5:47 pm

Nagle, Adrian
anagle@...
Send Email

Anyone have VIM working with the OLE support in eclipse?...
1 Mar 31, 2003
4:52 pm

McReynolds, David
david.mcreynolds@...
Send Email

Hi! I'm quite new to Vim and like it rather much, but today something happened. When I try to save a file with :w, I get the WARNING: The file has been changed...
4 Mar 31, 2003
4:13 pm

Mikolaj Machowski
mikmach@...
Send Email

Hello vimmers, Forgive me if this shows up twice in your mailbox. Our email system here is in transition. A while back someone posted a message here asking...
1 Mar 31, 2003
3:15 pm

ed.krall@...
Send Email

... I have two contradicting demands: Fix all known issues and release a 6.2 version asap. To avoid postponing the 6.2 release indefinitely I have started...
1 Mar 31, 2003
10:35 am

Bram Moolenaar
Bram@...
Send Email

e.g. Current file being edited: d:\subdir&#92;blah.txt 1) :w d:\% ---> creates file called "%" in d:\ 2) :w d:\\% ---> creates file called "%" in d:\ 3) :w...
2 Mar 31, 2003
4:32 am

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

gVim Windows binaries updated to 6.1.423: http://cream.sf.net/vim.html o Updated to official patch 6.1.423 and current runtimes. o Includes synched patch for...
1 Mar 31, 2003
4:27 am

Steve Hall
digitect@...
Send Email

Hi, I'd like to use <bang> to modify the behaviour of a certain command. To achieve this I tried fun F(...) if exists("a:1") do this else do that endif endfun ...
3 Mar 31, 2003
4:12 am

Klaus Bosau
kbosau@...
Send Email

I need to delete with a colon command all lines beginning with % I can search with /^% but how do I do a mass delete based on such a search? John Culleton...
3 Mar 30, 2003
11:24 pm

David Turetsky
davidturetsky@...
Send Email

I am excited to announce the general availability of selectbuf 3.0 release. For those who are not familiar with it, it is the first plugin created to ...
2 Mar 30, 2003
11:24 pm

Hari Krishna Dara
hari_vim@...
Send Email

I am on NT, using givim 6.o. When I open vim through the start menu, the default location of the file (found via save-as) is buried deep in a sub-sub folder of...
15 Mar 30, 2003
9:58 pm

Jack Donohue/Westford...
jack_donohue@...
Send Email

I often want to do something like this: a && b to b && a or a, b to b, a generically abc to cba where a, b and c can possibly be quite long, and not simple...
2 Mar 30, 2003
9:13 pm

Gumnos (Tim Chase)
gumnos@...
Send Email

I just tried to upload a new version of the ctags.vim script, http://vim.sourceforge.net/scripts/script.php?script_id=12, but I got an error message saying,...
2 Mar 30, 2003
12:43 pm

Bram Moolenaar
Bram@...
Send Email

Hi, I'm wondering whether there might be some inbuilt function returning the arguments Vim was called with on the command-line. Maybe someone knows anything...
4 Mar 30, 2003
12:42 pm

Bram Moolenaar
Bram@...
Send Email

Just report a bad case on my w2k box. I used gvim.exe(6.1.368) extensively. Today, I found my CPU is slow even after I closed everything. Eventually, I found a...
2 Mar 30, 2003
12:25 am

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

Hello, pople at vim list! I need your help again! Please, help me understand what is wrong there: when opening a specified file ('golded.msg') I want to ...
3 Mar 29, 2003
9:59 pm

Valery Kondakoff
strauss@...
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