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...
48070
Mike Williams
mike.williams@...
Oct 1, 2007 8:19 am
... Ok, here is the next version for identifying compiler version and supporting VC8 optimisation compiler options. How about sending this out separate to the...
48071
John Beckett
johnb.beckett@...
Oct 1, 2007 9:43 am
... 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 ...
48072
Mikael Jansson
lists@...
Oct 1, 2007 12:09 pm
... I like the idea! Are you resuming work on SLIM-VIM? -- Mikael --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
48073
Alexei Alexandrov
alexei.alexandrov@...
Oct 1, 2007 2:38 pm
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...
48074
Suresh Govindachar
sgovindachar@...
Oct 1, 2007 3:43 pm
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...
48075
Alexei Alexandrov
alexei.alexandrov@...
Oct 1, 2007 7:39 pm
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...
48076
Bram Moolenaar
Bram@...
Oct 1, 2007 8:43 pm
... 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...
48077
Bram Moolenaar
Bram@...
Oct 1, 2007 8:43 pm
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...
48078
Bram Moolenaar
Bram@...
Oct 1, 2007 8:44 pm
... 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...
48079
Bram Moolenaar
Bram@...
Oct 1, 2007 8:44 pm
... The code hasn't been tested much with 'tabstop39; set to values other than 8. But it should work. I can see the problem you explain. Hopefully you can fix...
48080
Bram Moolenaar
Bram@...
Oct 1, 2007 9:00 pm
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. ...
48081
Alexei Alexandrov
alexei.alexandrov@...
Oct 1, 2007 9:22 pm
... Thanks! P.S. So is the "About patch .*" pattern in the subject line intentional? --~--~---------~--~----~------------~-------~--~----~ You received this...
48082
Gary Johnson
garyjohn@...
Oct 1, 2007 9:37 pm
... 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...
48083
Bram Moolenaar
Bram@...
Oct 2, 2007 7:50 am
... 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...
48084
Edward L. Fox
edyfox@...
Oct 2, 2007 8:06 am
... 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. ...
48085
Tony Mechelynck
antoine.mechelynck@...
Oct 2, 2007 12:12 pm
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, ...
48086
Andy Wokula
anwoku@...
Oct 2, 2007 12:30 pm
... Btw: How to reproduce this crash? -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For...
48087
John Mullin
mullinj@...
Oct 2, 2007 1:20 pm
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 <...
48088
Richard Hartmann
richih.mailinglist@...
Oct 2, 2007 2:07 pm
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...
48089
Andy Wokula
anwoku@...
Oct 2, 2007 2:17 pm
... 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...
48090
Tony Mechelynck
antoine.mechelynck@...
Oct 2, 2007 2:25 pm
... 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 ......
48091
Richard Hartmann
richih.mailinglist@...
Oct 2, 2007 2:37 pm
... 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 ...
48092
Andy Wokula
anwoku@...
Oct 2, 2007 5:48 pm
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...
48093
Bram Moolenaar
Bram@...
Oct 2, 2007 6:41 pm
Patch 7.1.131 Problem: ":mksession" always adds ":setlocal autoread". (Christian J. Robinson) Solution: Skip boolean global/local option using global...
48094
Bram Moolenaar
Bram@...
Oct 2, 2007 8:08 pm
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:...
48095
Bram Moolenaar
Bram@...
Oct 2, 2007 8:27 pm
... 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...
48096
Bram Moolenaar
Bram@...
Oct 2, 2007 8:27 pm
... 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...
48097
Bram Moolenaar
Bram@...
Oct 2, 2007 8:27 pm
... 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...
48098
Bram Moolenaar
Bram@...
Oct 2, 2007 8:28 pm
... A.Politz made this script: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- "Function : Segfault "Args : None "Purpose : Called...