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

I'm trying to use perl in vim, but after upgrading to perl 5.8.0 vim dies. I'm using vim version 6.1.206, running linux (Debian) and perl 5.8.0. ... Vim:...
6 Dec 3, 2002
4:13 am

Joergen Haegg
jorgen.hagg@...
Send Email

All, I know Vim has b:changedtick to tell if a buffer is changed, but is there anyway to determine which lines within the buffer are changed? Undo must keep...
5 Dec 2, 2002
11:10 pm

Todd Musall
tmusall@...
Send Email

For example I have following block of numbers 10 15 18 30 0 23 And I want to find (highlight) numbers that less than 20 and more than 10. How can I do that? --...
4 Dec 2, 2002
8:59 am

BStrohhaecker@...
Send Email

I've been writing a filetype plugin and trying to follow the guidelines in "write-plugin" and "write-filetype-plugin". I'm confused about lines 23 and 27 of...
1 Dec 2, 2002
5:49 am

Gary Johnson
garyjohn@...
Send Email

Hello, Recently, I noticed that the behavior of a vim script file changes based on what encoding the user is currently using. I tried reading the encoding...
3 Dec 2, 2002
4:11 am

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

Hi, I am trying to build a little intelligent map: if(my_pc_is_connected) map ... else map ... endif But, how to do detection? Thanks -- Xiangjiang Ma ...
3 Dec 2, 2002
3:37 am

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

Is there any way to include a script within another script so that the s: scope of the first is available to the second? I want to create a library of...
4 Dec 2, 2002
3:10 am

Steve Hall
digitect@...
Send Email

Hi, Would it be possible to make CTRL-Tab switch buffers as is customary in Windows e.i.: while you keep CTRL pressed, pressing Tab cycles through the most...
3 Dec 1, 2002
9:36 pm

David Goggin
davidgoggin@...
Send Email

I downloaded a nice colorscheme from vim.sf.net. I most of the colors it has, but I want to change the colors of a couple of highlight groups. Short of...
3 Dec 1, 2002
9:15 pm

Benji Fisher
benji@...
Send Email

Hello, to repeat the execution of a formerly executed normal mode command <...> n times I tried ... norm <...> exe 'norm '.n.'@:' ... but this didn't work....
2 Dec 1, 2002
6:42 pm

Piet Delport
pjd@...
Send Email

Hi Luc, Here is my answer about the small set of function I suggested. ... Of course, cursor() and search() solve common problems. But specific language...
1 Dec 1, 2002
5:09 am

Sylvain Viart
viart.sylvain@...
Send Email

hi, Is there a standard vim library ? For common function and macro ? I often copy and paste function between script. It could be avoided. Like Moving cursor...
3 Dec 1, 2002
3:48 am

Luc Hermitte
hermitte@...
Send Email

Hello, I'm not sure if this problem is inherently vim's, solaris's, windows, twm, or vnc. I use TightVNC 1.2.2 to connect to twm running on solaris 8. I've...
2 Nov 30, 2002
11:02 pm

Shing-Fat Fred Ma
fma@...
Send Email

Very cool. However not useful for me until multiple inheritance works. I was thinking about integrating your code into a Vim C++ IDE that I'm working on....
12 Nov 30, 2002
5:23 pm

Sylvain Viart
viart.sylvain@...
Send Email

I'm stumbed. How would yank a collection of lines(global patter) into a registry? g/pattern/"Ayy Anybody? -- Neil Watson Network Administrator ...
5 Nov 30, 2002
4:27 am

Erik Warendorph
erik.warendorph@...
Send Email

Hello, How would one indent new text into a file at the same indent level as the current line? For example: void function1() { } -> void function2() { } If my...
6 Nov 30, 2002
12:56 am

Erik Warendorph
erik.warendorph@...
Send Email

I am sending texts to a publisher via email who has Macs. They say that these arrive with carriage returns which they have to remove. I tried sending rtf files...
5 Nov 29, 2002
11:17 pm

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

I need advice on how to get some code I've written for vim, out to the world at large. I spent some time, over the last week or so, putting some "polish" on ...
1 Nov 29, 2002
10:19 pm

Geoff Gerrietts
geoff@...
Send Email

Hi, does anybody know if Vim's able to handle recursive defined functions too? I encountered a problem that seems to have no rational allegeable reason... (As...
2 Nov 29, 2002
1:27 pm

Benji Fisher
benji@...
Send Email

Hi, I am using gVim 6.10 on FreeBSD 4.6. I have encountered a wierd problem: I was using gVim quite happily to edit my documents with no problems until the...
2 Nov 29, 2002
1:03 pm

Derek Wyatt
wyatt@...
Send Email

Hello, What is an atom for (?:xxx) in Vim? It has atoms for (?<xxx) and family what seems more complicated but I cannot find this. Mikolaj -- LaTeX + Vim =...
3 Nov 29, 2002
8:22 am

Mikolaj Machowski
mikmach@...
Send Email

Hi folks At work I primarily work (have to work) in Windows. I love using vim (6.1). I have got several shortcuts for opening documents in gvim like: ...
2 Nov 29, 2002
8:13 am

Denis Perelyubskiy
denisp@...
Send Email

(I sent this earlier, but never saw it show up, so I'm sending it again. Apologies if it comes out twice.) I tried loading a Mac file with gvim 6.1, and I get...
3 Nov 29, 2002
4:16 am

Colin Keith
vim@...
Send Email

... Are you running in compatible mode? Maybe <C-E> will do for you what <Tab> does for me. ... HTH --Benji Fisher...
1 Nov 29, 2002
2:34 am

Benji Fisher
benji@...
Send Email

Hi, is there any way to set breakpoints in a script? In order to correct bugs I'd like to stop execution 'til a key is pressed. I already tried Vim's own debug...
5 Nov 28, 2002
10:12 pm

kbosau@...
Send Email

db_ext.vim is a plugin that extends database access to vim (created by Peter Bagyinszki) (http://vim.sourceforge.net/script.php?script_id=356). Very similar in...
2 Nov 28, 2002
7:24 pm

David Fishburn
fishburn@...
Send Email

Many times, I come across sample code snippets in various .vim files which are in comments i.e. every line starts with a " I want to execute these snippets in...
2 Nov 28, 2002
4:54 pm

Benji Fisher
benji@...
Send Email

hello all is it possible to make vim hide all html tags? i wish vim could do that when i was editing text in an html file. i was not touching the tags. was...
2 Nov 28, 2002
4:36 pm

Benji Fisher
benji@...
Send Email

Hi all :))) My name is Raúl Núñez, I come from Spain (Madrid) and I'm new to this list. In fact I'm very new to 'vim' ;)))) I still don't use it as my...
60 Nov 28, 2002
4:32 am

Jussi Ekholm
ekhowl@...
Send Email

Hi After installing W2K PRO when I type <accent dead key><o> I get ¢ in the console version vim.exe. I should get an accented o: ó. Other accented leters get...
1 Nov 28, 2002
3:09 am

Juan Lanus
jlanus@...
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