Matt, I've pushed your patch to the public repo. I did some rearrangement to get a nice commit history so please go over it quickly to make sure I didn't...
björn
bjorn.winckler@...
Jul 1, 2008 7:45 am
8310
... Great! I'll look at it. ... Ok, I'll do this soon. ... I will probably wait on this until it feels more necessary, if that's ok. There are some other...
Matt Tolton
matt@...
Jul 1, 2008 8:08 am
8311
... Of course. I don't think this is very important...it's easy to just move the plugin from its folder so that it does not get loaded. Auto-command support...
björn
bjorn.winckler@...
Jul 1, 2008 8:13 am
8312
Bjorn, While I'm thinking about it, I have a question: Where should I put menu items that belong to the plugin system, but not to a plugin. For example, I...
Matt Tolton
matt@...
Jul 1, 2008 8:23 am
8313
Hi, ... from the patch this looks as if there will be a menu item inserted called "Plug-Ins" when there's at least one plug-in. Many vim plugins ...
Nico Weber
nicolasweber@...
Jul 1, 2008 8:25 am
8314
... Yep. Have a suggestion as to an alternative? Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac"...
Matt Tolton
matt@...
Jul 1, 2008 8:31 am
8315
... The MacVim plugins menu could be called "Plugin" as well, and contain vim plugin menu entries at the bottom, after a separator. I.e.: Plugins: General...
Nico Weber
nicolasweber@...
Jul 1, 2008 8:54 am
8316
... I assume "list of MacVim plugins" just means "menu entries added by MacVim plugins"? Is that correct? ...
Matt Tolton
matt@...
Jul 1, 2008 5:15 pm
8317
Hi, recompiling the current git master branch barfs about redefining MAXPATHL. The attached patch should fix that. Thanks, Stefan. ...
Stefan Eletzhofer
stefan.eletzhofer@...
Jul 1, 2008 5:32 pm
8318
... Thank you for the new patch Kaoru. I merged it and then added some changes myself in a separate commit. Your patch partly took care of the problems I...
björn
bjorn.winckler@...
Jul 1, 2008 6:26 pm
8319
... Stefan, Please pull again; I just pushed MacVim with Vim 7.2a sources. Bram had fixed this problem in 7.2a. :-) Thanks anyway, Björn ...
björn
bjorn.winckler@...
Jul 1, 2008 6:29 pm
8320
... If we revert this commit, then the last dir as determined by Cocoa is always used (if 'browsedir' is left to its default at least). We will still want the...
björn
bjorn.winckler@...
Jul 1, 2008 6:55 pm
8321
... Ben, thanks for the script. Unfortunately it doesn't work at all for me. With that script it seems to be more or less random chance whether a tab is in...
björn
bjorn.winckler@...
Jul 1, 2008 7:04 pm
8322
... Bjorn, I just tested and it looks like all the tabs start in insert mode, and the behaviour on switching is somewhat undefined. I have not seen the issue...
Timothy Grant
timothy.grant@...
Jul 1, 2008 7:12 pm
8323
... So, should I just add this line to $SYS/gvimrc: set printexpr=system('open\ -a\ Preview\ '.v:fname_in)\ .\ +\ v:shell_error Or, should I change it in the...
... Yes. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit...
Nico Weber
nicolasweber@...
Jul 1, 2008 8:28 pm
8326
Hi, the new IM code does not display the IM marks at the end of a line if the line is as wide as the window: 0. Use a US keyboard layout 1. `set columns=80` 2....
Nico Weber
nicolasweber@...
Jul 1, 2008 9:49 pm
8327
Hi, ... set printexpr=system('open\ '.v:fname_in)\ +\ v:shell_error (without the '.' at the end). ... I'd add it to $SYS/gvimrc. I'm not sure what happens if...
Nico Weber
nicolasweber@...
Jul 1, 2008 10:29 pm
8328
automator to the rescue --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information,...
Steven Michalske
smichalske@...
Jul 1, 2008 10:55 pm
8329
Hi Nico, Thank you for letting me know these issues. ... This was because my old patch still assumed that a marked text consists of two-byte wide characters...
Kaoru YOSHIDA
to.kaoru@...
Jul 2, 2008 1:33 am
8330
Hi Björn, ... Thank you for merging the patch. Yeah, I'll work on the rest of the issues. And once I can find some solutions for them, I'll submit a new...
Kaoru YOSHIDA
to.kaoru@...
Jul 2, 2008 1:54 am
8331
Plugin stuff looks awesome. One small thing - I couldn't tell how to reopen the drawer if I close it. I may just be stupidly missing it Cheers George ... ...
George Harker
georgeharker@...
Jul 2, 2008 1:59 am
8332
Hello, Git pulled today. I started editing a file and hit escape. Since I didn't need the file anymore I hit command-w to close it. I should get a dialog...
dv1445@...
Jul 2, 2008 4:59 am
8333
Hi George, ... Right now there isn't a way to reopen it. I will be adding this sometime soon. Matt --~--~---------~--~----~------------~-------~--~----~ You...
Matt Tolton
matt@...
Jul 2, 2008 5:55 am
8334
... The attached patch looks quoted-printable to me (this seems to be a problem how Mail.app interprets git's patch files). I just added the following to my...
Nico Weber
nicolasweber@...
Jul 2, 2008 8:15 am
8335
YES ITS REALLY HEART BREAKING NEWS FOR EVERYONE http://polticsinfs.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this...
Bala
bala.richard17@...
Jul 2, 2008 1:21 pm
8336
Warning: Off Topic. Is anyone else getting some of these spam messages that are coming to the list? If I hit "report spam" on these in gmail's web client,...
Alex Esplin
alex.esplin@...
Jul 2, 2008 2:18 pm
8337
... It may be better to go to http://groups.google.com, find the message, and report it there. I assume it works better for group messages. However, I am...
Yongwei Wu
wuyongwei@...
Jul 2, 2008 3:04 pm
8338
When attempting to tab-complete paths and commands in command mode in the latest build of MacVim, the expected behavior does not happen. Instead, every press...