Kim Schulz has written a book on using Vim The full title is: "Hacking Vim: A Cookbook to get the Most out of the Latest Vim Editor". I have written a bit of...
Bram Moolenaar
Bram@...
Aug 1, 2007 3:01 pm
4577
... I must be misunderstanding your question, because to me it seems like I already answered it in my last post. In any case, let me try to answer it again. ...
björn
bjorn.winckler@...
Aug 1, 2007 5:33 pm
4578
Hi all, ... I bought a copy a few weeks ago and I can recommend it. It doesn't cover the basics in much detail, but describes many somewhat advanced features,...
Nico Weber
nicolasweber@...
Aug 1, 2007 11:05 pm
4579
björn wrote: <snip> ... I understand. It isn't just a "Carbon Vim" thing though or maybe I am crazy. When I have "vim" open :q closes vim when there are no...
Robert Hicks
sigzero@...
Aug 2, 2007 1:51 am
4580
... This is kind of funny...just after having written that long rant I sat down and did some work on MacVim only to realise the menus behave very oddly if ...
björn
bjorn.winckler@...
Aug 2, 2007 5:32 am
4581
... IMHO, I think an app should close when its last window is close. I realize this isn't very Mac like, but this is a soft rule. There are many apps that ...
Jeremy Conlin
jeremit0@...
Aug 2, 2007 1:48 pm
4582
Hi, the toolbar problems are caused by the line [toolbar setShowsBaselineSeparator:NO]; If this is uncommented, all is well. A short-term fix is to uncomment ...
Nico Weber
nicolasweber@...
Aug 3, 2007 6:05 am
4583
... Yes, don't get me wrong here...the intentions are to make MacVim follow the HIG as much as is judged sensible (by me and whoever voices an opinion on this...
björn
bjorn.winckler@...
Aug 3, 2007 11:33 am
4584
... Thanks for looking into this! The baseline separator is already causing me grief; try hiding the toolbar by clicking the "pill button" in the top right...
björn
bjorn.winckler@...
Aug 3, 2007 11:40 am
4585
... As I said: Disable the baseline separator when you create the toolbar (it only causes problems to change this after the toolbar is visible), and use the...
Nico Weber
nicolasweber@...
Aug 3, 2007 5:03 pm
4586
... Maybe because I am used to doing :q on every other operating system? Make it play nice sure but lets not change expected behavior. Robert ...
Robert Hicks
sigzero@...
Aug 4, 2007 1:15 am
4587
I have posted a new snapshot of MacVim at: http://code.google.com/p/macvim/ Changes this time around are: - Window resizing: The code logic has changed in that...
björn
bjorn.winckler@...
Aug 5, 2007 1:11 pm
4588
Hi Björn, ... I just finished the gui_mch_dialog() part in my vim-cocoa project, which you may find interesting. For dialogs without text field, I simply...
Jjgod Jiang
gzjjgod@...
Aug 5, 2007 2:17 pm
4589
... Nice. But does it work to navigate through the sheets using the keyboard? I think this is one of the biggest annoyances with the Carbon Vim port. /Björn ...
björn
bjorn.winckler@...
Aug 5, 2007 5:01 pm
4590
Hi, ... If I hit Cmd-Zoombutton, drawing is still broken (and all keystrokes are ignored from that point in time, and I haven't found a way to restore vim back...
Nico Weber
nicolasweber@...
Aug 5, 2007 5:43 pm
4591
... Well, my mapping is `:map <D-w> :q<cr>` iirc (I'm not at my main box atm) :-P --~--~---------~--~----~------------~-------~--~----~ You received this...
Nico Weber
nicolasweber@...
Aug 5, 2007 6:42 pm
4592
... I can confirm this is fixed (tested with svn revision 86 iirc). --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Nico Weber
nicolasweber@...
Aug 5, 2007 7:23 pm
4593
... Hehe, ok a little bit too "low-tech" for my needs...lets see if anybody else can help out with this mapping. (The Cmd-Zoom bug is fixed now by the way...as...
björn
bjorn.winckler@...
Aug 5, 2007 7:24 pm
4594
Hi, ... Yes, you can navigate between each buttons with tab key and use space key to confirm. But it seems the first button added automatically became the...
Jjgod Jiang
gzjjgod@...
Aug 5, 2007 11:33 pm
4595
... Let me know when you fixed this problem and I will try to adapt your code to MacVim. For the input dialog window created by Interface Builder, do you know...
björn
bjorn.winckler@...
Aug 6, 2007 7:59 am
4596
... Untested: drag a connection from the enclosing window to the control and set it as the initialFirstResponder. ...
Nico Weber
nicolasweber@...
Aug 7, 2007 8:09 pm
4597
... I would say you are asking at exactly the right list. :) At this point in time there is no way to affect window placement in MacVim (short of dragging the...
björn
bjorn.winckler@...
Aug 8, 2007 12:10 pm
4598
There is a bug in MacVim when using CTRL-O in insert mode. From the online help: CTRL-O execute one command, return to Insert mode *i_CTRL-O* Currently,...
Jeremy Conlin
jeremit0@...
Aug 9, 2007 2:34 pm
4599
... Thank you for reporting this. A fix will be included in the next snapshot. /Björn --~--~---------~--~----~------------~-------~--~----~ You received this...
björn
bjorn.winckler@...
Aug 9, 2007 7:44 pm
4600
... Ok, I will compile the next snapshot with +cscope and huge features. (Does anybody require support for anything else while I'm at it?) /Björn ...
björn
bjorn.winckler@...
Aug 10, 2007 12:39 am
4601
... python --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit...
Nico Weber
nicolasweber@...
Aug 10, 2007 6:14 am
4602
... Does this happen every time you run MacVim, or is it an intermittent problem? What happens if you open another window and Cmd-` back? Every time a new...
björn
bjorn.winckler@...
Aug 10, 2007 8:27 am
4603
Hello! I have now exercised a little more discipline when testing. ;) It appears that I have a plugin which adds a "PopUp.Buffers" menu (which I have long...
Niklas Lindström
lindstream@...
Aug 10, 2007 10:43 am
4604
... Ok, thanks...I'll take a look at that. ... Thanks a lot...I know what the problem is now. The fix will be in the next snapshot. /Björn ...
björn
bjorn.winckler@...
Aug 10, 2007 11:53 am
4605
... The problem was that Cmd-N et al. were bound to commands with <CR> in them; when you start without .vimrc and .gvimrc, Vim will run with cpoptions ...