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...
Show off your group to the world. Share a photo of your group with us.

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 48069 - 48098 of 55364   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
48069
On Mon, 01 Oct 2007 11:39:47 +1000, Ben Schmidt ... I don't think there's anywhere else where tabs and showbreak interact in that way. There are other...
Matthew Winn
vim@...
Send Email
Oct 1, 2007
8:06 am
48070
... Ok, here is the next version for identifying compiler version and supporting VC8 optimisation compiler options. How about sending this out separate to the...
Mike Williams
mike.williams@...
Send Email
Oct 1, 2007
8:19 am
48071
... Googling does not throw much light on the matter, but I see hints that gcc wants the caller to pass at least one variable argument. I infer that the ...
John Beckett
johnb.beckett@...
Send Email
Oct 1, 2007
9:43 am
48072
... I like the idea! Are you resuming work on SLIM-VIM? -- Mikael --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Mikael Jansson
lists@...
Send Email
Oct 1, 2007
12:09 pm
48073
Hi Vimmers, In file os_win32.c there is a function mch_get_user_name() which uses GetUserName() function to get the logon name on Windows. The constant used to...
Alexei Alexandrov
alexei.alexandrov@...
Send Email
Oct 1, 2007
2:38 pm
48074
There is a known issue with things working on Vista having to do the _access() function. For example, the application gcc uses _access() to find other tools...
Suresh Govindachar
sgovindachar@...
Send Email
Oct 1, 2007
3:43 pm
48075
Hi vimmers, I try to update my Vim runtime files with AAP. I have AAP 1.090 installed, plus Python 2.5. I execute command ... which is a copy-paste from Vim...
Alexei Alexandrov
alexei.alexandrov@...
Send Email
Oct 1, 2007
7:39 pm
48076
... OK, so I made a mistake in my correction for a mistake, sigh... It was about Patch 7.1.126. 126? Let's check... Yes! 7.1.126. It patches...
Bram Moolenaar
Bram@...
Send Email
Oct 1, 2007
8:43 pm
48077
Patch 7.1.129 (extra) Problem: Win32: Can't get the user name when it is longer than 15 characters. Solution: Use UNLEN instead of...
Bram Moolenaar
Bram@...
Send Email
Oct 1, 2007
8:43 pm
48078
... Thanks for reporthing this. I'll make a patch. -- It might look like I'm doing nothing, but at the cellular level I'm really quite busy. /// Bram...
Bram Moolenaar
Bram@...
Send Email
Oct 1, 2007
8:44 pm
48079
... The code hasn't been tested much with 'tabstop' set to values other than 8. But it should work. I can see the problem you explain. Hopefully you can fix...
Bram Moolenaar
Bram@...
Send Email
Oct 1, 2007
8:44 pm
48080
Patch 7.1.130 Problem: Crash with specific order of undo and redo. (A.Politz) Solution: Clear and adjust pointers properly. Add u_check() for debugging. ...
Bram Moolenaar
Bram@...
Send Email
Oct 1, 2007
9:00 pm
48081
... Thanks! P.S. So is the "About patch .*" pattern in the subject line intentional? --~--~---------~--~----~------------~-------~--~----~ You received this...
Alexei Alexandrov
alexei.alexandrov@...
Send Email
Oct 1, 2007
9:22 pm
48082
... I don't think that's what Bill was talking about. You posted patch 7.1.126 as "patch 7.1.126", then amended that posting with one titled "About patch...
Gary Johnson
garyjohn@...
Send Email
Oct 1, 2007
9:37 pm
48083
... I shouldn't send out patches late at night... The title should be without "About"! -- CART DRIVER: Bring out your dead! We follow the cart through a...
Bram Moolenaar
Bram@...
Send Email
Oct 2, 2007
7:50 am
48084
... Could you please tell me that which titles should be with "About" and which shouldn't? It seems that many patches these days are all with "About" prefix. ...
Edward L. Fox
edyfox@...
Send Email
Oct 2, 2007
8:06 am
48085
Edward L. Fox wrote: [...] ... [...] There was a recent thread about that. They all should be without, except the "About" post about patch 126. Best regards, ...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Oct 2, 2007
12:12 pm
48086
... Btw: How to reproduce this crash? -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For...
Andy Wokula
anwoku@...
Send Email
Oct 2, 2007
12:30 pm
48087
I ran "make test" after patch 7.1.130 and it failed test61 with the following diff... ../vim -u unix.vim -U NONE --noplugin -s dotest.in test61.in 20c20 <...
John Mullin
mullinj@...
Send Email
Oct 2, 2007
1:20 pm
48088
Hi, I suspect that this issue relates to the complete removal of the lines in question. No idea how hard this makes a possible fix. As the issue is not...
Richard Hartmann
richih.mailinglist@...
Send Email
Oct 2, 2007
2:07 pm
48089
... R as a side effect changes the selection into line-wise (to replace the lines and not only the block). After gv, press Ctrl-V to get the blockwise...
Andy Wokula
anwoku@...
Send Email
Oct 2, 2007
2:17 pm
48090
... Here when I hit shift-R, the whole lines containing the visual block get replaced by one empty line. If I hit <Ins> instead, I get a beep. Checking for ......
Tony Mechelynck
antoine.mechelynck@...
Send Email
Oct 2, 2007
2:25 pm
48091
... I _did_ check R, but I never knew v_foo existed. Thanks! Sounds to me as if my expected behaviour is on Bram To{olong}do list, already :) Richard ...
Richard Hartmann
richih.mailinglist@...
Send Email
Oct 2, 2007
2:37 pm
48092
An attempt to implement v_R: " File: vbreplace.vim " Created: 2007 Oct 02 " Last Change: 2007 Oct 02 " Implement v_b_R: works like v_b_I, but...
Andy Wokula
anwoku@...
Send Email
Oct 2, 2007
5:48 pm
48093
Patch 7.1.131 Problem: ":mksession" always adds ":setlocal autoread". (Christian J. Robinson) Solution: Skip boolean global/local option using global...
Bram Moolenaar
Bram@...
Send Email
Oct 2, 2007
6:41 pm
48094
Patch 7.1.132 Problem: getpos("'>") may return a negative column number for a Linewise selection. (A.Politz) Solution: Don't add one to MAXCOL. Files:...
Bram Moolenaar
Bram@...
Send Email
Oct 2, 2007
8:08 pm
48095
... None of the actual patches should have "About" in the subject. ... I will. But first finish reading all the messages... -- Bad programs can be written in...
Bram Moolenaar
Bram@...
Send Email
Oct 2, 2007
8:27 pm
48096
... Hmm, perhaps another Python 2.5 incompatibility? At least it works fine for me with Python 2.4.2. Can you please locate the Process.py file in the aap...
Bram Moolenaar
Bram@...
Send Email
Oct 2, 2007
8:27 pm
48097
... It's a race condition. The test checks if jumping back in time works for undo. This is inherently tricky, especially on a slow system or when something...
Bram Moolenaar
Bram@...
Send Email
Oct 2, 2007
8:27 pm
48098
... A.Politz made this script: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- "Function : Segfault "Args : None "Purpose : Called...
Bram Moolenaar
Bram@...
Send Email
Oct 2, 2007
8:28 pm
Messages 48069 - 48098 of 55364   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