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
Messages 31340 - 31369 of 69714   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
31340 Daniel Elstner
daniel.elstner@... Send Email
Mar 1, 2003
6:52 pm
... Cheers. Just to be sure -- did you test the patch and verified that it works for you, or was this just a generic expression of joy about the rapid customer...
31341 Bram Moolenaar
Bram@... Send Email
Mar 1, 2003
8:47 pm
... It looks like, after this patch, it is not possible to have the old behavior of a cursor key stopping both Visual and Select mode. It's actually a bit...
31342 Daniel Elstner
daniel.elstner@... Send Email
Mar 1, 2003
8:59 pm
... Right, that's what I meant by "behaviour change". So, would it be OK to add another flag ("stopsel_selectonly" maybe) or do I have to live with it? ... ...
31343 Daniel Elstner
daniel.elstner@... Send Email
Mar 2, 2003
7:29 am
... OK, I investigated this, and I'm quite sure this is a problem of Ami itself. The GtkEntry code tries to get around it by avoiding IM resets whenever...
31344 Daniel Elstner
daniel.elstner@... Send Email
Mar 2, 2003
11:39 pm
Hey, recently I discovered the GTK+ GUI doesn't support the sign icons feature. I think it's a shame if GTK+ Vim doesn't support something that's implemented...
31345 Jason Hildebrand
jason@... Send Email
Mar 3, 2003
1:31 am
... <snip> ... Cool - I wasn't even aware that vim had this feature, but I had actually thought that something like this would be useful/necessary for ...
31346 Daniel Elstner
daniel.elstner@... Send Email
Mar 3, 2003
9:14 am
... I hope you're going to hook up the whole ex command line stuff as scripting interface anyway ;) ... Indeed. ... But I couldn't resist making a screenshot: ...
31347 Bram Moolenaar
Bram@... Send Email
Mar 3, 2003
9:28 am
... I would actually like to include this in the GTK 1 version as well. Is this possible without using GTK 2 features? If this is possible, can you separate...
31348 Khorev Sergey
Khorev@... Send Email
Mar 3, 2003
9:47 am
I've ported Vim cscope interface on Win32. The patch can be found at http://iamphet.fromru.com/cscope/vim/cscope_win32.diff.gz. You can get the cscope for...
31349 Daniel Elstner
daniel.elstner@... Send Email
Mar 3, 2003
10:11 am
... [...] ... It certainly is possible, but a) I'd practically have to do it again from scratch b) the GTK+ 1 version would support only .xpm and no scaling I...
31350 Daniel Elstner
daniel.elstner@... Send Email
Mar 3, 2003
4:02 pm
Hey, I found some interesting information on the issue. This Debian bug report explains what's going on: ...
31351 Jason Hildebrand
jason@... Send Email
Mar 3, 2003
4:25 pm
... I think the most important thing will be to implement a bunch of "generic" interfaces (i.e. not vim-specific) which any editor can implement, so that the...
31352 Lubomir Host
8host@... Send Email
Mar 3, 2003
6:28 pm
Hellou! Section and paragraphs separators seems to be hardcoded in vim source. Options 'paragraphs&#39; and 'sectios&#39; allow set nroff macros, which are used as...
31353 Lubomir Host
8host@... Send Email
Mar 3, 2003
6:41 pm
Hellou! There is no way, how to determine vim's patchlevel version. ... 601 v:version probably can be computed as: 364 + 1000 * (1 + 100 * 6) = 601364 ^^^...
31354 digitect@... Send Email Mar 3, 2003
7:28 pm
I'm curious how much resistance there would be to revising the default Vim installation location on Windows. The default for 6.1 is C:\vim, but it has always...
31355 Bram Moolenaar
Bram@... Send Email
Mar 3, 2003
8:05 pm
... These URLs apparently don't work. -- A M00se once bit my sister ... "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar --...
31356 Bram Moolenaar
Bram@... Send Email
Mar 3, 2003
8:06 pm
Patch 6.1.365 (depends on 6.1.217) Problem: Setting a breakpoint in a sourced file with a relative path name doesn't work. (Servatius Brandt) Solution:...
31357 Bram Moolenaar
Bram@... Send Email
Mar 3, 2003
8:06 pm
... This makes sense. I'm glad you found out about this Linux problem. The solution would not work though: Catching SIGSEGV on the alternate stack works...
31358 Daniel Elstner
daniel.elstner@... Send Email
Mar 3, 2003
8:27 pm
... Yes, it's not pretty. My idea was that reducing the problem to SIGSEGV is a lot better than the current situation, and switching to a fixed pthread (i.e....
31359 Bram Moolenaar
Bram@... Send Email
Mar 3, 2003
8:31 pm
... That won't work, because you can add just patch 6.1.364 and not all the ones before it. It would require a check for whether a specific patch has been...
31360 Bram Moolenaar
Bram@... Send Email
Mar 3, 2003
8:31 pm
... Using "c:\Program Files" literally is a bad idea. The name of the directory should be obtained from the registry, it depends on the language used. It...
31361 digitect@... Send Email Mar 3, 2003
9:28 pm
... Nullsoft has a variable $PROGRAMFILES which is determined at runtime, I'd think this should be safe. I'll make some test packages available that try this. ...
31362 Daniel Elstner
daniel.elstner@... Send Email
Mar 4, 2003
7:55 am
... I just confirmed that at least that part still works. Inserting a recursive call early in regmatch() successfully resulted in E363, and Vim did not crash....
31363 Daniel Elstner
daniel.elstner@... Send Email
Mar 4, 2003
7:59 am
... Ooops, sorry, I take that back. /me just realized that there is an explicit call to mch_stackcheck() in regmatch(). Is there any simple way to test the...
31364 Khorev Sergey
Khorev@... Send Email
Mar 4, 2003
8:26 am
... Hm, may be they don't like non-Russians ;))) Please try http://iamphet.nm.ru/cscope/index.html The patch is included in this message. begin 600...
31365 Bram Moolenaar
Bram@... Send Email
Mar 4, 2003
9:25 am
... That's what you get when double checking for errors... I think the simplest way is to undefine HAVE_GETRLIMIT in auto/config.h and compile again. Since we...
31366 Alejandro Lopez-Valen...
dradul@... Send Email
Mar 4, 2003
12:21 pm
... [snip] All are really good ideas and I have gently probed Bram to adopt some of them in the past, he knows that :-) But I haven't had the motivation to do ...
31367 Llu'is Batlle i R...
viric@... Send Email
Mar 4, 2003
2:17 pm
Hi there! I subscribed to this list because I found a bug that hasn't been solved in the recent vim versions. I'm currently using VIM - Vi IMproved 6.1 (2002...
31368 digitect@... Send Email Mar 4, 2003
3:11 pm
... install.exe definitely makes sense for Windows terminal versions. But for GUI Vim it would be nice to avoid all the popping consoles while saving the 100k....
31369 Daniel Elstner
daniel.elstner@... Send Email
Mar 4, 2003
3:15 pm
... Yes, that sounds good to me. ... Yep. But I'd change the wording of the comment to: /* On Linux, glibc compiled for minimum kernel 2.2 has a bug in *...
Messages 31340 - 31369 of 69714   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