Search the web
Sign In
New User? Sign Up
vim-mac · Vim (Vi IMproved) text editor Macintosh list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8309 - 8338 of 10985   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8309
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
björn
bjorn.winckler@...
Send Email
Jul 1, 2008
7:14 pm
8324
Hi, ... Ok, NP. ... -- Stefan Eletzhofer InQuant GmbH Bahnhofstraße 11 D-88214 Ravensburg http://www.inquant.de +49 (0) 751 35 44 112 +49 (0) 751 35 44 115...
Stefan Eletzhofer
stefan.eletzhofer@...
Send Email
Jul 1, 2008
7:53 pm
8325
... Yes. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit...
Nico Weber
nicolasweber@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Alex Payne
al3x@...
Send Email
Jul 2, 2008
7:40 pm
Messages 8309 - 8338 of 10985   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help