Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers 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

Patch 7.0.108 (extra) Problem: Amiga: Compilation problem. Solution: Have mch_mkdir() return a failure flag. (Willy Catteau) Files: src/os_amiga.c,...
1 Sep 14, 2006
7:47 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.0.107 Problem: Incremental search doesn't redraw the text tabline. (Ilya Bobir) Also happens in other situations with one window in a tab page. ...
1 Sep 14, 2006
7:10 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.0.106 Problem: The spell popup menu uses ":amenu", triggering mappings. Other PopupMenu autocommands are removed. (John Little) Solution: Use...
3 Sep 14, 2006
6:45 pm

Bram Moolenaar
Bram@...
Send Email

Hi! I have updated the sources of Vim from CVS (7.0.106) and tried to compile Vim. The GUI version can be built, but I get the following errors when I build...
2 Sep 14, 2006
4:28 pm

Georg Dahn
gorgyd@...
Send Email

After recompiling Vim with -D_FILE_OFFSET_BITS=64, everything involving tags break, including the help system. Typing :h, or pressing ^] to jump to a tag,...
25 Sep 14, 2006
3:24 pm

A.J.Mechelynck
antoine.mechelynck@...
Send Email

Hello, Backspacing or typing while the Vim 7 Insert completion popup window is running is very difficult when the completion list is long or comes from many...
6 Sep 14, 2006
2:16 pm

Benji Fisher
benji@...
Send Email

Hi all, I noticed the following in VIM 7: - When I have multiple tabs and windows in each tab open, and I am doing a :bufdo :e to reload all buffers, the list...
3 Sep 14, 2006
1:43 pm

Bram Moolenaar
Bram@...
Send Email

I noticed that :redraw works differently from Ctrl-L in certain situations: 1) vim -u NONE ... 3) :redraw " ???? does not repaint anything ... "...
3 Sep 14, 2006
11:09 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.0.104 Problem: The CursorHoldI event only triggers once in Insert mode. It also triggers after CTRL-V and other two-key commands. Solution: Set...
1 Sep 14, 2006
9:31 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.0.102 Problem: Redrawing cmdline is not correct when using SCIM. Solution: Don't call im_get_status(). (Yukihiro Nakadaira) Files:...
1 Sep 14, 2006
8:50 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.0.103 (after 7.0.101) Problem: Compiler warning for uninitialized variable. (Tony Mechelynck) Solution: Init variable. Files: src/spell.c ... ...
1 Sep 14, 2006
8:49 am

Bram Moolenaar
Bram@...
Send Email

Hi, In the vim documentation, there is a note about a possibility to display an icon thanks to the "kind" information of a popup item (:h complete-items) : ...
1 Sep 14, 2006
8:45 am

Vissale NEANG
fromtonrouge@...
Send Email

Hi there! I've solved problem with processing network connection in RealWaitForChar, but now I have another problem. If user presses : in normal mode and...
1 Sep 13, 2006
8:14 pm

Gaspar Chilingarov
casper@...
Send Email

I have enabled CursorLine and CursorColumn highlights as follows: (~/.vimrc): [...] colorscheme almost-default [...] if exists("+cursorcolumn&quot;) set cuc cul ...
3 Sep 13, 2006
7:49 pm

A.J.Mechelynck
antoine.mechelynck@...
Send Email

Patch 7.0.096 Problem: taglist() returns the filename relative to the tags file, while the directory of the tags file is unknown. (Hari Krishna Dara) ...
7 Sep 13, 2006
12:26 am

Hari Krishna Dara
hari_vim@...
Send Email

Patch 7.0.101 Problem: When the "~/.vim/spell" directory does not exist "zg" may create a wrong directory. "zw" doesn't work. Solution: Use the directory...
1 Sep 12, 2006
8:30 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.0.094 Problem: When a hidden buffer is made the current buffer and another file edited later, the file message will still be given. Using ":silent"...
2 Sep 12, 2006
3:54 pm

Marvin Renich
mrvn@...
Send Email

I saw in the c.vim that there was an error statement for octal numbers. There isn't one for hex numbers so I made one really quickly. If you want, just put it...
14 Sep 12, 2006
2:48 pm

mwoehlke
mwoehlke@...
Send Email

There is a free, but not open source, 3d modelling package called Anim8or at http://www.anim8or.com/ which, in the new beta release has a scripting language....
1 Sep 12, 2006
11:54 am

Hugh Sasse
hgs@...
Send Email

It is fairly easy to check for inconsistencies in Binary, Octal, and Hex because they have a fixed format. Decimal is not as easy due to there being integers,...
15 Sep 12, 2006
11:23 am

A.J.Mechelynck
antoine.mechelynck@...
Send Email

Hello all vimmers! I would like to ask - how should I add additional stuff in RealWaitForChar? I have some network protocol, when another side periodically...
3 Sep 12, 2006
7:20 am

Gaspar Chilingarov
casper@...
Send Email

How can a script test for specific patchlevel ? For example, I have vim 7.0.86 and I need to check in the script that patchlevel is >= 7.0.86. But v:version is...
8 Sep 11, 2006
10:06 pm

A.J.Mechelynck
antoine.mechelynck@...
Send Email

Patch 7.0.100 Problem: "zug" may report the wrong filename. (Lawrence Kesteloot) Solution: Call home_replace() to fill NameBuff[]. Files: src/spell.c ...
1 Sep 11, 2006
8:04 pm

Bram Moolenaar
Bram@...
Send Email

I see a case in which winrestview() work incorrectly after PageDown near end-of-file. (This is in the context of scrollfix plugin.) To reproduce: % vim -u NONE...
2 Sep 11, 2006
4:25 pm

Bram Moolenaar
Bram@...
Send Email

... I have set up a second e-mail program that doesn't request a return receipt so the problem should be taken care of now. Mark...
1 Sep 11, 2006
2:58 pm

Mark Manning
markem@...
Send Email

Hi All, I'm trying to write a syntax file for a grammar called wpm, a simplified version is attached as test.apm in the attachment. And the syntax file is ...
1 Sep 11, 2006
8:03 am

Victor Hsieh
victor@...
Send Email

Hello Vim Developers, To better understand what vimdiff is doing (and why it is so slow), I had my shell (4NT under WinXP) keep a log showing me just what was...
6 Sep 11, 2006
4:47 am

Bill McCarthy
WJMc@...
Send Email

Ok, after downloading the current items on the web page at vim.org both C and Perl are working ok (in both Windows and Cygwin/Linux). Basic still has the...
4 Sep 11, 2006
4:09 am

Mark Manning
markem@...
Send Email

Patch 7.0.098 Problem: Redirecting command output in a cmdline completion function doesn't work. (Hari Krishna Dara) Solution: Enable redirection when...
2 Sep 11, 2006
4:02 am

Hari Krishna Dara
hari_vim@...
Send Email

Hi. I tried ftp access with "netrw.vim". ex: :e ftp://machine/path/ I get "--No lines in buffer--". and I get following message in vim buffer in japanese. ftp:...
1 Sep 11, 2006
12:36 am

mattn
mattn.jp@...
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