... No. I'm not mark.burge. ... Yes, it was the first thing came to mind. Clean MacVim installation, ... v324113/1 make: *** No targets specified and no...
10313
Nico Weber
nicolasweber@...
May 14, 2009 4:52 pm
Are you using the stable version of MacVim, or the snapshot? If stable, can you try the snapshot? (If snapshot, try stable). We changed the forking logic after...
10314
Skammer
skammer312@...
May 14, 2009 10:48 pm
... I use the latest snapshot. I've tried to do make with stable version but it produces the same error. --~--~---------~--~----~------------~-------~--~----~ ...
10315
Rainer Schmid
ashcatch@...
May 15, 2009 9:00 pm
Hi, recently I get some drawing problems with underscores in MacVim: any editing operation that changes the position of an existing underscore (or deletes one)...
10316
björn
bjorn.winckler@...
May 15, 2009 9:05 pm
... Hi Rainer, Which renderer are you using (see the advanced prefs)? It sounds like you're using ATSUI which is known to have some display bugs like this. If...
10317
Rainer Schmid
ashcatch@...
May 15, 2009 9:35 pm
... I was using the ATSUI renderer and I now turned this off. The problem gets better (i.e. it does not occur that often), but it is still present. For example...
10318
björn
bjorn.winckler@...
May 15, 2009 9:42 pm
... Ouch! I've never seen anything near that bad using the default renderer. Maybe it is 10.5.7 (I haven't upgraded myself yet). Has anybody else seen this...
10319
Sukima
weaver.devin@...
May 15, 2009 10:00 pm
I have to apologize I'm at the end of a very lengthy and drawn out web search with nothing to show for it. My question is the syntax file for objc is to say...
10320
björn
bjorn.winckler@...
May 16, 2009 1:29 pm
... What exactly is it that you think is missing from the objc syntax file? (I think I've noticed a few keywords missing here and there but since I do all...
10321
David Alan Hjelle
dahjelle@...
May 16, 2009 3:58 pm
I've been thinking about efficient keymappings lately, and I happened to run across a plugin that looks like it might support some very interesting...
10322
David Alan Hjelle
dahjelle@...
May 16, 2009 8:38 pm
I managed to answer my own question. Apparently, my modifications to my .vimrc to set up some mappings weren't getting picked up, as everything works as...
10323
björn
bjorn.winckler@...
May 18, 2009 5:48 pm
... I have two more things for you to try: 1. Run in console mode by starting from Terminal using /Applications/MacVim.app/Contents/MacOS/Vim 2. Toggle the...
10324
Petro Verkhogliad
vpetro@...
May 19, 2009 6:13 pm
Hi, i_Ctrl-O or ctrl-o in insert mode is supposed to let the user run a single normal mode command. Right now when I do ctrl-o in insert mode, a new line is...
10325
Kent Sibilev
ksruby@...
May 19, 2009 6:29 pm
... Hm, it works fine for me. Make sure that none of your plugins ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
10326
Petro Verkhogliad
vpetro@...
May 19, 2009 8:51 pm
... Ah, thank you. I was at fault here. I was checking :imap <ctrl-o> and vim said there was no maps defined. But checking the way you suggested pointed to the...
10327
Wincent Colaiuta
win@...
May 21, 2009 9:38 am
I'm unable to unmap some Command-key combinations that are assigned to the menus by default for things like "New Tab", "Open File...", "Open Tab...", "Select...
10328
björn
bjorn.winckler@...
May 21, 2009 1:06 pm
... Are you putting the :macmenu commands in your .gvimrc? It has no effect if you do it "interactively", see ":h :macm" for more info. Björn ...
10329
Wincent Colaiuta
win@...
May 21, 2009 3:38 pm
... Yep, they were in .vimrc as: if has("gui_macvim") macmenu &File.Open92; Tab\.\.\. key=<nop> ...etc I moved them into .gvimrc (without the "if has()" guard)...
10330
Ted Pavlic
ted@...
May 21, 2009 4:01 pm
... You can leave the guard turned on in your .gvimrc, and it will continue to work. In my case, my .gvimrc is used by MacVim as well as other vims, and so I ...
10331
björn
bjorn.winckler@...
May 21, 2009 6:19 pm
... Ted is right. The reason why you cannot put :macmenu commands in .vimrc is that the MacVim-specific menus are set up in the system gvimrc and it is only...
10332
stonevil@...
May 22, 2009 11:02 pm
Hi, Many thanks for this MacVim project. For last 10 year I'm everyday using vi/vim and can't live without them :) Feature request: please add options like...
10333
mikhako
mikhail.kostousov@...
May 22, 2009 11:02 pm
Hi Is it possible to show tabbar as sidebar, like in gvim for MacOsx? It is pretty useful, becuase it can contain much more files, than usual bar. With best...
10334
björn
bjorn.winckler@...
May 22, 2009 11:22 pm
... Hi Mikhako, No it is not possible, but this has been requested in the past. Nico Weber implemented that feature for Carbon Vim (if I'm not mistaken), ...
10335
björn
bjorn.winckler@...
May 22, 2009 11:24 pm
... I'm glad you like it. :) ... It already exists...check out ":h 'showtabline" (hint: ":set stal=2" is what you're looking for). Björn ...
10336
Myroslav Rys
stonevil@...
May 22, 2009 11:33 pm
Hi, Sorry for misunderstanding. I'm asking about windows tab bar: --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
10337
björn
bjorn.winckler@...
May 22, 2009 11:46 pm
... That is what I am talking about as well...I don't think there is any misunderstanding? (By the way, "Carbon Vim" is what I call the old port of gVim to...
10338
Myroslav Rys
stonevil@...
May 22, 2009 11:53 pm
Hi, Thanks! It's work! :) ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more...
10339
björn
bjorn.winckler@...
May 23, 2009 11:59 am
... Ok, I can see this problem with Bitstream Vera Sans Mono size 14 (and DejaVu 14 also) as well and I'm still on 10.5.6. I'll see what can be done about it....
10340
David Turetsky
turetsky.david@...
May 23, 2009 1:51 pm
Huh? That's what I routinely get in MacVim when I open multiple files I do this every day with the standard version... I rearrange their order... sometimes...
10341
Brian McKee
brian.mckee@...
May 23, 2009 2:24 pm
... I believe the OP wanted it vertically down the side - drawer style Brian...