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

Hello, It would be nice, if (optionaly ofcourse:) some column on right side of window (say 'tw' column) will be hightighted. (Does enybody remeber qed.exe?)....
9 Jun 2, 2003
9:57 am

BStrohhaecker@...
Send Email

Hopefully it is not too late... The patch is aimed on following (in order of appearance in source code): 1) Solved reentrance problem in do_cscope (e.g. user...
3 Jun 2, 2003
8:25 am

Khorev Sergey
Khorev@...
Send Email

Announcing: Vim (Vi IMproved) version 6.2 - the Amiga memorial edition Author: Bram Moolenaar et al. Announcement ... This is a bugfix release of Vim. Since...
1 Jun 1, 2003
5:30 pm

Bram Moolenaar
Bram@...
Send Email

Hello, syntax file changelog.vim in 6.2f highlights spaces at the start of a line as Errors and thus renders half of existing ChangeLogs hardly readable. The...
15 Jun 1, 2003
3:23 pm

David Necas (Yeti)
yeti@...
Send Email

Hi, I don't know if that counts as a bug, therefore I'm a bit wary. I can reproduce this situation with vim 6.1.300 as well as with 6.2f. Normally, when...
8 Jun 1, 2003
12:49 pm

Corinna Vinschen
vinschen@...
Send Email

Patch 6.2f.038 Problem: The dependency to run autoconf causes a patch for configure.in to run autoconf, even though the configure script was updated as ...
2 Jun 1, 2003
12:17 am

Ali Akcaagac
aliakc@...
Send Email

When built with Borland C++ 5.01, Make_bc5.mak has missing prototypes and missing symbols. I fixed the problems as far as I am able. I left a diagnostic...
5 May 31, 2003
9:35 pm

Walter Briscoe
wbriscoe@...
Send Email

Are the updates to 6.2 series runtimes currently going into ftp://ftp.vim.org/pub/vim/runtime/ as used to happen with 6.1? Or are the latest currently in...
2 May 31, 2003
8:26 pm

Bram Moolenaar
Bram@...
Send Email

Patch 6.2f.039 Problem: CTRL-W K makes the new top window very high. Solution: When 'equalalways&#39; is set equalize the window heights. Files:...
1 May 31, 2003
7:15 pm

Bram Moolenaar
Bram@...
Send Email

Patch 6.2f.037 Problem: When receiving a Netbeans command at the hit-enter or more prompt the screen is redrawn but Vim is still waiting at the prompt. ...
1 May 31, 2003
6:03 pm

Bram Moolenaar
Bram@...
Send Email

Patch 6.2f.036 Problem: Moving leftwards over text with an illegal UTF-8 byte moves one byte instead of one character. Solution: Ignore an illegal byte...
1 May 31, 2003
4:14 pm

Bram Moolenaar
Bram@...
Send Email

Patch 6.2f.035 Problem: The configure check for the netbeans interface doesn't work if the socket and nsl libraries are required. Solution: Check for the...
1 May 31, 2003
2:46 pm

Bram Moolenaar
Bram@...
Send Email

Hi! There are two problems (GUI Vim 6.1, Win2K): 1) I set 'laststatus&#39;=2, 'cmdwinheight&#39;=1 and 'cmdheight&#39;=1. I want to set 'laststatus&#39;=0 when I enter command...
1 May 31, 2003
12:26 pm

Pavel A. Papushev
P.A.Papushev@...
Send Email

Patch 6.2f.034 Problem: The netbeans interface cannot be used on systems without vsnprintf(). (Tony Leneis) Solution: Use EMSG(), EMSGN() and EMSG2()...
1 May 31, 2003
10:34 am

Bram Moolenaar
Bram@...
Send Email

Running XP, I have two copies of 62f in: c:\vim&#92;vim_cvs c:\vim&#92;vim62f I run the cvs version with: c:\vim&#92;vim_cvs&#92;gvim "+$VIMRUNTIME='c:&#92;vim\vim_cvs&#92;runtime&#39;" ...
5 May 31, 2003
6:17 am

