... 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: ...
björn
bjorn.winckler@...
Feb 1, 2009 3:09 pm
9881
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...
Nico Weber
nicolasweber@...
Feb 1, 2009 6:48 pm
9882
... 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....
Bee
200309@...
Feb 1, 2009 6:48 pm
9883
... 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...
björn
bjorn.winckler@...
Feb 1, 2009 7:22 pm
9884
... 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...
björn
bjorn.winckler@...
Feb 1, 2009 8:02 pm
9885
... I hope there aren't, because that would introduce all kinds of security problems. Ben. --~--~---------~--~----~------------~-------~--~----~ You received...
Ben Schmidt
mail_ben_schmidt@...
Feb 2, 2009 2:11 am
9886
... 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...
Nico Weber
nicolasweber@...
Feb 2, 2009 4:36 am
9887
... 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...
Niklas Lindström
lindstream@...
Feb 2, 2009 7:41 am
9888
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...
Holger Rapp
SirVer@...
Feb 2, 2009 8:59 am
9889
... 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. ...
björn
bjorn.winckler@...
Feb 2, 2009 9:35 am
9890
... 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...
Bee
200309@...
Feb 2, 2009 3:25 pm
9891
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...
alexanderkahn
alexanderkahn@...
Feb 2, 2009 5:15 pm
9892
... 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...
björn
bjorn.winckler@...
Feb 2, 2009 7:22 pm
9893
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...
Tiago Taveira
tiagotaveira@...
Feb 2, 2009 8:05 pm
9894
... 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 ...
björn
bjorn.winckler@...
Feb 2, 2009 8:14 pm
9895
... I don't see the problem myself, but I'll keep an eye on it. Has anybody else come across this problem? Björn ...
björn
bjorn.winckler@...
Feb 2, 2009 8:23 pm
9896
heya, just out of curiosity. is there a way to embed vim in other cocoa apps nowadays? --~--~---------~--~----~------------~-------~--~----~ You received this...
Reza Jelveh
reza.jelveh@...
Feb 2, 2009 9:57 pm
9897
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....
Nico Weber
nicolasweber@...
Feb 2, 2009 11:21 pm
9898
... 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...
Michael Wookey
michaelwookey@...
Feb 3, 2009 1:52 am
9899
... 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...
Nico Weber
nicolasweber@...
Feb 3, 2009 4:47 am
9900
... 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...
björn
bjorn.winckler@...
Feb 4, 2009 2:32 pm
9901
... Moving out my .[g]vimrc files and .vim directory fixed the problem. I isolated the issue to the option 'autochdir'. Removing this option from my .vimrc...
alexanderkahn
alexanderkahn@...
Feb 4, 2009 6:49 pm
9902
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...
Nate
Nathan.Neff@...
Feb 4, 2009 8:59 pm
9903
... 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...
Tiago Taveira
tiagotaveira@...
Feb 4, 2009 9:14 pm
9904
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....
björn
bjorn.winckler@...
Feb 4, 2009 9:15 pm
9905
... 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 ...
björn
bjorn.winckler@...
Feb 4, 2009 9:27 pm
9906
... 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...
björn
bjorn.winckler@...
Feb 4, 2009 9:32 pm
9907
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...
Niklas Lindström
lindstream@...
Feb 4, 2009 10:02 pm
9908
Seems like overkill. How about !open -a Terminal --Greg ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac"...
Gregory Seidman
gsslist+vim@...
Feb 4, 2009 10:17 pm
9909
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...