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...
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

Patch 5.6.082 Problem: When using cscope, Vim can crash. Solution: Initialize tag_fname in find_tags(). (Anton Blanchard) Files: src/tag.c ... ...
1 Jun 5, 2000
6:08 pm

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.081 Problem: ":syn include" uses a level for the included file, this confuses contained items included at the same level. Solution: Use a unique...
1 Jun 5, 2000
6:08 pm

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.083 (extra) Problem: Win32: The visual beep can't be seen. (Eric Roesinger) Solution: Flush the output before waiting with GdiFlush(). (Maurice...
1 Jun 5, 2000
6:08 pm

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.087 Problem: Multi-byte: Commands and messages with multi-byte characters are displayed wrong. Solution: Detect double-byte characters....
1 Jun 5, 2000
6:07 pm

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.085 Problem: Multi-byte: Using "r" to replace a double-byte char with a single-byte char moved the cursor one character. (Matsumoto) Also, using a...
1 Jun 5, 2000
6:07 pm

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.089 Problem: On non-Unix systems it's possible to overwrite a read-only file without using "!". Solution: Check if the file permissions allow...
1 Jun 5, 2000
6:07 pm

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.086 (extra) Problem: Win32: When using libcall() and the returned value is not a valid pointer, Vim crashes. Solution: Use IsBadStringPtr() to...
1 Jun 5, 2000
6:06 pm

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.084 (depends on 5.6.074) Problem: GUI: Entering CSI doesn't always work for Athena and Motif. Solution: Handle typed CSI as <xCSI> (forgot this...
1 Jun 5, 2000
6:06 pm

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.079 Problem: Vim could crash when several Tcl interpreters are created and destroyed. Solution: handle the "exit" command and nested ":tcl"...
1 Jun 4, 2000
6:18 pm

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.080 Problem: When jumping to a tag, generating the tags file and jumping to the same tag again uses the old search pattern. (Sung-Hyun Nam) ...
1 Jun 4, 2000
6:18 pm

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.078 Problem: Locale doesn't always work on FreeBSD. (David O'Brien) Solution: Link with the "xpg4" library when available. Files:...
1 Jun 3, 2000
6:50 pm

Bram Moolenaar
Bram@...
Send Email

Vim is charityware. This means that I ask users of Vim to donate money to help orphans in Uganda. Many people have done that, and there are a few Vim users...
1 Jun 3, 2000
6:21 pm

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.075 Problem: When using "I" or "A" in Visual block mode while 'sts' is set may change spaces to a Tab the inserted text is not correct. (Mike ...
3 Jun 3, 2000
10:55 am

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.077 Problem: GUI: When interrupting an external program with CTRL-C, gvim might crash. (Benjamin Korvemaker) Solution: Avoid using a NULL...
1 Jun 3, 2000
9:42 am

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.076 Problem: GTK GUI: Mapping <M-Space> doesn't work. Solution: Don't use the "Alt" modifier twice in key_press_event(). Files:...
1 Jun 2, 2000
6:10 pm

Bram Moolenaar
Bram@...
Send Email

Hi, and immediate apols for offtopicness. This problem has come to light in trying to participate in Vim lists, so I hope you'll forgive me! Someone here must...
3 Jun 2, 2000
10:20 am

Sunil Shetye
shetye@...
Send Email

Patch 5.6.073 (extra) (depends on 5.6.034) Problem: Win32 GUI: When compiled with Bcc 5.5 menus don't work. In dosinst.c toupper() and tolower() give an...
1 Jun 1, 2000
6:11 pm

Bram Moolenaar
Bram@...
Send Email

Patch 5.6.074 (extra) Problem: Entering CSI directly doesn't always work, because it's recognized as the start of a special key. Mostly a problem with...
1 Jun 1, 2000
6:10 pm

Bram Moolenaar
Bram@...
Send Email

I've got a cvs.vim syntax file I'd like to add to the vim distribution. How do I go about doing this? The syntax file is attached and can be invoked using au...
2 Jun 1, 2000
8:56 am

Jon Miner
miner@...
Send Email

Hi, I'd like to get some feedback from people using vim to write java programs. Joris Melchior (jmelchio@...) added the class names of over 60 standard...
1 Jun 1, 2000
7:43 am

Claudio Fleiner
cfl@...
Send Email

[this should be in vim-dev...] ... If the option value isn't taken from the current buffer, which value is used then? You could only use the default value, I...
2 May 30, 2000
9:39 am

Neil Bird
neil.bird@...
Send Email

I'd like to have different vim binaries with different features included out of one source tree (to simplify maintenece of patches etc). I'd like to have e.g...
3 May 28, 2000
7:53 pm

Wichert Akkerman
wichert@...
Send Email

I would like to add my own help screens without messing with the $VIMRUNTIME area. Does anyone know how I might do this? Thanks, -- "VINE is not PINE" get it...
6 May 26, 2000
10:52 am

Bram Moolenaar
Bram@...
Send Email

The first thing Ahmed Aziz is doing in his excellent Explorer.vim (see recent thread 'Open directory in VIM') is: if (@%=="_fileExplorer.tmp") I have never...
4 May 22, 2000
1:03 pm

Neil Bird
neil.bird@...
Send Email

Hello, let $top = "/somewhere&quot; let &path = $top."/**" " works fine let &tags = $top."/TAGS,," " works fine But, let &path = "$top/**" " works fine let &tags...
2 May 22, 2000
8:27 am

Bram Moolenaar
Bram@...
Send Email

... This appears to be a bug. Looking at the source for syntax processing, it looks like it's attempting to keep track of include files and only allow items...
2 May 21, 2000
10:12 pm

Scott Bigham
dsb@...
Send Email

Please reply to me personally, I'm not on vim-dev. ... Yes there should be a general interface for an editor. ... Theoretically you're probably going to be...
1 May 21, 2000
10:07 pm

George
jirka@...
Send Email

So as to not feel like I'm completely trolling this mailing list, I thought I'd say hello. I've been using vim for quite a long time, and yesterday I switched...
1 May 20, 2000
7:11 pm

Mandrake
mandrake@...
Send Email

Hello, It seems vim does not check timestamp(?) for the TAGS file (and the source file)... I tagged 'AAA' in x.h: } AAA; and now I move 'AAA' to another...
2 May 19, 2000
7:33 pm

Bram Moolenaar
Bram@...
Send Email

I tried building win32 console Vim with mingwin32 gcc - compiled and ran fine, but there were two things I noticed: 1) The makefile is a bit off - the non-gui...
3 May 19, 2000
5:17 pm

Vince Negri
vnegri@...
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