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 clean up the wiki proposed new tips for June. One of those was added by David Fishburn following a discussion here: ...
19 Sep 3, 2008
7:21 pm

Ben Schmidt
mail_ben_schmidt@...
Send Email

I believe that if I have a syntactically incorrect script within the VIM perl interface, the function just fails to execute. It does not seem to report any...
3 Sep 3, 2008
12:22 am

Moshe Kamensky
moshe.kamensky@...
Send Email

Hey, I use :set ignorecase . In vim on a Linux with enc=utf-8, searching for "æ" will match "Æ" (which is how I want it to be). In gvim in Windows...
4 Sep 3, 2008
12:03 am

Erik Wognsen
r4mses@...
Send Email

The \%V search/replace switch gives unexpected results when used together with .*, \+ and similar patterns. Instead of matching from the start of selection to...
6 Sep 2, 2008
9:56 pm

bob
jocabundus@...
Send Email

Hi, I see some other editors that have a side pannel that has a list of the files I want to edit. It seems to me that this would make it very easy to switch...
5 Sep 2, 2008
5:49 pm

Benjamin Fritz
fritzophrenic@...
Send Email

Hi all, I understand the motivation for hiding a modified buffer when you abandon it, but why the hidden option do this also for buffers that weren't modified...
7 Sep 2, 2008
1:54 pm

Bob Hiestand
bob.hiestand@...
Send Email

When I run vi (symbolic link of vim), it give many warnings unless specific parameters are included in command line. How to write conditional code that should...
7 Sep 2, 2008
12:32 pm

Tim Chase
vim@...
Send Email

Hi, I can use :wa to write all files to disk. But if no files have been changed, they would not be written to disk. But I do want vim do so. Do you know how to...
8 Sep 2, 2008
12:19 pm

Tony Mechelynck
antoine.mechelynck@...
Send Email

A week ago I posted a question about some strange behaviour of a simple Vim script. It can be found here: http://article.gmane.org/gmane.editors.vim/68893 ...
5 Sep 2, 2008
12:00 pm

Ben Schmidt
mail_ben_schmidt@...
Send Email

Hello! Here's my fucntion that toggles gvim window maximization state for you to review. function! GuiToggleMaximize() let s:l = 25 let s:c = 80 try let s:l =...
4 Sep 2, 2008
11:53 am

Dmitry Teslenko
dteslenko@...
Send Email

Few months ago, I think I encountered some source code files which had vi/vim settings embedded into source code comments. Now that I lost trace of these...
4 Sep 2, 2008
4:03 am

killy971
killy971@...
Send Email

Hi, $SOMEDIR/abc Suppose, I have typed something the above. Then I type ctrl-X ctrl-F to complete filename. $SOMEDIR would be expanded to the value inside it....
6 Sep 1, 2008
8:56 pm

Peng Yu
PengYu.UT@...
Send Email

Hello list: When editing a python file, I run '!python %', and this works, but have a problem. The output of the python script is very long, so when the script...
7 Sep 1, 2008
12:48 pm

Peter Palm
peterp@...
Send Email

Hi, How to search only for 1st instance of the pattern in a line? What I want is, suppose my file has lines like below: 1. abc def abc abc 2. def abc abc 3....
5 Sep 1, 2008
6:58 am

Venkata Suryam Setty ...
venkata.suryam@...
Send Email

How could I map <tab> to provide a completion menu that included the PHP dictionary provided by Rasmus Lerdorf, tags grabbed from all files in a Project...
5 Aug 31, 2008
11:00 pm

Brad Waite
BradWaite@...
Send Email

Hi, Mapping <S-space> became possible in version 7.2 of Gtk2 gvim, but is there a way to map it in text-mode vim running on xterm or similar in Linux? At least...
1 Aug 31, 2008
11:00 pm

tpikonen@...
Send Email

How does one start debugging indent? I am trying to figure out how to change the behavior. Any help would be greatly appreciated. Michael Michael D. Phillips...
29 Aug 30, 2008
3:09 pm

Ben Schmidt
mail_ben_schmidt@...
Send Email

Greetings! I program in the Scheme programming language, and finally got completely fed up with Kate, which is the editor I've used so far. I couldn't find...
28 Aug 30, 2008
12:58 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

I've just written a quick script to replace some fairly unhelpful code in this tip: http://vim.wikia.com/wiki/Highlight_some_whitespace_characters The function...
26 Aug 29, 2008
7:47 pm

Anton Sharonov
anton.sharonov@...
Send Email

I have a long tight function which is reading a database. I want to display some sort of progress on the status-line (or other means, if possible). Would it...
2 Aug 29, 2008
4:51 pm

Hari
hari.rangarajan@...
Send Email

Hi to all the list! Once again i need your help guys... i started using vim{v7.2} in windows! So naturally i ported all my customizations. The problem happens...
22 Aug 29, 2008
2:03 pm

Nicolas Aggelidis
n.aggelidis@...
Send Email

Hello! I'm trying to use gvim as c# IDE on WinXP box. c# compiler produces messages in native laguage (russian, for example) and that messages look garbled...
2 Aug 29, 2008
1:53 pm

Tony Mechelynck
antoine.mechelynck@...
Send Email

Hello. My apologies if this is answered somewhere else: I've googled for it without success. I usually have awk scripts inside makefiles. I usually make...
2 Aug 29, 2008
1:04 pm

Tony Mechelynck
antoine.mechelynck@...
Send Email

Hi, Following the recent release of VIM 7.2 I have regenerated the PS and PDF versions of the user documentation. You can find them at: ...
6 Aug 29, 2008
12:32 pm

Tony Mechelynck
antoine.mechelynck@...
Send Email

I am looking for a way to be able to use the contents of a register as the search criteria for the "/" command. I have constructed the search string; its...
7 Aug 29, 2008
12:04 pm

John Beckett
johnb.beckett@...
Send Email

Hello List, First time, I posted a 2 weeks back, I did not receive any response. Is there anyone who is willing to work me with Nominate Bram for the...
1 Aug 29, 2008
5:56 am

Senthil Kumaran
orsenthil@...
Send Email

I just installed Vim 7.2. I have been using Vim 7.1 for as long as it's been out without having any of this type of trouble. When I installed 7.2, I lost the...
2 Aug 29, 2008
12:06 am

Christopher McMurry
sammie91@...
Send Email

Hello I wonder how to delete lines by :v with \n in regexp : Regexp like /s#sometext&#92;_.\{-}sometext#g will work, i can find this what I don't want delete....
2 Aug 28, 2008
2:11 pm

Tim Chase
vim@...
Send Email

Hi, I'd like to use a normal timeoutlen (at least one second) in normal mode and at the same time be able to imap "kd" and "dk" to <esc>. This should work as a...
6 Aug 27, 2008
7:55 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

My settings are switchbuf=usetab, useopen. I try to Ctrl-] my way through a tag; I end up loading the buffer in my current tab instead of going to the tab...
3 Aug 27, 2008
3:22 am

Hari
hari.rangarajan@...
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