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,everyone I use surround.vim. I want it can do like this: Old: GT_SI <=#`DELAY 0 ; New: begin GT_SI <=#`DELAY 0 ; End How can...
3 Nov 1, 2012
8:23 am

王军
wangjun850725@...
Send Email

Hi, I have been using vim for sometime now but I am completely new to writing vim plugins. I would like to write a plugin that record all the file locations we...
4 Nov 1, 2012
7:51 am

happyFace
happyface.tcsh2002@...
Send Email

Hi, Would somebody explain me essentially what is the :source command used for and how. -- You received this message from the "vim_use" maillist. Do not...
3 Nov 1, 2012
2:09 am

Charlie Kester
corky1951@...
Send Email

I pilfered the following code that is supposed to show a buffer list as the tooltip on the tabs, but it is not working. Any ideas? I can see the buffers with...
1 Oct 31, 2012
9:51 pm

Chris Lott
chris@...
Send Email

Hi, I present this kind of file to the user and want to avoid him to type some text that I have in a list. D_foo= D_bar= D_foobar= I have a list in memory that...
5 Oct 31, 2012
3:04 pm

Ben Fritz
fritzophrenic@...
Send Email

Hi, My desire is to make vim automatically open complection menu ( like when I hit ctrl-P ) after I've inserted 3d symbol in the word. I've tried to search...
5 Oct 31, 2012
12:52 pm

David Fishburn
dfishburn.vim@...
Send Email

Hi, I would like to store lines of file into a List then I have used readfile(. When I open this file by :read command, the file appears correctly with many...
4 Oct 31, 2012
12:25 pm

niva
nivaemail@...
Send Email

The gv command is very useful. I'd like to be able to reselect a block after I have selected, cut, and pasted it into a different buffer. Is this possible? c ...
5 Oct 31, 2012
11:22 am

Marcin Szamotulski
mszamot@...
Send Email

Hi, I am using this kind of code in order to modify line content : let patternOfxembh='^.*one="\(\d&#92;+\)".*two="\(\d\+&#92;)"' if line =~ patternOfxembh echo line ...
3 Oct 30, 2012
8:41 pm

ni va
nivaemail@...
Send Email

Since some patches I experience the following behavior ([] denotes the cursor position, current patch level: 7.2.709): a[a]aa -> a aa[]aa -> <spc> aa []aa...
7 Oct 30, 2012
2:20 pm

Axel Bender
axel.bender@...
Send Email

Hi, I am fairly new to Vim and a primary Visual Studio user. I have installed nerd commenter and would like to map Ctrl+k Ctrl+c for commenting(this is the...
5 Oct 29, 2012
8:35 pm

ashwin sathya
ashwin.sathya@...
Send Email

What's the most efficient way to visually select a block of text and append/prepend a character or more? In other words, I often want convert this: blah blah...
7 Oct 29, 2012
4:58 pm

Gary Johnson
garyjohn@...
Send Email

Hi: I want to press F1 ,and display help windows at right side which like used :vsp comand. Don’t like use :sp command. -- You received this message from...
5 Oct 29, 2012
2:46 am

王军
wangjun850725@...
Send Email

Here is my .vimrc file: 1 call pathogen#infect() 2 call pathogen#runtime_append_all_bundles() 3 syntax on 4 filetype plugin indent on 5 set...
3 Oct 28, 2012
5:31 pm

Marc Jessome
marc.jessome@...
Send Email

Hi, My gvim 7.2.330 on Linux is using a lot of processor power - together with other processes it's 100 % on both cores, gvim stats in htop are between 60-90...
6 Oct 28, 2012
2:19 pm

rockybalboa4
rockybalboa4@...
Send Email

Hello everyone. I am new to VIM. I would like to write/print my PHP localhost results to *.txt or HTML file. Is that possible? Thank you! -- You received this...
10 Oct 28, 2012
8:47 am

Gerg
safalta05@...
Send Email

I have a 2560x1600 resolution on my Ubuntu Linux machine and am using gVim. The problem I have is that it sometimes becomes painfully slow to switch tabs, for...
4 Oct 28, 2012
2:06 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

is it possible to make a 'substitute&#39; where the 'pattern&#39; is taken from a file? -- You received this message from the "vim_use" maillist. Do not top-post! Type...
6 Oct 27, 2012
12:17 pm

David Fishburn
dfishburn.vim@...
Send Email

Hello, On the input pattern: ,,X ..the following substitute command, %s;\(^&#92;|,\)\ze&#92;(,\|X\);\1N;gc ..changes it to (type 'y' for all prompts): N,N,NX As...
4 Oct 27, 2012
7:08 am

Karthick Gururaj
karthick.gururaj@...
Send Email

Hello ... That work well ! But if I use it from bash: $ cat hardcopy.vim ... $ vim -e -s my_code.py < hardcopy.vim I get a my_code.py.ps file with no color but...
3 Oct 27, 2012
7:03 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

Hi, I have a (not so long) list of existing ascii files in a vim buffer, and I'd like to open a particular file from the list in a split window. I know I could...
6 Oct 26, 2012
7:16 pm

David Wang
climater@...
Send Email

Looks like gvim maximizes to the greatest number of full lines and columns? The rest of the screen is filled with pale gray. Can I recolor the filled area?...
10 Oct 26, 2012
6:14 pm

Shay
alexallen11@...
Send Email

Because of import rules in Python 3, a module that imports other modules cannot be run with ... In a directory that looks like this: ProjectFolder main.py ...
1 Oct 26, 2012
5:35 pm

Shay
alexallen11@...
Send Email

Is the b:changetick variable supposed to change when you navigate the buffer with the arrow keys in insert mode (it does change for me)? I can see that the...
4 Oct 26, 2012
5:34 pm

Marcin Szamotulski
mszamot@...
Send Email

Hello, I've got a BufWritePre autocmd, and I would like to check to see if a write was being forced ("w!"), so that I may override certain behaviour in that...
3 Oct 26, 2012
5:19 pm

Marc Jessome
marc.jessome@...
Send Email

I have an XML document and wanted to remove the following strings: <text:alphabetical-index-mark text:string-value="String" text:key1="S"/> There are hundreds...
5 Oct 26, 2012
3:31 pm

Paul
google1240@...
Send Email

Hi, I was under the impression that vimscript didn't support heredocs, so I was surprised to discover that this works : ruby << EOF print "hello" EOF ......
2 Oct 26, 2012
2:43 pm

Ben Fritz
fritzophrenic@...
Send Email

Hello! I am attempting to use vim in a shell script to read in a file, edit it, and write it out to a new file. When I manually execute the individual vim...
5 Oct 26, 2012
1:15 am

Michael Young
youngmi2@...
Send Email

So, I'm testing the waters on making the nvi -> vim switch. I've resisted it for a while, because I could never come up with a good reason. But anyway. I'm...
16 Oct 26, 2012
12:28 am

Ben Fritz
fritzophrenic@...
Send Email

Hello I am trying to see if the current system is 32-bit or 64-bit Windows. On 64-bit Windows the environment variable $ProgramFiles(x86) is known to exits,...
8 Oct 26, 2012
12:04 am

John Little
John.B.Little@...
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