... I don't know of any way. It struck me though that the problem you are seeing may be the same bug as in Issue 130: ...
9881
Nico Weber
nicolasweber@...
Feb 1, 2009 6:48 pm
Hi, the attached patch creates the green bold text-based 16x16 document icons for most document icons, and the "larger icon-only" 16x16 docicon for the generic...
9882
Bee
200309@...
Feb 1, 2009 6:48 pm
... command line history See VIM REFERENCE MANUAL > cmdline.txt --or-- ... When using MacVim or terminal vim, I can use up-arrow to recall previous commands....
9883
björn
bjorn.winckler@...
Feb 1, 2009 7:22 pm
... This could be related to the Quickstart+viminfo issue Jonathon brought up in a previous post. Please disable Quickstart and see if that makes any...
9884
björn
bjorn.winckler@...
Feb 1, 2009 8:02 pm
... That's fine with me. ... Unfortunately it doesn't. The function ATSFontActivateFromFileReference() is new to OS X 10.5. Maybe you can somehow not compile...
9885
Ben Schmidt
mail_ben_schmidt@...
Feb 2, 2009 2:11 am
... I hope there aren't, because that would introduce all kinds of security problems. Ben. --~--~---------~--~----~------------~-------~--~----~ You received...
9886
Nico Weber
nicolasweber@...
Feb 2, 2009 4:36 am
... I misunderstood Damien: he does not want Envy Code R Bold to be in our repository (but he might allow us to add a font he's currently working on, once he's...
9887
Niklas Lindström
lindstream@...
Feb 2, 2009 7:41 am
... Would it be ok to add something like: ENVYCODE_URL=http://download.damieng.com/fonts/original/EnvyCodeR-PR7.zip if [[ ! -e 'EnvyCodeR.zip' ]]; then curl...
9888
Holger Rapp
SirVer@...
Feb 2, 2009 8:59 am
Hi, ... This solved the issue for me. I removed % from my viminfo line and things work like a charm. I do not need the bufferlist restored anyway since i work...
9889
björn
bjorn.winckler@...
Feb 2, 2009 9:35 am
... Good! I know exactly where the bug is but I have yet to come up with a _good_ way to fix it, but I'll most likely have it fixed before the next snapshot. ...
9890
Bee
200309@...
Feb 2, 2009 3:25 pm
... I do not have Quickstart enabled. So that is not the problem, I tried all combinations of: [ ] Launch Vim processes in a login shell [ ] Use ATSUI renderer...
9891
alexanderkahn
alexanderkahn@...
Feb 2, 2009 5:15 pm
Hi, Hopefully this isn't an often-asked question: When I run `mvim sti/ sites/default/settings.php` for example, MacVim starts up with a blank screen saying...
9892
björn
bjorn.winckler@...
Feb 2, 2009 7:22 pm
... I've not run across this problem before and I cannot reproduce on my machine. The first step is always to move your .[g]vimrc files and the .vim directory...
9893
Tiago Taveira
tiagotaveira@...
Feb 2, 2009 8:05 pm
Is it just me or MacVim doesn't open an untitled window on re- activation anymore? (even though the option to do so is activated in the preferences). I noticed...
9894
björn
bjorn.winckler@...
Feb 2, 2009 8:14 pm
... Ok, I've found the problem and pushed a patch now. The fix will be in the next snapshot. Thanks for reporting this issue! Björn ...
9895
björn
bjorn.winckler@...
Feb 2, 2009 8:23 pm
... I don't see the problem myself, but I'll keep an eye on it. Has anybody else come across this problem? Björn ...
9896
Reza Jelveh
reza.jelveh@...
Feb 2, 2009 9:57 pm
heya, just out of curiosity. is there a way to embed vim in other cocoa apps nowadays? --~--~---------~--~----~------------~-------~--~----~ You received this...
9897
Nico Weber
nicolasweber@...
Feb 2, 2009 11:21 pm
Hi Reza, ... There's no easy way to do this at least. MacVim does it by spawning a separate vim process in the background for each of its vim views/ windows....
9898
Michael Wookey
michaelwookey@...
Feb 3, 2009 1:52 am
... Yes, I see the same behaviour on one machine but it works fine on another. Where it works, I built MacVim myself. Where it doesn't, I'm using the...
9899
Nico Weber
nicolasweber@...
Feb 3, 2009 4:47 am
... That's a great idea. I asked, and it's ok. Hooray. The attached patch grabs the font file through curl and then loads the font from the ttf file. I tried...
9900
björn
bjorn.winckler@...
Feb 4, 2009 2:32 pm
... Michael, thanks for confirming the problem. Are you using identical .[g]vimrc files on both machines? Does the problem persist if these (and the .vim...
9901
alexanderkahn
alexanderkahn@...
Feb 4, 2009 6:49 pm
... Moving out my .[g]vimrc files and .vim directory fixed the problem. I isolated the issue to the option 'autochdir39;. Removing this option from my .vimrc...
9902
Nate
Nathan.Neff@...
Feb 4, 2009 8:59 pm
Hello, I would like to get the path of the filename to display in abbreviated mode like it does by default in MacVim in the titlebar. For example, if I open...
9903
Tiago Taveira
tiagotaveira@...
Feb 4, 2009 9:14 pm
... The problem still persists after moving .vimrc/.gvimrc/.vim, and it always fails to open a new window. If there's something else I could try to track it...
9904
björn
bjorn.winckler@...
Feb 4, 2009 9:15 pm
Hi, Here's a general situation that I run into all the time: I'm in Terminal and type 'mvim' to open a file to make one small change and then close it again....
9905
björn
bjorn.winckler@...
Feb 4, 2009 9:27 pm
... Ok, I can reproduce the problem now. I'll see if I can figure out what's going on. I wonder though: is this option only broken in MacVim? Björn ...
9906
björn
bjorn.winckler@...
Feb 4, 2009 9:32 pm
... Hmmm...it only happens if MacVim forks; i.e. if you start with "mvim -f path/filename" then everything works fine. Does anybody have any ideas why forking...
9907
Niklas Lindström
lindstream@...
Feb 4, 2009 10:02 pm
Hi! Personally I work like that very rarely (although with a switch like this I'd consider practicing it a bit more). I wonder if a macaction for Command-Tab...
9908
Gregory Seidman
gsslist+vim@...
Feb 4, 2009 10:17 pm
Seems like overkill. How about !open -a Terminal --Greg ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac"...
9909
Niklas Lindström
lindstream@...
Feb 4, 2009 10:47 pm
Oh, certainly. If you mean "!open -a <weapon-of-choice>" as better than e.g. ":maca raiseTerminal:" + config option? I was more thinking of whether there are...