Bill McCarthy
WJMc@...
Send Email

Poblem: An alternate key for IM activation doesn't work. Response from IM is too slow. Both problems occur on gvim 6.2e based on gtk2 User solution: Delete...
23 May 31, 2003
4:03 am

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

Take a look at undo.c; the undo information for each buffer is a doubly-linked list of linked lists. If you created a means to dump that data to disk and later...
5 May 31, 2003
2:20 am

Andrew Pimlott
vim-dev@...
Send Email

Patch 6.2f.033 Problem: Cscope: re-entrance problem for ":cscope" command. Checking for duplicate database didn't work well for Win95. Didn't check for ...
1 May 30, 2003
9:40 pm

Bram Moolenaar
Bram@...
Send Email

Patch 6.2f.032 Problem: When a write fails for a ":silent!" while inside try/endtry the BufWritePost autocommands are not triggered. Solution: Check the...
1 May 30, 2003
7:58 pm

Bram Moolenaar
Bram@...
Send Email

Repro: gvim -u NONE ... ( you will be in the debugger ) ... press ENTER and vim crashes....
7 May 30, 2003
7:30 pm

Dan Sharp
dwsharp@...
Send Email

Patch 6.2f.031 Problem: Crash when listing a function argument in the debugger. (Ron Aaron) Solution: Init the name field of an argument to NULL. Files:...
1 May 30, 2003
7:26 pm

Bram Moolenaar
Bram@...
Send Email

Patch 6.2f.030 (after 6.2f.028) Problem: Cursor moves up when using XIM. Solution: Reset im_preedit_cursor. (Yasuhiro Matsumoto) Files: src/mbyte.c ...
1 May 30, 2003
7:19 pm

Bram Moolenaar
Bram@...
Send Email

Patch 6.2f.029 Problem: Mixing use of int and enum. Solution: Adjust argument type of cs_usage_msg(). Fix wrong typedef. Files: src/if_cscope.c,...
1 May 30, 2003
10:13 am

Bram Moolenaar
Bram@...
Send Email

Patch 6.2f.028 Problem: GTK: When 'imactivatekey&#39; is empty and XIM is inactive it can't be made active again. Cursor isn't updated immediately when...
1 May 30, 2003
10:11 am

Bram Moolenaar
Bram@...
Send Email

Patch 6.2f.027 Problem: Compiler warnings for unsigned char pointers. (Tony Leneis) Solution: Add typecasts to char pointer. Files: src/quickfix.c ......
1 May 30, 2003
10:08 am

Bram Moolenaar
Bram@...
Send Email

Patch 6.2f.011 Problem: The configure script doesn't work with autoconf 2.5x. Solution: Add square brackets around a header check. (Aron Griffis) Note:...
22 May 30, 2003
8:30 am

Ali Akcaagac
aliakc@...
Send Email

Patch 6.2f.026 Problem: When typing new text at the command line, old composing characters may be displayed. Solution: Don't read composing characters...
1 May 29, 2003
9:27 pm

Bram Moolenaar
Bram@...
Send Email

Hi, I sometimes make a change to a file, close it, and then realize I need to "undo" the change for some reason. Wouldn't it be nice if you could open the...
5 May 29, 2003
9:20 pm

Andrew Pimlott
vim-dev@...
Send Email

[syntax/vim.vim] When a literal string (i.e. with single-quotes) is furnished as argument to a function, _and_ its first char is alphanumeric, _and_ its second...
2 May 29, 2003
7:46 pm

Charles E. Campbell
cec@...
Send Email

Patch 6.2f.025 Problem: When reading a file from stdin that has DOS line endings but a missing end-of-line for the last line 'fileformat&#39; becomes "unix". ...
1 May 29, 2003
7:08 pm

Bram Moolenaar
Bram@...
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