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

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 104 by j...@...: Incorrect commentstring option for lisp ...
5 Apr 19, 2013
6:03 pm

vim@...
Send Email

I understand they may result useful in some situations but I found them annoying. Replacing WS_EX_CLIENTEDGE with WS_EX_LEFT in gui_w32.c did the trick for the...
9 Apr 19, 2013
3:40 pm

Ben Fritz
fritzophrenic@...
Send Email

I'm new to this forum and hope I'm not missing basic etiquette rules here. There is a discussion going on in the UNIX and Linux Forums "UNIX for Dummies...
2 Apr 19, 2013
12:04 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

Hi, since I'd like to see a more modern looking toolbar in the Windows version of gvim, I played around with the code and added optional support for PNG...
1 Apr 18, 2013
6:37 pm

Martin Gieseking
martin.gieseking@...
Send Email

Hi Bram. I have updated vim's Japanese messages. Please include files in attached archive. Thanks. -- MURAOKA Taro <koron.kaoriya@...> -- -- You received...
2 Apr 17, 2013
7:44 pm

Bram Moolenaar
Bram@...
Send Email

Hi all, I am running Vim 7.3.831 on a Linux system built with GTK 2.0. When I execute the following steps, Vim crashes: 1. Open an empty buffer 2. Enter insert...
11 Apr 16, 2013
8:11 pm

Bram Moolenaar
Bram@...
Send Email

... Thanks for the debug output. I had also noticed crash at exit but was unable to pinpoint it. I'll make a patch. -- If Microsoft would build a car... ......
2 Apr 16, 2013
3:45 pm

Ron Aaron
ronware.org@...
Send Email

Patch 7.3.901 Problem: Outdated comment, ugly condition. Solution: Update a few comments, break line. Files: src/getchar.c, src/misc1.c, src/undo.c ...
1 Apr 16, 2013
3:41 pm

Bram Moolenaar
Bram@...
Send Email

Hi all, I've updated Vim to 7.3.744 (features=big) and now netrw fails the second time I try to open a file using :Explore 1. Start vim 2. :E and open a file ...
13 Apr 16, 2013
3:32 pm

Charles Campbell
Charles.E.Campbell@...
Send Email

Same place. The "viminfo_history" has zeroes: (gdb) l 6228 if (i >= 0) 6229 while (num_saved > 0 6230 && !(round == 2 && i >= viminfo_hisidx[type]))...
7 Apr 16, 2013
2:14 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.900 Problem: Not obvious that some mouse features are mutual-exclusive. Solution: Add a comment. Files: src/feature.h ... *************** ...
1 Apr 16, 2013
2:06 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.897 Problem: Configure doesn't always find the shared library. Solution: Change the configure script. (Ken Takata) Files: src/configure.in,...
1 Apr 16, 2013
2:03 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.898 Problem: Memory leak reported by valgrind in test 91. Solution: Only use default argument when needed. Files: src/eval.c,...
1 Apr 16, 2013
1:57 pm

Bram Moolenaar
Bram@...
Send Email

... Glad to hear. Did you see where the two calls to write_viminfo_history() come from? I still wonder why this happens. Perhaps you have an explicit ...
4 Apr 16, 2013
1:37 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.904 (after 7.3.893) Problem: Using memory freed by the garbage collector. Solution: Mark items in aucmd_win as used. Files: src/eval.c ... ...
1 Apr 16, 2013
1:36 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.896 Problem: Memory leaks in Lua interface. Solution: Fix the leaks, add tests. (Yukihiro Nakadaira) Files: src/testdir/test85.in,...
1 Apr 16, 2013
1:16 pm

Bram Moolenaar
Bram@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 129 by martin.g...@...: [PATCH] Fix lookup of toolbar bitmaps ...
1 Apr 16, 2013
12:24 pm

vim@...
Send Email

The xpm library from patch 639/640 is failing on me: libXpm.lib(RdFToI.obj) : error LNK2001: unresolved external symbol __iob libXpm.lib(parse.obj) : error...
1 Apr 16, 2013
12:10 pm

Leonardo Valeri Manera
l.valerimanera@...
Send Email

Patch 7.3.899 Problem: #if indents are off. Solution: Fix the indents. Files: src/os_unix.c ... *************** *** 3493,3505 **** * 4 = Windows...
1 Apr 16, 2013
11:11 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.902 Problem: When deleting last buffer in other tab the tabline is not updated. Solution: Set the redraw_tabline flag. (Yukihiro Nakadaira) ...
1 Apr 15, 2013
5:00 pm

Bram Moolenaar
Bram@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 128 by dominiqu...@...: valgrind error "Invalid read of size 1" in find_var_in_ht...
3 Apr 15, 2013
11:20 am

vim@...
Send Email

Patch 7.3.895 Problem: Valgrind error in test 91. (Issue 128) Solution: Pass scope name to find_var_in_ht(). Files: src/eval.c ... *************** ***...
1 Apr 15, 2013
11:06 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.894 Problem: Using wrong RUBY_VER causing Ruby build to break. Solution: Correct the RUBY_VER value. (Yongwei Wu) Files: src/bigvim.bat ... ...
1 Apr 15, 2013
10:36 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.893 Problem: Crash when using b:, w: or t: after closing the buffer, window or tabpage. Solution: Allocate the dictionary instead of having it...
1 Apr 15, 2013
10:28 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.892 (after 7.3.891) Problem: Still mering problems for viminfo history. Solution: Do not merge lines when writing, don't write old viminfo...
2 Apr 15, 2013
1:40 am

h_east
h.east.727@...
Send Email

Hello list. The attached patch allows optional regexs to be passed to ... tags before they are printed. This patch is useful when you have many tags for a...
5 Apr 14, 2013
10:36 pm

Cody Cutler
ccutler@...
Send Email

Hi, Bram Prepare for reproduce (on Linux) $ cat ~/.vimrc_test set nocompatible set history=5 $ rm ~/.viminfo How to reproduce $ vim -u ~/.vimrc_test ... <C-W>q...
7 Apr 14, 2013
5:08 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.891 Problem: Merging viminfo history doesn't work well. Solution: Don't stop when one type of history is empty. Don't merge history when writing...
1 Apr 14, 2013
2:26 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.890 Problem: Test 79 fails on Windows. (Michael Soyka) Solution: Add comment below line causing an error. Files: src/testdir/test79.in ... ...
1 Apr 14, 2013
2:22 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.889 Problem: Can't build with Ruby 2.0 on a 64 bit system. Solution: Define rb_fix2int and rb_num2int. (Kohei Suzuki) Files: src/if_ruby.c ...
1 Apr 14, 2013
2:19 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