Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 33234 - 33263 of 52155   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33234
Wouldn't it be natural if 'equalalways' also act after resizing &rows or &columns, not only after splitting or closing a window ? Maybe this is planned ? Jacob...
Yakov Lerner
yakov.lerner@...
Send Email
Jul 1, 2003
8:48 am
33235
Before trying to implement support for pathnames with spaces for ":cs add", I want to feel out whether it is required, because I haven't direct requests for...
Khorev Sergey
Khorev@...
Send Email
Jul 1, 2003
10:17 am
33236
This is a problem which has been irritating me for a while. I have not reported it before as it is cosmetic. I compress a UNIX file. I open the compressed...
Walter Briscoe
wbriscoe@...
Send Email
Jul 1, 2003
1:00 pm
33237
... Not needed....
Zdenek Sekera
z.sekera@...
Send Email
Jul 1, 2003
4:53 pm
33238
... We have been trying to fix this, but apparently it still doesn't work properly. Charles, can you reproduce this problem? ... Thanks. I'll add this to the...
Bram Moolenaar
Bram@...
Send Email
Jul 1, 2003
8:23 pm
33239
Just wanted to let everyone know that I'm on holiday this week and next. I might get a chance to check the latest patches into CVS, but it is only occasionally...
David Brown
vim@...
Send Email
Jul 2, 2003
12:51 am
33240
Hari et al, I think the remote debugging idea is quite kool.. so I've done a bit of digging. As a start, I suggest that we turn off debug mode and redir_off...
Michael Geddes
mgeddes@...
Send Email
Jul 2, 2003
2:00 am
33241
This is getting a bit gnarly, so I'll let somebody who has had more experience with this area have a go. I've found the basic reason for the problem, which is...
Michael Geddes
mgeddes@...
Send Email
Jul 2, 2003
5:42 am
33242
Hello, after using vim several years with UNIX I have to move to Windows :-( To use it there with SNiFF+ I tried to compile it with VisualC++ 6.0 but failed. I...
Holger Ditting
holgerd@...
Send Email
Jul 2, 2003
7:04 am
33243
... ... There is IMHO a simple bug anywhere in the makefile (?). The directories for the objects are not created automatically. Build it / them manually. ...
BStrohhaecker@...
Send Email
Jul 2, 2003
7:18 am
33244
... This is not the problems. These directories are created. Holger....
Holger Ditting
holgerd@...
Send Email
Jul 2, 2003
8:17 am
33245
I have no problems building with VC++6 (same version of nmake), but I get my source from CVS as opposed to the tarballs. Since the problem seems to be access...
Vince Negri
vnegri@...
Send Email
Jul 2, 2003
8:28 am
33246
... Sorry, no more ideas. The following works fine for me: call d:\VS\VC98\Bin\VCVARS32.BAT nmake -f Make_mvc.mak CSCOPE=yes nmake -f Make_mvc.mak CSCOPE=yes...
BStrohhaecker@...
Send Email
Jul 2, 2003
8:29 am
33247
Hello, When running a gvim, if i click on the title bar and try to move the window, vim instead switches to visual mode, and hilights the first line or part of...
Denis Perelyubskiy
lists@...
Send Email
Jul 2, 2003
5:24 pm
33248
Hi, I want to avoid changing of jump list then I invisibly switch to other buffer in the script. It seems to be the only thing which cannot be restored anyhow....
Pavel A. Papushev
P.A.Papushev@...
Send Email
Jul 2, 2003
5:48 pm
33249
Patch 6.2.018 Problem: When using the XSMP protocol and reading from stdin Vim may wait for a key to be pressed. Solution: Avoid that RealWaitForChar() is...
Bram Moolenaar
Bram@...
Send Email
Jul 2, 2003
7:37 pm
33250
... That makes sense in most situations, but what if the user really wants to debug the commands being send remotely? -- The psychic said, "God bless you." I...
Bram Moolenaar
Bram@...
Send Email
Jul 2, 2003
8:15 pm
33251
... Thanks for figuring it out this far. It's really a problem of the event handling doing something unexpected. It is not obvious how this should be fixed....
Bram Moolenaar
Bram@...
Send Email
Jul 2, 2003
8:15 pm
33252
A few weeks ago I have visited Vim's charityware project in Uganda. You can find my report with a few pictures here: http://iccf-holland.org/news.html If you...
Bram Moolenaar
Bram@...
Send Email
Jul 2, 2003
8:22 pm
33253
That works. Even with this patch, if you :breakadd the function being called, then it will break back into the debugger as expected (very nice, I thought)! We...
Michael Geddes
mgeddes@...
Send Email
Jul 2, 2003
11:23 pm
33254
Hi all, I am building Vim 6.2 in Solaris 2.8 and I am getting the following linker error: ld: fatal: symbol `shellRectangle' is multiply-defined: (file...
Yegappan Lakshmanan
yegappan@...
Send Email
Jul 3, 2003
1:37 am
33255
... I tried for you on Linux, and offcourse the same problem occurs: objects/netbeans.o: In function `shellRectangle': ...
Aschwin Marsman
a.marsman@...
Send Email
Jul 3, 2003
6:40 am
33256
... I already have a fix for this, but didn't have time to send it out yet. The solution is to move the shellRectangle() function to gui_x11.c. -- I'd like to...
Bram Moolenaar
Bram@...
Send Email
Jul 3, 2003
9:14 am
33257
... /Ox ... Just if anybody is interested. Now it works, at least with Win2k and Visual C++ 7.0 I had to change Make_mvc.mak and set the environment variables...
Holger Ditting
holgerd@...
Send Email
Jul 3, 2003
12:29 pm
33258
I am new here, and posted a message to the Yahoo archive by accident rather than using the mailing list. Is there a way this message can be retreived? I'd...
Dan Hulme
dan_256@...
Send Email
Jul 5, 2003
6:43 am
33259
Patch 6.2.019 (lang) Problem: Loading the Portuguese menu causes an error message. Solution: Join two lines. (Jose Pedro Oliveira, José de Paula) Files:...
Bram Moolenaar
Bram@...
Send Email
Jul 5, 2003
5:12 pm
33260
Patch 6.2.020 Problem: The "Syntax/Set syntax only" menu item causes an error message. (Oyvind Holm) Solution: Set the script-local variable in a...
Bram Moolenaar
Bram@...
Send Email
Jul 5, 2003
5:14 pm
33261
Patch 6.2.021 Problem: The user manual section on exceptions contains small mistakes. Solution: Give a good example of an error that could be missed and...
Bram Moolenaar
Bram@...
Send Email
Jul 5, 2003
5:20 pm
33262
Hi the gvim GUI toolbar icons have tooltips asscoiated with them (explaining what the icon stands for). I felt that an enhancement in vim providing a vim ...
Ritesh Banerjee
riteshban@...
Send Email
Jul 6, 2003
11:10 am
33263
Some things I've noticed with the netrw plugin (which is fantastic, by the way): 1. The filetype is not always set correctly. For example: vim...
Aron Griffis
vim-dev@...
Send Email
Jul 6, 2003
3:11 pm
Messages 33234 - 33263 of 52155   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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