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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

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

Hi, I've searched Vim help and Google as well as done lots of experimentation with no luck. Basically, what I'm trying to do is put something in my .vimrc file...
15 Feb 2, 2011
2:08 pm

mat
mathieu@...
Send Email

Hi, Is there any way VimScript HIGHLIGHT statement could be teased not to clear the screen? I have written a script that calls HIGHLIGHT many times, but each...
1 Feb 2, 2011
12:48 pm

PabloHot
pabloecontreras2006@...
Send Email

... I think you're looking for list literals: for db in ['db1', 'db2', 'db3'] exec 'source ' . db . '.dict&#39; endfor -tim -- You received this message from the...
4 Feb 2, 2011
9:59 am

Hofmann, Joachim
J.Hofmann@...
Send Email

Hi, Does anyone have a good automation such that it provides a drop-down of members of a structure when I type struct X { int a,b,c; }; X x; With the...
1 Feb 2, 2011
4:58 am

C K Kashyap
ckkashyap@...
Send Email

Is it possible to remap CTRL-I to ‘Escape’ in insert mode without remapping <Tab> at the same time? I normally use CTRL+[ because the Escape key on my...
13 Feb 2, 2011
3:36 am

Chris Jones
cjns1989@...
Send Email

Hello everybody, In a vimscript file, parentheses across multi lines is highlighted as errors, which is shown in the attachment. Is there any way to fix this? ...
4 Feb 2, 2011
12:43 am

Charles E Campbell Jr
drchip@...
Send Email

Hi, all I'm new to vim script language and struggling to code a simple function to switch between header and source. Here are the function!...
7 Feb 1, 2011
10:54 pm

Michael Henry
vim@...
Send Email

I use DropBox. I edit a file on computer "A" and FORGET to exit vim. Now on computer "B", the .swp file prevents me from editing. I know I can ignore and just...
8 Feb 1, 2011
5:07 pm

Benjamin R. Haskell
vim@...
Send Email

I downloaded dbext_1200. By installing the docs with helptags I'm getting: E154: Duplicate tag "/MyProjectDir/" in file C:\home&#92;Romer&#92;vimfiles&#92;doc/dbext.txt ...
1 Feb 1, 2011
2:52 pm

Cesar Romani
cesar.romani@...
Send Email

... The "unofficial reference" for Vim on Windows is the "Vim without Cream" distribution, downloadable from http://sourceforge.net/projects/cream/files/...
2 Feb 1, 2011
2:52 pm

RaĂșl NĂșñez d...
raulnac@...
Send Email

... Subject: Re: Determining if Vim is running in text-console mode or X Windows Date: Wed, 02 Feb 2011 01:02:55 +1100 From: Steve Laurie...
1 Feb 1, 2011
2:16 pm

Ben Schmidt
mail_ben_schmidt@...
Send Email

I'm using gvim 7.3.107 on Win XP with vimball v32c ... autoload\dbext.vim autoload\dbext_dbi.vim doc\dbext.txt doc\dbext_gpl.dat plugin\dbext.vim ... and do...
3 Feb 1, 2011
1:37 pm

Cesar Romani
cesar.romani@...
Send Email

From looking at :list, it seems like it's basically supposed to print the line as it would show with 'list' turned on. However, I have a few ... additionally...
4 Feb 1, 2011
1:14 pm

Bram Moolenaar
Bram@...
Send Email

Hi all, I have a text file with more than 40,000,000 lines. It takes VIM very long time to load. Is there anything I can do to make it quicker? -- You received...
3 Feb 1, 2011
12:32 pm

Ben Schmidt
mail_ben_schmidt@...
Send Email

I really like this http://ilovenihon.com/info.html Hope u too! -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below...
2 Feb 1, 2011
11:03 am

Bram Moolenaar
Bram@...
Send Email

What is the proper way to yank a word or a selection from a vim script? Right now I'm using if !bSelection normal! yaw else normal! gvy endif but I have some...
3 Jan 31, 2011
5:07 pm

ZyX
zyx.vim@...
Send Email

I have a custom defined colour "0 96 255 Bob_Blue" that I want to use in more than one place in Windows gvim 7.3. I can do this by adding it to...
2 Jan 31, 2011
1:45 pm

lessthanideal
geoffrey.wood@...
Send Email

... Nice list I didn't know before. ... Thanks for the explanation. It's not about remapping. I'm writing a vimscript in lua. In a function I need the position...
3 Jan 31, 2011
12:30 pm

Marco
netuse@...
Send Email

Hello. Is there a way to substitute within a highlight group? I have file, with detected filetype and applied syntax. Syntax gives the group. And I want to...
19 Jan 31, 2011
12:52 am

sergio
mailbox@...
Send Email

There's so many questions and feature requests about use mouse to scroll screen lines, but until now, it's still impossible. Before starting this thread, I...
10 Jan 30, 2011
9:07 pm

Bram Moolenaar
Bram@...
Send Email

Hello, I am wondering if there is a way, using some (range)s/// command, to take 0 : blah blah blah 1 : blah blah blah 2 : blah blah blah . . . 15 : blah blah...
8 Jan 30, 2011
8:55 pm

Adam
lespea@...
Send Email

Hi, I have some basic questions about how things work in vim. Is it true that every key command executes a function? Say the key command »%« performed on a...
4 Jan 30, 2011
12:46 pm

Tim Chase
vim@...
Send Email

LinkedIn ... I'd like to add you to my professional network on LinkedIn. - Gusman Dharma Confirm that you know Gusman Dharma Putra ...
3 Jan 30, 2011
10:14 am

Yang Zhou
zhouyangtju@...
Send Email

Hi, this is a very basic question ... I am currently learning vim scripting. With getline(.) I can get the contents of a line of a buffer. But: i How can I...
3 Jan 30, 2011
9:50 am

meino.cramer@...
Send Email

I'm working on some old legacy code with "methods" which are thousands of lines long. When jumping through a file, it's not always clear to me which method I'm...
7 Jan 29, 2011
7:00 pm

Robert
sigzero@...
Send Email

Hi, I want to process a text with script. The text contains of two regions: The first region contains of lines beginning with keyword_a and the second one...
6 Jan 29, 2011
12:58 pm

Ben Schmidt
mail_ben_schmidt@...
Send Email

... it no longer load all file into buffer list. it makes :vim command faster, but now I can not use a single bufdo command to process all these file. how to...
2 Jan 29, 2011
12:40 pm

Christian Brabandt
cblists@...
Send Email

Hi, all, I have a text containing both "\" and '\&#92;". Now I want to replace all the "\" to "\&#92;", but leave those have already been "\&#92;" alone. How can I achieve...
10 Jan 29, 2011
9:58 am

Andy Wokula
anwoku@...
Send Email

Hi, My compiler produces single line error strings of the form ID Rule Alias Severity File Line Wt...
2 Jan 29, 2011
9:13 am

Marc Weber
marco-oweber@...
Send Email

I have a file encoded as cp1252. I have my encoding set to utf-8, and my fileencodings set up such that when this file is read in, it gets an fenc of cp1252...
15 Jan 28, 2011
9:06 pm

Chris Jones
cjns1989@...
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