The ATSUI drawing in the current Vim 7 code is not optimized. I have not yet included the Apple-suggested tip of making a CGContext for the ATSUI calls. This...
Da Woon Jung
dirkpitt2050@...
Jun 1, 2005 7:41 am
3367
... Well, Apple is giving a bit of mixed signals on this one. A year ago in WWDC they said loud and clear that QuickDraw is going to be deprecated[1] in Tiger....
Jussi Hagman
jhagman@...
Jun 1, 2005 11:18 am
3368
Mail transaction failed. Partial message is available....
bram@...
Jun 2, 2005 10:48 am
3369
I'd just like to say - as a user - how much I welcome people taking an interest in the OS X port. I use vim on both Linux and the OS X platforms, and the...
Nicholas Cole
nicholas.cole@...
Jun 2, 2005 3:00 pm
3370
... It goes in /Applications/Vim.app/Contents/info.plist. BUT KEEP THE ORIGINAL! At first when I tried it it seemed to work just fine, then I found that when I...
Stephen Riehm
stephen.riehm@...
Jun 2, 2005 4:38 pm
3371
Hi, New to Mac so please forgive my ignorance but ... I would like to update Vim 6.2 to 6.3 - and have it run from terminal by simply typing ... how do I...
Jason Van Anden
jason@...
Jun 3, 2005 10:17 am
3372
Hi Jason, ... you could add /Applications/Vim.app/Contents/MacOS/ to your path, but then you would also have to type Vim (instead of vim - see the shift key?)...
Stephen Riehm
stephen.riehm@...
Jun 3, 2005 2:25 pm
3373
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
george@...
Jun 3, 2005 2:41 pm
3374
... Edit the $PATH variable in your login scripts. If you're using the Bash shell, you should have a ~/.bashrc file; if not, create one. There needs to be a...
Chris Devers
cdevers@...
Jun 4, 2005 12:48 am
3375
Your document is attached. +++ Attachment: No Virus found +++ Kaspersky AntiVirus - www.kaspersky.com...
eljay@...
Jun 4, 2005 2:01 pm
3376
r!uC?T $Zg4FC" ...
george@...
Jun 5, 2005 2:45 pm
3377
Hello, I am running gvim Vim 7.0aa ALPHA on OS X 10.4 (Tiger) (I downloaded this from: http://macvim.org/OSX/index.html. My .vimrc file looks like this: ...
Unnsse Khan
untz@...
Jun 6, 2005 1:14 am
3378
... Undo in (g)vim is obtained by hitting u in Normal mode. Vim is highly configurable; but its basic keystrokes are inherited from VI, not from Notepad, not...
A. J. Mechelynck
antoine.mechelynck@...
Jun 6, 2005 1:46 am
3379
... Hi, the Vim uses u for undo, please :help undo to see it. If you do want the command+z for undo, you can just create a map for that, ... On the above the...
panshizhu@...
Jun 6, 2005 1:56 am
3380
Antoine, I know that I could reference vim's help, but this undo and paste problem seemed akward to me and that's why I posted my question. I have used vim on ...
Unnsse Khan
untz@...
Jun 6, 2005 3:19 am
3381
... Vim normally uses u for undo; or Ctrl-O u if in Insert mode. "u for undo" doesn't sound "awkward" or "complicated" to me, but if you want "Cmd-Z for undo"...
A. J. Mechelynck
antoine.mechelynck@...
Jun 6, 2005 3:42 am
3382
"A. J. Mechelynck" <antoine.mechelynck@...> wrote on 2005-06-06 ... told ... Hi Tony, I think what he questions is that why cmd-z is not undo by...
panshizhu@...
Jun 6, 2005 4:07 am
3383
... Hi Unnsse: I think the problem is that VIM for Windows sources mswin.vim behind ur back. The idea is that the behavious should be consistent with other...
Manu Anand
manu.anand@...
Jun 6, 2005 8:37 am
3384
... Thanks for the suggestion. I'm not using any colorscheme, and I tried switching them but it changed nothing. I'm copying the vim-mac mailing list in case...
Alan Schmitt
alan.schmitt@...
Jun 6, 2005 11:58 pm
3385
It's not clear if you tried: hi def darkyellow guifg=#BBBB00 "darkyellow" is not a default color for me (MSwinXP) also. "darkyellow" is defined as a keyword...
Eric Arnold
eric_p_arnold@...
Jun 7, 2005 2:07 am
3386
... [...] The way I understand it, the above would defined the _highlight group_ darkyellow with fg=#BBBB00 as its default colour. You cannot use that where...
A. J. Mechelynck
antoine.mechelynck@...
Jun 7, 2005 3:45 am
3387
Note to Alan. Your original message didn't say exactly how you were trying to use "darkyellow". ... As it turns out, it is a color, not a color group ("group"...
Eric Arnold
eric_p_arnold@...
Jun 7, 2005 6:34 am
3388
... Oy yeah? I would expect the same error on the "hi" line as that noticed by the OP (i.e., E254) ... Highlight "group" names are defined either by Vim itself...
A. J. Mechelynck
antoine.mechelynck@...
Jun 7, 2005 7:38 am
3389
... I was a little surprised when it worked, but since it appears that the name spaces are independent, there's nothing to keep you from doing it. It still...
Eric Arnold
eric_p_arnold@...
Jun 7, 2005 10:41 am
3390
Eric Arnold wrote: [...] ... My rgb.txt doesn't include "darkyellow", nor is that name listed in a list of symbolic color name which I found in an appendix to...
A. J. Mechelynck
antoine.mechelynck@...
Jun 7, 2005 11:17 am
3391
... First of all, thanks a lot to Eric and Antoine for this enlightening discussion. Some of it went way over my head, but I was able to solve the problem. As...
Alan Schmitt
alan.schmitt@...
Jun 7, 2005 12:57 pm
3392
... The problem is that I do not know where this "darkyellow" comes from. I have the error when I edit otl files (vimoutliner files) and ml files using the...
Alan Schmitt
alan.schmitt@...
Jun 7, 2005 1:00 pm
3393
Alan Schmitt wrote: [...] ... If you have no colorscheme defined, you must have one or more ":hi[ghlight]" statements somewhere, probably in your vimrc but...
A. J. Mechelynck
antoine.mechelynck@...
Jun 7, 2005 1:29 pm
3394
... Well, it must come from some script that you sourced. All those scripts' names are listed by the ":scriptnames" command. You may want to search scripts in...