... You can compile a small version of Vim. My small version is about 650 kb while a normal Vim is about 1 Mb. (These are 68k versions, btw.) Axel...
Axel Kielhorn
A.Kielhorn@...
Feb 1, 2004 9:28 am
1400
... The original Vi is not available publicly. It is part of the "closed source" Unix. Someone mentioned Nvi, but that is a BSD re-implementation of Vi with...
Bram Moolenaar
Bram@...
Feb 1, 2004 3:21 pm
1401
Hi! Since FEAT_CW_EDITOR is on by default even for Mac OS X I have changed it a bit to be usable for Xcode when building Vim with gcc. The only things that...
Eckehard Berns
ecki@...
Feb 1, 2004 8:26 pm
1402
I have checked out the recently submitted changes to make the configuration work better for the various interfaces. I have only tested this on my machine. I...
Bram Moolenaar
Bram@...
Feb 1, 2004 9:14 pm
1403
... Just did a quick check. On my system (10.3.2) if_ruby.c doesn't compile because somewhere T_DATA is defined as 0x22 (or something) and OpenTransport.h...
Eckehard Berns
ecki@...
Feb 1, 2004 10:24 pm
1405
... I tried undefining T_DATA, but that breaks compiling if_ruby.c on FreeBSD. It is required by Data_Get_Struct(). That also implies that using a value from...
Bram Moolenaar
Bram@...
Feb 2, 2004 10:40 am
1407
I'm running Aqua Gvim 6.2.215 on Panther. The problem is that Gvim does not recognise CTRL-^. I press CTRL, SHIFT and '6' at the same time, and Gvim...
Andrew Nesbit
alnesbit@...
Feb 2, 2004 1:10 pm
1408
... I don't know how to correct this in Vim itself, but you can add a ... -- Eckehard Berns...
Eckehard Berns
ecki@...
Feb 2, 2004 6:40 pm
1409
... One would have to prevent the Carbon header files from being included, since they wouldn't be needed here. Everything I can think of smells like a hack....
Eckehard Berns
ecki@...
Feb 2, 2004 7:48 pm
1410
Hi everybody, just a quick check: Am I the only one for whom non-GUI 6.2.225 on OS X.3, unlike vanilla 6.3, shows blanks instead of digraph charcacters? They...
Andre Berger
andre.berger@...
Feb 2, 2004 10:57 pm
1411
... Yep, this works for me too. Thankyou. Andrew. -- "The thing that used to worry him most was the fact that people always used to ask him what he was...
Andrew Nesbit
alnesbit@...
Feb 3, 2004 2:19 am
1412
... I just verified and agree with you. But if you use the vim that comes with OS X.3 (/usr/bin/vim) digraphs work fine. Digraphs annoying ... On a side note,...
Eric Y. Kow
m5a08d7bsbdi001@...
Feb 3, 2004 8:42 am
1413
... Not a nice solution. Since if_ruby appears not to contain any Mac- specific things we could skip all the Mac-specific headers. How about this: In...
Bram Moolenaar
Bram@...
Feb 3, 2004 10:09 am
1414
... I don't know what causes this problem, thus I am forwarding it to the vim-mac maillist. -- How To Keep A Healthy Level Of Insanity: 15. Five days in...
Bram Moolenaar
Bram@...
Feb 3, 2004 10:09 am
1415
ICCF FINANCIAL REPORT Many Vim users support the Kibaale Children's Centre, where AIDS victims are being helped. Most of the money is handled by the ICCF ...
Bram Moolenaar
Bram@...
Feb 3, 2004 10:58 am
1416
... I tried that first, but without success. The problem is, that os_mac.h isn't the only file to include Mac system headers. There's also gui.h which includes...
Eckehard Berns
ecki@...
Feb 3, 2004 11:07 am
1417
... I still didn't see a hint why digraphs stopped working... ... Adding a command to clear (all) digraphs is in the todo list. Hasn't been asked for in a...
Bram Moolenaar
Bram@...
Feb 3, 2004 11:36 am
1418
... I wonder what errors occur. In the function prototypes perhaps? ... If the problem is with the function prototypes then this solution won't work. ... I do...
Bram Moolenaar
Bram@...
Feb 3, 2004 12:20 pm
1419
... The errors result from the function prototypes and structure definitions like scrollbar_T, gui_T and buf_T. I'm currently going to supply alternative types...
Eckehard Berns
ecki@...
Feb 3, 2004 8:40 pm
1420
... This would happen if you omit gui.h. Moving those prototypes around is pointless, they are automatically generated. Perhaps disabling all the GUI stuff...
Bram Moolenaar
Bram@...
Feb 3, 2004 9:54 pm
1421
... if_ruby.c compiles fine with "#undef FEAT_GUI_MAC" and skipping Mac OS headers in os_mac.h when INSIDE_IF_RUBY is defined. Oh, I needed to modify the...
Eckehard Berns
ecki@...
Feb 3, 2004 10:45 pm
1422
... OK, it's clear that, of all the hacks we can come up with, defining those OPENTRANSPORT symbols is the least bad solution. ... Good. I think it's time to...
Bram Moolenaar
Bram@...
Feb 4, 2004 10:16 am
1423
... [snip] I tried patch 6.2.233, which looks like the same patch that you posted here. It worked fine on OS X 10.3.2. I was able to compile with +perl...
Benji Fisher
benji@...
Feb 5, 2004 5:20 pm
1424
... [problem report snipped] ... The HitEnter patch is known to be a dirty hack. The problem it is supposed to solve is that (without the patch) Vim.app gives...
Benji Fisher
benji@...
Feb 5, 2004 6:20 pm
1425
... If we document it, it becomes a feature, right? ;) The HitReturn (not HitEnter, sorry) patch described at http://macvim.swdev.org/OSX/#configure is the...
Benji Fisher
benji@...
Feb 5, 2004 7:28 pm
1426
... I had the same problems but could solve them by adding known extensions to the Info.plist file. If Mac OS X sees only a wildcard, it seems to get some...
Eckehard Berns
ecki@...
Feb 5, 2004 7:41 pm
1427
... I had a look at the HitReturn.diff. I think, I would propose another patch, which also might have some side effects. Instead of ignoring need_wait_return...
Eckehard Berns
ecki@...
Feb 5, 2004 9:55 pm
1428
Thanks, but it didn't work. The problem is, Finder quits after I click "Change All...". Anybody has the same "Finder quits" problem? zepu...
Zepu Zhang
zpzhang@...
Feb 6, 2004 4:36 am
1429
... The .vimrc is sourced before the GUI window is opened (because it may specify how it is to be opened). Errors that occur here should be reported in a...
Bram Moolenaar
Bram@...
Feb 6, 2004 10:20 am
1430
... I will have a look at that and see if I can adopt this for Mac OS X also. ... The problem here is, that Mac OS X behaves completely different from X11 and...