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

exports: by default vimdiff will not only show the diff lines, but also show a couple of same lines to give you a sense of context. how to suppress all same...
7 Dec 9, 2012
8:10 am

Gary Johnson
garyjohn@...
Send Email

I have the following in my .vimrc -- but the call to the function isn't working. If I call the function manually after it opens, it works fine. The filename is...
8 Dec 8, 2012
3:43 pm

Ben Fritz
fritzophrenic@...
Send Email

Background: I installed Vim 7.3 from Solaris 8 library packages downloaded from unixpackages.com (formerly sunfreeware.com) on a Solaris 10 machine to an nfs...
2 Dec 8, 2012
10:15 am

Marc Weber
marco-oweber@...
Send Email

Hi Is there a simple way to search VAM repositories to know what is available and what exact format we should write our plugins in. Other than obviously just...
2 Dec 8, 2012
9:30 am

Marc Weber
marco-oweber@...
Send Email

Sorry to bother the list with this: I have a couple of people for who I no longer have a valid address or email, and I need to get in touch with them. I...
1 Dec 6, 2012
10:05 pm

Bram Moolenaar
Bram@...
Send Email

There are quite a lot of files supporting sub filetypes such as .haml .php and whatnot Some plugins such as snippet and commenting plugins could benefit from ...
5 Dec 6, 2012
10:04 pm

Charles Campbell
Charles.E.Campbell@...
Send Email

I'm using MacVim Snapshot 65 (Vim 7.3.646) on Snow Leopard. I wanted syntax highlighting and especially folding for markdown files by headings (#, ##, etc.)....
4 Dec 6, 2012
4:45 pm

Chris Lott
chris@...
Send Email

Dear Vimers, I have the following fold settings in my .vimrc: set foldmethod=indent set foldlevelstart=1 set foldminlines=1 Unfortunately comment lines are not...
2 Dec 6, 2012
4:06 pm

Ben Fritz
fritzophrenic@...
Send Email

If I have a makeprg that dumps a filename on a line by itself followed by all errors for that file one-per-line, is there a way I can capture the filename and...
3 Dec 5, 2012
8:50 pm

David Barnett
daviebdawg@...
Send Email

Dear all, I use the following function from the ranger manual: fun! RangerChooser() exec "silent !ranger --choosefile=/tmp/chosenfile&quot; . expand("%:p:h") if...
16 Dec 5, 2012
5:03 pm

ping
songpingemail@...
Send Email

how does the build configuration script work. ie, i do this: ./configure --with-features=huge --enable-gui=gnome2 --enable-luainterp=yes...
2 Dec 5, 2012
9:48 am

shawn wilson
ag4ve.us@...
Send Email

hi: I have following text (from Dickens) I was born with a caul, which was advertised for sale, in the newspapers, at the low price of fifteen guineas. Whether...
7 Dec 5, 2012
5:34 am

ping
songpingemail@...
Send Email

I am trying to modify this script: https://github.com/fncll/wordnet.vim/blob/master/plugin/wordnet.vim so that I can press `q` to quit. However, when the...
6 Dec 5, 2012
1:38 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

Is there any good email plugin you can recommend me guys? It seems like there isn't any star plugin for handling emails in vim, in fact google search doesn't...
38 Dec 4, 2012
10:32 pm

Christian Brabandt
cblists@...
Send Email

so :gui make vim turn to gvim, I guess there is no way to do another way around? -- You received this message from the "vim_use" maillist. Do not top-post!...
1 Dec 4, 2012
10:14 pm

ping
songpingemail@...
Send Email

SQLUtilities : SQL utilities - Formatting SQL, generate - columns lists, procedures for databases http://www.vim.org/scripts/script.php?script_id=492 ...
1 Dec 4, 2012
10:01 pm

David Fishburn
dfishburn.vim@...
Send Email

Hello Vim users, Vim users donate quite some money to my favorite charity: Kibaale Childrens Centre. I went there to check out what they have been doing with...
1 Dec 4, 2012
9:09 pm

Bram Moolenaar
Bram@...
Send Email

Why does this not work? let dnfile = strftime("%Y") . ".md" nmap <leader>dn execute 'e ' fnameescape(dnfile) dnfile is set properly, but when I try to invoke...
2 Dec 4, 2012
8:36 pm

Tim Chase
vim@...
Send Email

Hi, I am pretty new for vim and tmux, and exploring right now. I have vim set up on terminal (using putty) with mouse support, but when I moved to tmux. Found...
3 Dec 3, 2012
9:54 pm

xiebo212
xiebo212@...
Send Email

I'm using vim 7.3.646 under a linux terminal. I can change the cursor in insert mode as a vertical bar and in normal mode as as block, using: if &term =~...
1 Dec 3, 2012
8:07 pm

Cesar Romani
cesar.romani@...
Send Email

According to :he shq Quoting character(s), put around the command passed to the shell, for the "!" and ":!" commands. The redirection is kept outside of the ...
3 Dec 3, 2012
7:22 pm

esquifit
esquifit@...
Send Email

Deal all The use neocomplcache completion buffer where different types of files, for example, * .a, * .b then editing a file type does not prompt completion...
1 Dec 3, 2012
9:29 am

王军
wangjun850725@...
Send Email

Hello all, I am starting to see the power of VIM! But I am still so new at it all so would like some help. I am trying to do something, here is an example ...
8 Dec 3, 2012
3:42 am

Tim Chase
vim@...
Send Email

Hi, I have plenty of help files in my .vim/doc directory. I'd like to structure it a little more. Apparently simply placing the files in subdirectories is not...
10 Nov 30, 2012
11:27 pm

Marco
netuse@...
Send Email

I am writing an indentation script for a simple language. The language is has very simple constructs and the indentation really only has 3 rules: 1. A comment...
7 Nov 30, 2012
3:32 pm

David Fishburn
dfishburn.vim@...
Send Email

Hello list, related to the generation of a tags file via ctags one finds almost always the following options switched on (googling for "vim ctags field"): ...
3 Nov 30, 2012
8:37 am

Johannes Deutsch
j_deutsch@...
Send Email

If an autocmd is triggered by executing an ex command, is there any way to know which command it is? -- You received this message from the "vim_use" maillist. ...
2 Nov 30, 2012
12:09 am

Ben Fritz
fritzophrenic@...
Send Email

Hello, I am looking for End of Life and End of Support dates for: VIM 7 VIM 7.3.46 Can you please share the info for this? Thanks in advance! -- You received...
6 Nov 29, 2012
10:23 pm

Tony Mechelynck
antoine.mechelynck@...
Send Email

I regularly get files encoded in UTF16LE sent to me and want them to be automatically converted to UTF8 when opening them. I'm not sure what command to use/put...
6 Nov 29, 2012
10:21 pm

Ben Fritz
fritzophrenic@...
Send Email

Hello, I often "grep -rn" and want to easily use the "filename:line:" output as a filename to vim. Is there any way that I can have vim see "main.c:595" and...
3 Nov 29, 2012
3:34 pm

Marc Jessome
marc.jessome@...
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