... Thanks. Test 6 fails, but does not crash. When I run gdb, it reports "Program exited normally." The stack is empty. Again, the result of "make test" is...
Benji Fisher
benji@...
Jan 1, 2003 3:07 pm
30631
... I have just now upgraded my gcc to version: gcc (GCC) 3.2.2 20021231 (Debian prerelease) vim included patches 1-267 configured with --with-features=normal...
Tomas Vasko
vasko@...
Jan 1, 2003 3:44 pm
30632
... Should have read it more carefully... Try comparing "test6.ok" and "test6.failed". That should give you an idea about what is wrong. If you don't...
Bram Moolenaar
Bram@...
Jan 1, 2003 4:17 pm
30633
... Thanks for testing this. I'll make a patch to add 3.2.1 to the list of versions that require "-fno-strength-reduce". Hopefully we have caught all "bad"...
Bram Moolenaar
Bram@...
Jan 1, 2003 4:17 pm
30634
Hi folks, Sorry about sending an image to the list, but I thought people would appreciate this one (I had to zip it to stop it bouncing). It's an ad for a ...
Robert Webb
RobertW@...
Jan 1, 2003 11:51 pm
30635
... The users list would IMO have been more appropriate. This list is about the *development* of vim. ... Also see http://www.vim.org/weird.php If your picture...
Gerhard Haering
haering_vim@...
Jan 2, 2003 12:20 am
30636
Hello, My system: Mdk9, Vim 6.1.255 from Jeremy Brand RPMs. One of few things in Vim which I dislike was inability to print with ... a programmer. But. I was...
Mikolaj Machowski
mikmach@...
Jan 2, 2003 9:26 am
30637
... Not really the right maillist for this image... Anyway, it's funny text. I'll add it to the weird image collection on www.vim.org. -- In war we're tough...
Bram Moolenaar
Bram@...
Jan 2, 2003 9:47 am
30638
... Thanks for making this. I don't see the advantage of using setreg() over ":let @a = string" and getreg() over "@a". -- GOD: That is your purpose Arthur ......
Bram Moolenaar
Bram@...
Jan 2, 2003 9:47 am
30639
... It appears the conversion from cp1255 to utf8 doesn't work correctly, ther result changes when a space is appended. This looks like an iconv problem. Or...
Bram Moolenaar
Bram@...
Jan 2, 2003 8:04 pm
30640
Patch 6.1.268 Problem: When triggering an abbreviation with a multi-byte character, this character is not correctly inserted after expanding the ...
Bram Moolenaar
Bram@...
Jan 2, 2003 8:08 pm
30641
Patch 6.1.269 Problem: After using input() text written with ":redir" gets extra indent. (David Fishburn) Solution: Restore msg_col after using input(). ...
Bram Moolenaar
Bram@...
Jan 2, 2003 8:12 pm
30642
... I tried it with the iconv program and the iconv function (in a debugger). It appears the iconv program works OK but the iconv function doesn't. It simply...
Bram Moolenaar
Bram@...
Jan 2, 2003 8:30 pm
30643
Patch 6.1.270 (depends on 6.1.260) Problem: GCC 3.2.1 still seems to have an optimizer problem. Solution: Use the same configure check as used for GCC...
Bram Moolenaar
Bram@...
Jan 2, 2003 8:34 pm
30644
You're right about the advantage of getreg('a') over @a.. you'd never do it the first way. But if you don't know what the register name is - being passed in,...
Michael Geddes
mgeddes@...
Jan 2, 2003 11:07 pm
30645
Around about 02/01/2003 20:33, Bram Moolenaar typed ... ... Has a gcc bug been raised on this? -- [neil@fnx ~]# rm -f .signature [neil@fnx ~]# ls -l .signature...
Neil Bird
neil@...
Jan 3, 2003 8:15 am
30646
... Not by me. I don't know exactly where the problem is. It probably requires sending in the produced assembly code to be able to show exactly what the...
Bram Moolenaar
Bram@...
Jan 3, 2003 9:34 am
30647
Hi, ... Printing from Windows and Linux use different methods. You can configure VIM on Windows to generate PS files like on Linux but most people do not. As...
Mike Williams
mike.williams@...
Jan 3, 2003 10:18 am
30648
I'm running Vim 6.1.267 When running at the console, if I run vim --serverlist, Vim starts normally. I should get a list of servers, or nothing. The output of...
Ricardo SIGNES
rjbs-vim@...
Jan 3, 2003 7:35 pm
30649
... OK, avoiding ":exe" is a good point. When adding these functions, there is one extra issue considering registers that we might want to take care of:...
Bram Moolenaar
Bram@...
Jan 3, 2003 7:53 pm
30650
... [snip] It behaves as expected here (Red Hat 8.0, four patches behind). --Benji Fisher...
Benji Fisher
benji@...
Jan 3, 2003 7:55 pm
30651
Patch 6.1.271 Problem: When compiling without the +syntax feature there are errors. Solution: Don't use some code for syntax highlighting. (Roger...
Bram Moolenaar
Bram@...
Jan 3, 2003 9:54 pm
30652
... Update: When running "vim --serverlist" or "gvim --serverlist" under a terminal under X, I get a list of servers. When running it from the console or a...
Ricardo SIGNES
rjbs-vim@...
Jan 4, 2003 12:27 am
30653
October 28, Dan Sharp mailed out a patch (attached) to add the "Compilation:" and "Linking:" lines to :version output when compiled with BCC. There were some...
Steve Hall
digitect@...
Jan 4, 2003 7:08 am
30654
Is anyone here the author or maintainer of Vim's Nullsoft Windows installer packages? Just curious if there have been any udpates to those files since 6.1.0 or...
Steve Hall
digitect@...
Jan 4, 2003 7:44 am
30655
... [snip] ... Thanks. ... OK. But when you're storing these files on disk it can lead in future to some mistakes. ... I was thinking about importing files...
Mikolaj Machowski
mikmach@...
Jan 4, 2003 3:06 pm
30656
... Right, when the X server can't be contacted "vim --serverlist" doesn't give a warning and starts as if no arguments were given. I suppose this shouldn't...
Bram Moolenaar
Bram@...
Jan 4, 2003 4:16 pm
30657
... This is one of the patches that I have in my todo list. It won't get lost, it just takes some time before I have included it. -- ARTHUR: Who are you?...
Bram Moolenaar
Bram@...
Jan 4, 2003 4:17 pm
30658
... I haven't made changes, but I did get a patch for NSIS 2.0 from Rene de Zwart. Haven't tried it yet. I'll probably make some changes for 6.2, but I don't...
Bram Moolenaar
Bram@...
Jan 4, 2003 4:17 pm
30659
... Sorry to be a pain, I should have known you were keeping track. :) Steve Hall [ (digitect)@(mindspring).(com) ]...