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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 48762 - 48791 of 55382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
48762
Patch 7.1.177 Problem: Freeing memory twice when in debug mode while reading a script. Solution: Ignore script input while in debug mode. Files:...
Bram Moolenaar
Bram@...
Send Email
Jan 1, 2008
1:18 pm
48763
Hi Bram, ... I didn't see this patch on the FTP site. Could you please re-upload it? Thanks a lot! ... Regards, Edward L. Fox ...
Edward L. Fox
edyfox@...
Send Email
Jan 1, 2008
2:09 pm
48764
Patch 7.1.178 Problem: "%" doesn't work on "/* comment *//* comment */". Solution: Don't handle the "//" in "*//*" as a C++ comment. (Markus Heidelberg) ...
Bram Moolenaar
Bram@...
Send Email
Jan 1, 2008
2:43 pm
48765
Patch 7.1.179 Problem: Need to check for TCL 8.5. Solution: Adjust configure script. (Alexey Froloff) Files: src/configure.in, src/auto/configure ... ...
Bram Moolenaar
Bram@...
Send Email
Jan 1, 2008
3:26 pm
48766
Patch 7.1.180 Problem: Regexp patterns not tested sufficiently. Solution: Add more checks to the regexp test. Files: src/testdir/test64.in,...
Bram Moolenaar
Bram@...
Send Email
Jan 1, 2008
4:37 pm
48767
Problem 1: ftp://ftp.vim.org/pub/vim/ (and subdirectories) times out. Workaround: Use ftp://ftp.nluug.nl/pub/vim/ instead. Note: - ftp.vim.org has multiple...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Jan 1, 2008
6:28 pm
48768
... Unfortunately, for neither ftp.vim.org nor ftp.nluug.nl am I able to cd to pub/vim . As TM said, /pub/vim/ on both sites yields a chain of symlinks: ie....
Charles E. Campbell, ...
drchip@...
Send Email
Jan 1, 2008
7:40 pm
48769
... Apparently, the fact that I succeeded to connect to a server where /pub/vim was a vailable, and even to downloaded all patches till 7.1.180, was a one-time...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Jan 1, 2008
8:11 pm
48770
... [...] ... [...] ... [...] I rebooted my Linux system (for another reason), and now I can access both the FTP and the rsync servers. Dr. Chip, what about...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Jan 1, 2008
10:37 pm
48771
On Jan 1, 2008 6:10 PM, Tony Mechelynck <antoine.mechelynck@...> wrote: > Apparently, the fact that I succeeded to connect to a server where /pub/vim >...
Kazuo Teramoto
kaz.rag@...
Send Email
Jan 1, 2008
11:07 pm
48772
... I can now get in with my linux box, too! Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Charles E. Campbell, ...
drchip@...
Send Email
Jan 2, 2008
12:06 am
48773
Patch 7.1.181 Problem: Accessing uninitialized memory in Farsi mode. (Dominuque Pelle) Solution: Only invoke lrF_sub() when there is something to do. ...
Bram Moolenaar
Bram@...
Send Email
Jan 2, 2008
12:59 pm
48774
Sorry if this is the wrong place, but I could not find any better.. In http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl at 32.1: - $ stty -ixon -xoff +...
Richard Hartmann
richih.mailinglist@...
Send Email
Jan 2, 2008
2:00 pm
48775
... Agreed. Richard --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit...
Richard Hartmann
richih.mailinglist@...
Send Email
Jan 2, 2008
2:13 pm
48776
Patch 7.1.182 Problem: When using tab pages and an argument list the session file may contain wrong "next" commands. (Alexander Bluem) Solution: Use...
Bram Moolenaar
Bram@...
Send Email
Jan 2, 2008
2:24 pm
48777
Patch 7.1.183 Problem: "Internal error" for ":echo matchstr('a', bb'a\%[\&]')" (Mitanu Paul) Solution: Inside "\%[]" detect \&, \| and \) as an error. ...
Bram Moolenaar
Bram@...
Send Email
Jan 2, 2008
2:36 pm
48778
Patch 7.1.184 Problem: Crash when deleting backwards over a line break in Insert mode. Solution: Don't advance the cursor when it's already on the NUL...
Bram Moolenaar
Bram@...
Send Email
Jan 2, 2008
3:37 pm
48779
Patch 7.1.185 Problem: Using "gR" with a multi-byte encoding and typing a CR pushes characters onto the replace stack incorrectly, resulting in BS putting...
Bram Moolenaar
Bram@...
Send Email
Jan 2, 2008
4:49 pm
48780
Patch 7.1.186 Problem: "expand('<afile>')" returns a bogus value after changing directory. (Dave Fishburn) Solution: Copy "autocmd_fname" to allocated...
Bram Moolenaar
Bram@...
Send Email
Jan 2, 2008
8:08 pm
48781
Patch 7.1.187 Problem: Win32 GUI: Custom completion using system() no longer works after patch 7.1.104. (Erik Falor) Solution: Loop when safe_vgetc()...
Bram Moolenaar
Bram@...
Send Email
Jan 2, 2008
8:56 pm
48782
Patch 7.1.188 Problem: When 'showmode' is off the message for changing a readonly file is given in the second column instead of the first. (Payl B. Mahol)...
Bram Moolenaar
Bram@...
Send Email
Jan 2, 2008
9:09 pm
48783
While writing a guitabtooltip function, I discovered that the tooltips in Win32 don't properly handle backslash-escaped chars. In particular, '\n' comes out as...
Erik Falor
ewfalor@...
Send Email
Jan 2, 2008
9:14 pm
48784
... I for one would be interested in knowing what actually is 'expected' in this circumstance. I personally think that's quite unclear and am not at all...
Ben Schmidt
mail_ben_schmidt@...
Send Email
Jan 2, 2008
9:35 pm
48785
... On Windows, where the OS-standard line break is \r\n, shouldn't _that_ also be used to break lines in a tooltip? And what about Mac? Best regards, Tony. --...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Jan 2, 2008
9:57 pm
48786
Well, I suppose by 'works as expected' I meant that the string escapes didn't blow up :) What I think should be acceptable behavior is for the guitabtooltips...
Erik Falor
ewfalor@...
Send Email
Jan 2, 2008
10:10 pm
48787
... "\r\n" results in two boxes. -- Registered Linux User #445632 http://counter.li.org --~--~---------~--~----~------------~-------~--~----~ You received this...
Erik Falor
ewfalor@...
Send Email
Jan 2, 2008
10:13 pm
48788
... Three months ago Yegappan Lakshmanan asked me to put the FAQ on the Vim Tips wiki. He referred me to the txt and html versions: ...
John Beckett
johnb.beckett@...
Send Email
Jan 2, 2008
11:19 pm
48789
I think this information from 'h balloonexpr' applies. "To check whether line breaks in the balloon text work use this check: if has("balloon_multiline") When...
ap
politza@...
Send Email
Jan 2, 2008
11:25 pm
48790
... FWIW, the Win32 build does have balloon_multiline. According to gui_w32.c, George V. Reilly was the original author of the Windows GUI code. Robert Webb...
Erik Falor
ewfalor@...
Send Email
Jan 2, 2008
11:45 pm
48791
Hi, ... There used to be a cron job that periodically converted the text version of the FAQ to the HTML version and uploaded it to the Vim online site. I think...
Yegappan Lakshmanan
yegappanl@...
Send Email
Jan 3, 2008
2:58 am
Messages 48762 - 48791 of 55382   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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