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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi Bram et al., I'm doing some performance investigations of Vim code trying to understand whether there are any possibilities to improve it. Currently I've...
30 Oct 4, 2007
9:20 pm

Bram Moolenaar
Bram@...
Send Email

I caught a typo in options.txt (under 'tagbsearch&#39;); see attached patch. Best regards, Tony. -- X-rated movies are all alike ... the only thing they leave to...
1 Oct 4, 2007
9:02 pm

Tony Mechelynck
antoine.mechelynck@...
Send Email

There seems to be a missing feature with the matchadd() group of commands: it is impossible to determine what the match is under the cursor. Would it be...
1 Oct 4, 2007
7:02 pm

Larson, David
c_dlarso@...
Send Email

Patch 7.1.135 Problem: Win32: When editing a file c:\tmp&#92;foo and c:\tmp&#92;\foo we have two buffers for the same file. (Suresh Govindachar) Solution: Invoke...
1 Oct 3, 2007
12:31 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.134 (extra) Problem: Win32: Can't build with VC8 Solution: Detect the MSVC version instead of using NMAKE_VER. (Mike Williams) Files:...
1 Oct 3, 2007
11:30 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.133 (after 7.1.126) Problem: shorten_fname1() linked when it's not needed. Solution: Add #ifdef. Files: src/fileio.c ... *************** ......
1 Oct 3, 2007
10:50 am

Bram Moolenaar
Bram@...
Send Email

Hi, ... I did some testing, it's like this on windows as well. And on gtk, the click on the corrected word in the context menu was ignored completely. So this...
2 Oct 3, 2007
9:55 am

Bram Moolenaar
Bram@...
Send Email

Hi vimmers, I try to update my Vim runtime files with AAP. I have AAP 1.090 installed, plus Python 2.5. I execute command ... which is a copy-paste from Vim...
3 Oct 3, 2007
5:20 am

Alexei Alexandrov
alexei.alexandrov@...
Send Email

Patch 7.1.130 Problem: Crash with specific order of undo and redo. (A.Politz) Solution: Clear and adjust pointers properly. Add u_check() for debugging. ...
7 Oct 2, 2007
8:28 pm

Bram Moolenaar
Bram@...
Send Email

I ran "make test" after patch 7.1.130 and it failed test61 with the following diff... ../vim -u unix.vim -U NONE --noplugin -s dotest.in test61.in 20c20 <...
2 Oct 2, 2007
8:27 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.132 Problem: getpos("'>") may return a negative column number for a Linewise selection. (A.Politz) Solution: Don't add one to MAXCOL. Files:...
1 Oct 2, 2007
8:08 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.131 Problem: ":mksession&quot; always adds ":setlocal autoread". (Christian J. Robinson) Solution: Skip boolean global/local option using global...
1 Oct 2, 2007
6:41 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.128 (extra) Problem: Build problems with new version of Cygwin. Solution: Remove -D__IID_DEFINED__, like with MingW. (Guopeng Wen) Files:...
4 Oct 1, 2007
9:37 pm

Gary Johnson
garyjohn@...
Send Email

Patch 7.1.129 (extra) Problem: Win32: Can't get the user name when it is longer than 15 characters. Solution: Use UNLEN instead of...
2 Oct 1, 2007
9:22 pm

Alexei Alexandrov
alexei.alexandrov@...
Send Email

I've been digging through the Vim source and had trouble trying to understand what win_lbr_chartabsize() is doing. About 112 lines from the start of the...
4 Oct 1, 2007
8:44 pm

Bram Moolenaar
Bram@...
Send Email

Hi Vimmers, In file os_win32.c there is a function mch_get_user_name() which uses GetUserName() function to get the logon name on Windows. The constant used to...
2 Oct 1, 2007
8:44 pm

Bram Moolenaar
Bram@...
Send Email

There is a known issue with things working on Vista having to do the _access() function. For example, the application gcc uses _access() to find other tools...
1 Oct 1, 2007
3:43 pm

Suresh Govindachar
sgovindachar@...
Send Email

I am student of computer science. In the next semester I'll have to do some practical work supervised by a professor. Now what I really would like to do in...
9 Oct 1, 2007
12:09 pm

Mikael Jansson
lists@...
Send Email

Dear Bram, While compiling Vim 7.1.125 a few minutes ago (a full compile since globals.h has changed) I noticed a few warnings and thought you might be...
6 Oct 1, 2007
9:43 am

John Beckett
johnb.beckett@...
Send Email

Hi, The following is a resend of a patch from 6 months ago to enable optimized building with to use VC8 features and remove compiler option warnings. TTFN Mike...
3 Oct 1, 2007
8:19 am

Mike Williams
mike.williams@...
Send Email

... Yes it does fix the leak. Putting a printf() near the new vim_free() also confirms that it goes through that path when trying completion and no match was...
3 Oct 1, 2007
4:01 am

Bram Moolenaar
Bram@...
Send Email

Hey Bram, With the latest version of the w32api that I just released (part of the MinGW suite of packages) there is now proper handling of __IID_DEFINED__. As...
17 Sep 30, 2007
11:41 pm

Guopeng Wen
wenguopeng@...
Send Email

Hi All, Sorry for the spam: I just came across an animated GIF online which seems to show what would happen if Micro$oft developed Vim. ...
2 Sep 30, 2007
11:33 pm

ap
politza@...
Send Email

Patch 7.1.127 Problem: Memory leak when doing cmdline completion. (Dominique Pelle) Solution: Free "orig" argument of ExpandOne() when it's not used. ...
1 Sep 30, 2007
10:06 pm

Bram Moolenaar
Bram@...
Send Email

Somehow all session files set the buffer local option 'autoread&#39; for every restored buffer regardless of what the global/local setting is. I've also noticed...
4 Sep 30, 2007
2:17 pm

Bram Moolenaar
Bram@...
Send Email

Since src/gui_w48.c was included in this patch, it should be marked with (extra). That means it requires the extra archive to work without errors. But it...
1 Sep 30, 2007
2:16 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.126 Problem: ":vimgrep */*" fails when a BufRead autocommand changes directory. (Bernhard Kuhn) Solution: Change back to the original directory...
1 Sep 30, 2007
12:01 pm

Bram Moolenaar
Bram@...
Send Email

I want to use an instance of vim solely as a server, which responds to commands via the clientserver interface. Any chance to start such a headless vim,...
3 Sep 30, 2007
12:40 am

ap
politza@...
Send Email

Patch 7.1.125 Problem: The TermResponse autocommand event is not always triggered. (Aron Griffix) Solution: When unblocking autocommands check if...
2 Sep 29, 2007
12:37 pm

Aron Griffis
agriffis@...
Send Email

Patch 7.1.124 (extra) Problem: Mac: When dropping a file on Vim.app that is already in the buffer list (from .viminfo) results in editing an empty, unnamed...
1 Sep 29, 2007
11:24 am

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