... This is probably because Vim uses the older Quicktime rendering instead of Quartz. Peter Cucka is working on enabling Quartz in Vim. --Benji Fisher...
869
Benji Fisher
benji@...
Feb 14, 2003 3:45 pm
... I still see a problem with monaco:h10 but not with monaco:h12 . (Maybe I was mistaken when I said that was a problem.) There is also a problem with...
870
Riccardo Ghiglianovich
riccardo@...
Feb 14, 2003 3:45 pm
Hi all, I am new on Vim for OSX ( I am NOT new fro vim on Linux ;) I discovered this version of vim few days ago and I am very happy for it !! I'd like to...
871
Benji Fisher
benji@...
Feb 14, 2003 9:04 pm
... I do not think you can do this starting Vim from the Finder, nor with the open command, but it works for me if I start it from Terminal.app using the...
872
Jay Lawrence
jlawrenc@...
Feb 14, 2003 11:03 pm
... What I do is start multiple instances of Vim from the command line: /Applications/vim/Vim.app/Contents/MacOS/Vim -g foo.pm bar.pm stuff.pm & ...
873
Riccardo Ghiglianovich
riccardo@...
Feb 18, 2003 9:30 am
Hi all, my Finder crashes when I try to set Vim as default application in the "Open with" window of the inspector (Command+I" . I am using OSX 10.2.4 and Vim...
874
Gregory Seidman
gss+vim@...
Feb 18, 2003 1:20 pm
Riccardo Ghiglianovich sez: } my Finder crashes when I try to set Vim as default application in the } "Open with" window of the inspector (Command+I" . } } I...
875
Bob Ippolito
bob@...
Feb 19, 2003 11:14 pm
This may be of interest to someone, but assuming you use black-background grey-text terminals, it changes all of the highlights to look be entirely consistent...
876
Scott Goodwin
scott@...
Feb 21, 2003 1:09 am
Hi, I've compiled vim 6.1 sources on Mac OS 10.2.3; also compiled the current vim CVS code. The vim binary does not do syntax highlighting inside an xterm...
877
Anthony Hodsdon
ahodsdon@...
Feb 21, 2003 3:49 am
I believe you have to set your TERM environment variable correctly. Try typing export TERM="xterm-color" (if you're using sh or bash) set TERM = xterm-color...
878
Eugene Lee
eugene@...
Feb 21, 2003 6:41 am
... Actually, csh/tcsh syntax should be: % setenv TERM xterm-color -- Eugene Lee...
879
Benji Fisher
benji@...
Feb 21, 2003 3:34 pm
... Er, did you mean to attach a colorscheme file? --Benji Fisher...
880
Bob Ippolito
bob@...
Feb 21, 2003 5:45 pm
I'm pretty sure I did.. perhaps a problem with my mailserver? I'll try again....
881
Benji Fisher
benji@...
Feb 21, 2003 8:20 pm
I got it this time. Thanks. --Benji Fisher...
882
Bram Moolenaar
Bram@...
Feb 22, 2003 3:03 pm
Wolfram Esser has made an animation with the Vim logo. This is quite a bit of fun to see and hear. The animation is available in various formats and two...
883
Markus Fischer
fischer@...
Feb 27, 2003 12:16 pm
I disvovered a reproducable crash in Carbon gvim. %s/^M/\r/g on a file with one very long line(over 1000000 chars in this specific case) containing ^M...
884
Benji Fisher
benji@...
Feb 27, 2003 2:10 pm
... [snip] ... [snip] It looks like Vim ran out of memory (on the stack, maybe) and that the syntax routines were involved. What was the file type? (I am...
885
Markus Fischer
fischer@...
Feb 27, 2003 2:29 pm
... it was an sql file ... ah, seems to be fixed in that version. I tried the same file and it worked fine....
886
Benji Fisher
benji@...
Feb 27, 2003 8:51 pm
... I figured out how to make the file: make a line "0123456789<C-M>", then "yy9p" then ":%j!" and repeat the last two steps until you have a million ...
887
Tavis
tavis@...
Mar 3, 2003 9:53 am
I just installed vim on OSX using fink. When i try to run the program i get this message: dyld: vim Undefined symbols: vim undefined reference to _BC expected...
888
Tavis Werts
tavisw@...
Mar 3, 2003 10:03 am
I just installed vim on OSX using fink. When i try to run the program i get this message: dyld: vim Undefined symbols: vim undefined reference to _BC expected...
889
Benji Fisher
benji@...
Mar 3, 2003 7:11 pm
... I think these are the sorts of errors you get if you try to run a version compiled for OSX 10.1 on 10.2, or vice-versa. You can find one of each (Carbon ...
890
Benji Fisher
benji@...
Mar 9, 2003 12:08 am
... The mail quoted above is an exchange between me and Andrew Trevorrow, who wrote the OzTeX package of TeX. Is there any chance of getting a reasonable ...
891
Rain Dog
raindog@...
Mar 12, 2003 4:06 am
... Haven't had time to look into setting the creator code, but Vim does already support the Open and Quit Apple events (and maybe others). The file...
892
Bram Moolenaar
Bram@...
Mar 14, 2003 1:25 pm
Many times have I been asked to support running a debugger in Vim. I always responded that Vim is an editor, not an IDE. If you want to debug your code with...
893
Axel Kielhorn
macvim@...
Mar 16, 2003 3:47 pm
Hi everyone! Today I uploaded a new binary of Vim (6.1.406) for MacOS Classic to macvim.swdev.org. Axel -- The Mac Vim page is now at: macvim.swdev.org/OSX for...
894
Erik Westra
ewestra@...
Mar 19, 2003 12:37 pm
Hi there, I'm a heavy Mac Vim user, having used Vim to write a couple of novels and lots of other things besides. Vim is definitely my editor of choice (on ...
895
Benji Fisher
benji@...
Mar 19, 2003 8:41 pm
... Yes, I abandoned my iDisk when Apple decided to charge for it. macvim.swdev.org is now the preferred site. ... I am not sure how to fix this. The last...
896
Eugene Lee
eugene@...
Mar 19, 2003 10:13 pm
... I would try using some shareware tool to the creator code of that text file to "VIM!" and see if Finder launches MacVim. Another work-around is to put...
897
Erik Westra
ewestra@...
Mar 20, 2003 9:26 am
Hi Benji, ... Got it. Thanks... ... I'll have a play and see what I can figure out...I developed Mac software for nine years, before my employer forced me to...