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

I have a long list of words, on word per line. Many of the words are not "words", i.e. not in a dictionary. I would like to turn on vim's spell check and...
13 Mar 2, 2010
10:17 pm

corykendall
corykendall@...
Send Email

I have the tabs enabled but find always files in the bufferlist but not in tabs. How can I open buffers always in tabs? -- You received this message from the...
3 Mar 2, 2010
10:16 pm

Ben Fritz
fritzophrenic@...
Send Email

For indenting at the beginning of the line, I want tabs. But in mid-line, I want them to be expanded to spaces. Can this be achieved in Vim? ...
4 Mar 2, 2010
8:18 pm

Andy Wokula
anwoku@...
Send Email

Hello, A very efficient way for typing code source in insert mode is the possibility to select and paste text with the cursor staying at rest ...
3 Mar 2, 2010
6:42 pm

Jean Johner
jean.johner@...
Send Email

I wanted to test something on Win32 Vim, so I went to download it, and found, on http://www.vim.org/download.php#pc: """ PC: MS-DOS and MS-Windows Since there...
14 Mar 2, 2010
6:34 pm

Gary Johnson
garyjohn@...
Send Email

Hi, Using a confirm dialog, how can I do a splash information box at startupt of Gvim ? Thank you -- You received this message from the "vim_use" maillist. For...
4 Mar 2, 2010
3:28 pm

Andy Wokula
anwoku@...
Send Email

Hej, ... I use this to comment out parts of html files. ... function! Blub() range echo "hallo" exec "normal `<i<!--\<esc>" " start of the comment if...
9 Mar 2, 2010
2:01 pm

rameo
raiwil@...
Send Email

Vim 7.2.367 Does anyone know how to get the same data :buffers provides for the current buffer? From the :help :buffers Indicators (chars in the same column...
4 Mar 2, 2010
8:03 am

mmarko
marko.mahnic@...
Send Email

Hello, I tried 3 ways to install "vim-with-everything" on Fedora Core 8, but failed: Attempt 1) vim-7.2.tar.bz2 - typing make resulted in the following error: ...
7 Mar 2, 2010
12:32 am

Suresh Govindachar
sgovindachar@...
Send Email

Hi all, is anybody interesting with integration Vim and SAP environment? I really like using Vim as ABAP editor, but ... I need to know more about Vim to try...
3 Mar 1, 2010
9:55 pm

Pavel Vávra
pvavra@...
Send Email

Is it possible in Vim to close a tab with a middle click? -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the...
4 Mar 1, 2010
8:40 pm

Vitor Eiji Justus Sak...
vitoreiji@...
Send Email

I often misuse vim to view log files while debugging batch jobs. It is very handy for moving around in the file, viewing the colorized content and searching...
4 Mar 1, 2010
8:40 pm

Dominique Pellé
dominique.pelle@...
Send Email

... Have you checked vimoutliner? http://www.vimoutliner.org/ - Jostein -- You received this message from the "vim_use" maillist. Do not top-post! Type your...
7 Mar 1, 2010
6:02 pm

fkater@...
Send Email

I'm writing a plug-in and want to temporarily hide the cursor. It would be really neat if I could do "highlight Cursor NONE" and later restore the highlight...
5 Mar 1, 2010
4:44 pm

Christian Brabandt
cblists@...
Send Email

Hi there, I am wondering if I am doing anything wrong. I tried selecting spell checl for a docbook file (XML). I simply go the menu bar, click on: Spelling >...
1 Mar 1, 2010
4:02 pm

mathieu
mathieu.malaterre@...
Send Email

1) I would like to know if it is possible to close the last tab but keep the empty tab without closing vim. 2) I would also like to know if it is possible to...
8 Mar 1, 2010
2:56 pm

Ben Fritz
fritzophrenic@...
Send Email

I have sketched out a few steps to create a concordance, an alphabetic list of all the words in a book, one word per line, with dupes eliminated. Now I need to...
2 Mar 1, 2010
2:30 pm

Francisco Dibar
frandibar@...
Send Email

how to open only session files? I have made a session.vim, when it opens all the previous files I was working on open, this is good. 1) But if I quit vim, 2)...
3 Mar 1, 2010
8:20 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

Hi, I want to have Vim (on Windows), automatically split the window if I open two files (using right-click explorer integration - Open in Single VIM Window). ...
4 Mar 1, 2010
7:55 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

Hey, I just installed a vim c/c++ plugin from here http://www.vim.org/scripts/script.php?script_id=213. Now I'm unable to map <C-j> to any command (I usually...
2 Mar 1, 2010
7:47 am

Fritz Mehner
mehner@...
Send Email

Actually, i meet a problem like below. I tried to update a specific "unlisted"; buffer every time the BufEnter event happens. the Code like below( just an...
2 Mar 1, 2010
1:31 am

winterTTr
winterTTr.vim@...
Send Email

... In regexp replace strings you can use "&" to refer back to the whole match or \1 to \9 to refer to submatches. ... Try this: %s/[0-9]/&_/g -- You received...
3 Feb 28, 2010
8:32 pm

rameo
raiwil@...
Send Email

I'm using vim 7.2, normal version on slackware 13.0 32-bit. For my purposes, it would be great if I could close all buffers, but keep vim open. I note ':on',...
4 Feb 28, 2010
8:08 pm

Tim Johnson
tim@...
Send Email

Hi, I vaguely remember that such a thing exists but it could well be that I'm confusing vimscript with some other language. It there such a thing as a missing...
3 Feb 28, 2010
7:57 pm

Tom Link
micathom@...
Send Email

Is it possible to color the directories in Winmanager as in NERDTree? (p.e. all directories blue?) I can't find out as well how to sort the files and...
1 Feb 28, 2010
6:22 pm

rameo
raiwil@...
Send Email

If I type ctrl+W_ctrl+F over a string and there is not a file whose name is the string, vim will show "E447: Can't file file '<the string>&#39; in path". However,...
9 Feb 28, 2010
5:32 pm

Benjamin R. Haskell
vim@...
Send Email

Hi, I would like to bdelete buffers that I don't use anymore and it happens that they all are *.csv Can I bdelete *.csv ? Thank you -- You received this...
2 Feb 27, 2010
10:34 pm

Tim Chase
vim@...
Send Email

I would like to find a way to de-select the search highlight. The only way I found is to do another search which isn't in the text p.e. /fffffffff Isn't there...
3 Feb 27, 2010
9:06 pm

rameo
raiwil@...
Send Email

Hi, I recently upgraded my gvim from 6.2 to 7.2. I found the front which used to be very sharp in gvim 6.2 became a little fuzzy. Anyone has similar...
2 Feb 27, 2010
7:31 am

Florian Rehnisch
eixman@...
Send Email

I added a few menu commands in Gvim. p.e. :sort u Is it possible to ask for an input value: - from line xxx to line xxx and if no input given using "all...
5 Feb 26, 2010
10:43 pm

rameo
raiwil@...
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