Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim-mac · Vim (Vi IMproved) text editor Macintosh list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 13495 - 13524 of 13681   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
13495 Kyle Lippincott
spectral@... Send Email
Nov 23, 2012
1:11 am
I'd it was on code that had tabs as the indentation, then listchars can do that. If it uses spaces for indent, I dunno ... -- You received this message from...
13496 profkonyn
profkonyn@... Send Email
Nov 24, 2012
11:28 pm
A quick (and ugly) hack of the file compiler.vim allowed it to work for me. I've only focused on Skim, not any other viewer. See patch attached. -- You...
13497 Chris Lott
chris@... Send Email
Nov 25, 2012
8:58 pm
The following are links to my .vimrc and the included function files (the first for gvim, which is what I am using): ...
13498 Chris Lott
chris@... Send Email
Nov 25, 2012
9:20 pm
... Answered my own question (and I already had the answer in my own comments): I needed to set the font upon entering the GUI: au GUIEnter * set...
13499 Chris Lott
chris@... Send Email
Nov 27, 2012
7:24 am
... However, when I start MacVim, the window position doesn't get set properly. But if I source my .vimrc with a window open, the position is set correctly...
13500 Kyle Lippincott
spectral@... Send Email
Nov 27, 2012
7:28 am
Put it in your .gvimrc, not your vimrc. ... -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are...
13501 Chris Lott
chris@... Send Email
Nov 27, 2012
7:54 am
... Same problem. It might have to do with the fact that I include a file with functions if gui is running rather than using a .gvimrc file. c -- Chris Lott...
13502 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 27, 2012
10:36 am
... to be "remembered until GUI startup" if you use it before the GUI has started. I don't know what the differences are in this respect between MacVim and the...
13503 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 27, 2012
10:38 am
On Nov 27, 11:36 am, Tony Mechelynck <antoine.mechely...@...> ... oops, hit Send too fast ... Best regards, Tony. -- BROTHER MAYNARD: Armaments Chapter...
13504 Chris Lott
chris@... Send Email
Nov 27, 2012
7:33 pm
(I've found a few proposed solutions for this problem, but none of them work for me.) **Problem** I am trying to use Vim as the git core.editor -- no matter...
13505 Raffi Khatchadourian
raffi.t.khatchadouria... Send Email
Nov 27, 2012
7:36 pm
Any chance of supporting iCloud storage like TextEdit? -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the...
13506 Phil Dobbin
phildobbin@... Send Email
Nov 27, 2012
10:20 pm
... I've never heard of Apple releasing the API for iCloud so it's closed source presumably & propitiatory to boot, so it'd be a tall order. Cheers, Phil......
13507 Raffi Khatchadourian
raffi.t.khatchadouria... Send Email
Nov 27, 2012
10:25 pm
... It's available. Other third-party applications support it. For an example, see IA Writer (http://www.iawriter.com). -- You received this message from the...
13508 Jiang Jiang
gzjjgod@... Send Email
Nov 27, 2012
10:38 pm
On Tue, Nov 27, 2012 at 11:25 PM, Raffi Khatchadourian ... Only apps sandboxed and released through Mac App Store have access to the iCloud API. The MAS...
13509 Raffi Khatchadourian
raffi.t.khatchadouria... Send Email
Nov 27, 2012
11:13 pm
... What was the consensus? -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For...
13510 Raffi Khatchadourian
raffi.t.khatchadouria... Send Email
Nov 28, 2012
1:42 am
Why has it never been possible to yank between multiple windows? -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply...
13511 Chris Lott
chris@... Send Email
Nov 28, 2012
4:48 am
If I have two files open to test a colorscheme, the only way I can get a true view of the scheme, without artifacts from the previous, is to run: syntax reset ...
13512 Andrew Stewart
boss@... Send Email
Nov 28, 2012
8:50 am
... I don't what the problem is, but as a shot in the dark: I set the EDITOR variable in my environment to the full path to MacVim's executable. export...
13513 Randy McMillan
randy.lee.mcmillan@... Send Email
Nov 28, 2012
9:31 am
By setting the editor variable toeditor = /Applications/MacVim.app/Contents/MacOS/Vim instead, you can invoke the correct binaries. To be very specific, your...
13514 Darcy
darcyparker@... Send Email
Nov 29, 2012
4:05 pm
... I am not sure exactly what you mean. Do you mean yank from one window and put in another? Or do you mean yank a bit of text from window and another...
13515 Kyle Lippincott
spectral@... Send Email
Nov 29, 2012
6:46 pm
To explain why, even in the same 'process&#39; you need to do tricks to get to different OS X windows: they aren't the same process. Each window is a separate vim...
13516 björn
bjorn.winckler@... Send Email
Nov 29, 2012
7:11 pm
... ...or do what I do: use the standard Apple shortcuts Cmd+c and Cmd+v to copy and paste between OS windows. If you insist on using 'y' instead of Cmd+c but...
13517 Janusz Bossy
janusz.bossy@... Send Email
Nov 30, 2012
10:01 am
On Wed, Nov 28, 2012 at 12:13 AM, Raffi Khatchadourian ... It's not doable. The sanboxing rules would forbid you from opening any files using other means than...
13518 Randy McMillan
randy.lee.mcmillan@... Send Email
Nov 30, 2012
5:56 pm
... Just subscribe to a premium service on GitHub and create private repos. -- You received this message from the "vim_mac" maillist. Do not top-post! Type...
13519 Raffi Khatchadourian
raffi.t.khatchadouria... Send Email
Nov 30, 2012
6:58 pm
... I wouldn't mind using the open panel. And, for :e opens (for example), perhaps Apple Script can ben used to select the file in the open panel (using the :e...
13520 Robert
sigzero@... Send Email
Dec 1, 2012
1:54 pm
I installed MacVim today via homebrew. I have a comand in my .vimrc to edit my vimrc with ,e (leader is remapped to ,). I am getting the error in the subject...
13521 Robert
sigzero@... Send Email
Dec 1, 2012
2:16 pm
Ignore ! ... -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more...
13522 Yile Ku
stiffstone@... Send Email
Dec 2, 2012
9:56 am
Just build vim on mac osx 10.7.5. Run it and open a file and nothing happens... I set the CC=clang variable tried again still nothing happens. Y- -- You...
13523 Bram Moolenaar
Bram@... Send Email
Dec 4, 2012
9:09 pm
Hello Vim users, Vim users donate quite some money to my favorite charity: Kibaale Childrens Centre. I went there to check out what they have been doing with...
13524 Yun Jiang
wing0214@... Send Email
Dec 5, 2012
9:14 am
Hi, I got my new MacAir which is installed the Mountain Lion System (Mac OSX 10.8.2). I did install the latest version of MacVim which is compatible with this...
Messages 13495 - 13524 of 13681   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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