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, that's pretty nice that you ran valgrind ontop of vim. I bet everyone else could have done so as well. Would you please tell in more detail. Maybe...
4 Aug 5, 2007
1:46 pm

Bram Moolenaar
Bram@...
Send Email

Hi Kiwon and Keedi, ... Try this patch: Index: src/gui_gtk_x11.c ... +++ src/gui_gtk_x11.c (working copy) @@ -5347,7 +5347,7 @@ void ...
6 Aug 5, 2007
7:50 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

Hi Martin and Bram, ... Do you think the trunk of the Svn repository will be a good place for storing those *bleeding edge* code? If anyone geeky or nurdy...
4 Aug 4, 2007
3:26 pm

Edward L. Fox
edyfox@...
Send Email

Patch 7.1.050 Problem: Possible crash when using C++ indenting. (Chris Monson) Solution: Keep the line pointer to the line to compare with. Avoid going ...
1 Aug 4, 2007
10:21 am

Bram Moolenaar
Bram@...
Send Email

... I've rsync'd against ftp.nluug.nl and it doesn't contain this change. Going forward, is the runtime directory in CVS / SVN the definitive source for the...
6 Aug 4, 2007
7:40 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

Patch 7.1.049 Problem: Cannot compile GTK2 version with Hangul input feature. Solution: Don't define FEAT_XFONTSET when using GTK2. Files:...
1 Aug 3, 2007
8:07 pm

Bram Moolenaar
Bram@...
Send Email

Hello! ... - vim copes with unix scripts on windows, but not with windows scripts on unix. Hence the standard recommendation to use "unix" for the ...
3 Aug 2, 2007
7:42 pm

Bram Moolenaar
Bram@...
Send Email

Kim Schulz has written a book on using Vim The full title is: "Hacking Vim: A Cookbook to get the Most out of the Latest Vim Editor". I have written a bit of...
1 Aug 1, 2007
3:56 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.047 Problem: vim_regcomp() called with invalid argument. (Xiaozhou Liu) Solution: Change TRUE to RE_MAGIC + RE_STRING. Files: src/ex_eval.c ...
1 Aug 1, 2007
2:32 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.040 Problem: ":match" only supports three matches. Solution: Add functions clearmatches(), getmatches(), matchadd(), matchdelete() and...
8 Aug 1, 2007
10:56 am

Bram Moolenaar
Bram@...
Send Email

Bug: A nested, transparent syntax region loses its transparency when extending its containing region. Reproducible: Always Steps to Reproduce: ... 2. Type the...
5 Aug 1, 2007
2:12 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

Bug: After insert-mode completion, Ctrl-Y changes the character before the cursor Reproducible: Always Steps to Reproduce: 1. In Insert mode (after some text),...
3 Aug 1, 2007
12:12 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

I was hoping somebody could point me in the right direction on how to parse key mappings like <D-M-Left>. I'm guessing there are already functions that do...
2 Jul 31, 2007
1:40 pm

Bram Moolenaar
Bram@...
Send Email

Hey, I'd usually ask Bram but I think it'd be a lot faster to ask the community. I'm working on a bug in which safe_vgetc() returns a pointer to -24317. The...
3 Jul 31, 2007
11:21 am

Bram Moolenaar
Bram@...
Send Email

unsubscribe --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit...
1 Jul 31, 2007
11:11 am

Mondal, Shishir
Shishir.Mondal@...
Send Email

Patch 7.1.045 Problem: Unnecessary screen redrawing. (Jjgod Jiang) Solution: Reset "must_redraw&quot; after clearing the screen. Files: src/screen.c ... ...
2 Jul 30, 2007
11:30 pm

Nico Weber
nicolasweber@...
Send Email

Patch 7.1.046 Problem: ":s" command removes combining characters. (Ron Aaron) Solution: Copy composing characters individually. (Chris Lubinski) Files:...
1 Jul 30, 2007
8:51 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.044 Problem: In Insert mode 0 CTRL-T deletes all indent, it should add indent. (Gautam Iyer) Solution: Check for CTRL-D typed. Files:...
1 Jul 29, 2007
1:08 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.043 Problem: In Ex mode using CTRL-D twice may cause a crash. Cursor isn't positioned properly after CTRL-D. Solution: Set prev_char properly....
1 Jul 28, 2007
12:28 pm

Bram Moolenaar
Bram@...
Send Email

Patch below fixes typos in ada.txt help file. /Dominique pel@pel-laptop:~/sb/vim7/runtime/doc$ cvs diff -c ada.txt Index: ada.txt ...
7 Jul 28, 2007
11:41 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.036 Problem: Completing ":echohl" argument should include "None". (Ori Avtalion) ":match" should have "none" too. Solution: Add flags to use...
8 Jul 27, 2007
9:42 pm

Elimar Riesebieter
riesebie@...
Send Email

Patch below fixes a couple of typos in French documentation. /Dominique pel@pel-laptop:~/sb/vim7/runtime/doc$ cvs diff -c vim-fr.UTF-8.1 Index: vim-fr.UTF-8.1 ...
2 Jul 27, 2007
8:39 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.042 (after 7.1.040) Problem: Internal error when using matchadd(). (David Larson) Solution: Check the third argument to be present before using...
1 Jul 27, 2007
7:55 pm

Bram Moolenaar
Bram@...
Send Email

I generally use ^C instead of Esc to return to normal mode. I've noticed that when I "^VjjjI#" -- which I often do in front of lines of Python to comment out...
1 Jul 27, 2007
6:21 pm

Gabriel Farrell
gsf@...
Send Email

Hello, vim developers! I've just discovered a weird thing with the version 7.1.33. I have the following line in a text: unsigned char key[] = {...
3 Jul 27, 2007
3:27 pm

Ingo Karkat
swdev@...
Send Email

In ftplugin/changelog.vim is a small copy/paste error, that leads to an undefined variable. Changing the following lines solves the problem: @@ -131,7 +131,7...
1 Jul 27, 2007
3:15 pm

Micha
micha.brandt@...
Send Email

The GTK2 build swaps the red and blue foreground colors. The following patch fixes the problem. This patch is made on version 7.1.39. ... *************** ... ...
4 Jul 27, 2007
9:10 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.041 (extra, after 7.1.040) Problem: Some changes for patch 7.1.0 are in extra files. Solution: Update the extra files. Files:...
1 Jul 26, 2007
11:57 pm

Bram Moolenaar
Bram@...
Send Email

The GTK2 build swaps the red and blue foreground colors. The following patch fixes the problem. This patch is made on version 7.1.39. ... *************** ... ...
1 Jul 26, 2007
11:52 pm

Larson, David
davidlarson@...
Send Email

Hi all. I have a working proof-of-concept (i.e. it's currently a mess) of recursive :globals. Some examples. To replace `bar' with `baz' if it's on a line...
1 Jul 26, 2007
6:57 am

Antony Scriven
adscriven@...
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