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...
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...
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...
Hi Bram. I have updated vim's Japanese messages. Please include files in attached archive. Thanks. -- MURAOKA Taro <koron.kaoriya@...> -- -- You received...
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...
... 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... ......
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 ...
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]))...
Patch 7.3.900 Problem: Not obvious that some mouse features are mutual-exclusive. Solution: Add a comment. Files: src/feature.h ... *************** ...
... 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 ...
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 ... ...
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...
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) ...
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...
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...
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...
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...
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...
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...
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 ...