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
Messages 56176 - 56205 of 70021   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
56176 Ben Fritz
fritzophrenic@... Send Email
Mar 1, 2010
3:03 pm
... I can reproduce on the "Cream" build for Windows, even after commenting out the entire contents of the TestFunc function, leaving in the :set commands. The...
56177 Antony Scriven
adscriven@... Send Email
Mar 1, 2010
3:54 pm
... Me too. It looks to me like 'ei' is being set to ",Syntax" which is causing do_set() to fail. Maybe event_name2nr() could do with a "if (*start == ',')...
56178 Antony Scriven
adscriven@... Send Email
Mar 1, 2010
7:24 pm
... ... on a subsequent ":set ei+=". I hope that's clearer. --Antony -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply...
56179 Bram Moolenaar
Bram@... Send Email
Mar 1, 2010
8:01 pm
... This patch should fix it: ... *************** *** 7925,7931 **** new_ei = vim_strnsave(p_ei, (int)(STRLEN(p_ei) + STRLEN(what))); if (new_ei != NULL) { !...
56180 Bram Moolenaar
Bram@... Send Email
Mar 1, 2010
10:50 pm
... Thanks. Unless someone complains I'll include this soon. -- Experience is what you get when you don't get what you want. /// Bram Moolenaar --...
56181 winterTTr
winterTTr.vim@... Send Email
Mar 2, 2010
1:53 am
... Thanks Bram and everyone. I will try to compile and use the latest version. ... -- You received this message from the "vim_dev" maillist. Do not top-post!...
56182 Sergey Khorev
sergey.khorev@... Send Email
Mar 2, 2010
8:13 am
... Bram, I do not use Ruby integration but the patch seems defeating the very point of dynamic loading, making Vim dependent on Ruby dll. Unless someone more...
56183 Martti Kuparinen
martti.kuparinen@... Send Email
Mar 2, 2010
8:43 am
Hi, I'm the Vim maintainer in NetBSD pkgsrc and I was looking two weird problem reports: http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=39375 ...
56184 Bram Moolenaar
Bram@... Send Email
Mar 2, 2010
11:39 am
Patch 7.2.378 Problem: C function declaration indented too much. (Rui) Solution: Don't see a line containing { or } as a type. (Matt Wozniski) Files:...
56185 Bram Moolenaar
Bram@... Send Email
Mar 2, 2010
12:47 pm
... I can't reproduc this. You could compile Vim with debugging symbols, run it in gdb and set a breakpoint at the error message. Then look at the stack...
56186 Bram Moolenaar
Bram@... Send Email
Mar 2, 2010
12:48 pm
Patch 7.2.379 Problem: 'eventignore&#39; is set to an invalid value inside ":doau". (Antony Scriven) Solution: Don't include the leading comma when the option...
56187 Bram Moolenaar
Bram@... Send Email
Mar 2, 2010
2:21 pm
Patch 7.2.380 (after 7.2.363) Problem: Perl interface builds with 5.10.1 but not with 5.10.0. Solution: Change the #ifdefs. (Sergey Khorev) Files:...
56188 Bram Moolenaar
Bram@... Send Email
Mar 2, 2010
2:57 pm
Patch 7.2.381 Problem: No completion for :behave. Solution: Add :behave completion. Minor related fixes. (Dominique Pelle) Files: src/ex_docmd.c,...
56189 Cesar Romani
cesar.romani@... Send Email
Mar 2, 2010
3:18 pm
... I myself don't use Ruby integration but it'd be better if vim can work with all modules integrated on windows and the only problem at the moment is the...
56190 Bram Moolenaar
Bram@... Send Email
Mar 2, 2010
4:34 pm
Patch 7.2.382 Problem: Accessing freed memory when closing the cmdline window when 'bufhide&#39; is set to "wipe". Solution: Check if the buffer still exists...
56191 Bram Moolenaar
Bram@... Send Email
Mar 2, 2010
5:05 pm
Patch 7.2.383 Problem: Vim doesn't build cleanly with MSVC 2010. Solution: Change a few types. (George Reilly) Files: src/ex_cmds2.c, src/if_python.c,...
56192 Bram Moolenaar
Bram@... Send Email
Mar 2, 2010
5:15 pm
Patch 7.2.384 (extra) Problem: Vim doesn't build properly with MSVC 2010. Solution: Add the nmake version to the build file. (George Reilly) Files:...
56193 Bram Moolenaar
Bram@... Send Email
Mar 2, 2010
5:28 pm
Patch 7.2.385 Problem: When in the command line window dragging status line only works for last-but-one window. (Jean Johner) Solution: Remove the code...
56194 Apuzzo, Tony
Tony.Apuzzo@... Send Email
Mar 2, 2010
6:33 pm
Android is at the lowest level a Linux 2.6 Kernel, but normal phone applications are written in a specialized version of Java which obviously isn't so good for...
56195 Christian Brabandt
cblists@... Send Email
Mar 2, 2010
9:22 pm
Hi, I recently noticed, that there are some problems with synIDattr()น: 1) the standout highlighting attribute is not mentioned at the help file or at least...
56196 Christian Brabandt
cblists@... Send Email
Mar 2, 2010
9:40 pm
... Grml, I guess, I just found a bug in my Checkattach plugin (http://www.vim.org/scripts/script.php?script_id=2796). Well, here is the patch and the plugin...
56197 Lech Lorens
lech.lorens@... Send Email
Mar 2, 2010
11:10 pm
Executing the following script (e.g. by saving it into a file called do.vim and executing "vim -u NONE -S do.vim") while in src directory containing Vim...
56198 TD
thinkdifferent@... Send Email
Mar 3, 2010
4:18 am
Hi all, we’ve been experiencing an issue on AIX6.1 with vim7.1 and now vim7.2. When vim is started and then put in background (Ctrl-Z) and the putty session...
56199 Sergey Khorev
sergey.khorev@... Send Email
Mar 3, 2010
5:24 am
Ok, here is a patch to build Vim with dynamic Ruby loading. I've tested it with Ruby 1.8.7 and 1.9.1 from http://rubyinstaller.org/download.html I believe...
56200 Dominique Pellé
dominique.pelle@... Send Email
Mar 3, 2010
7:23 am
... Hi I don't see anything wrong when I execute those steps with Vim in a terminal (gnome-terminal). However, by default, there is no pum and I see... -- Omni...
56201 Lech Lorens
lech.lorens@... Send Email
Mar 3, 2010
9:04 am
... The smallest value of lines for which I managed to reproduce the bad behaviour is 57, but then the wrong menu image is only 1-line long and is visible...
56202 Martti Kuparinen
martti.kuparinen@... Send Email
Mar 3, 2010
2:12 pm
I had few minutes to debug this, so far I found this... # ldd vim ldd: vim: not dynamically linked # file vim vim: ELF 32-bit LSB executable, Intel 80386,...
56203 Lech Lorens
lech.lorens@... Send Email
Mar 3, 2010
2:29 pm
... Yesterday I tried to install NetBSD under Qemu but the installation hanged during the boot process... If you make your image available somewhere, I might...
56204 Martti Kuparinen
martti.kuparinen@... Send Email
Mar 3, 2010
5:58 pm
... I have VirtualBox 3.1.4 on my home PC so here's a VDI image instead of VMware VMDK image: http://kuparinen.org/martti/tmp/netbsd5vim72.xml ...
56205 Bram Moolenaar
Bram@... Send Email
Mar 3, 2010
8:22 pm
Hello Vim users! Your donations for the use of Vim and otherwise have resulted in a very good year for ICCF. For the first time the total amount went over ...
Messages 56176 - 56205 of 70021   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help