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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 13290 - 13319 of 13685   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
13290 Axel Kielhorn
vim@... Send Email
Jul 1, 2012
5:28 pm
Hi! I'm using: VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jun 4 2012 19:19:42) MacOS X (unix) version Included patches: 1-531 The default matchpairs are: ...
13291 Tony Mechelynck
antoine.mechelynck@... Send Email
Jul 3, 2012
12:17 pm
... It is documented under ":help 'matchpairs&#39;": "Currently only single byte character pairs are allowed, and they must be different". What is or isn't a...
13292 Axel Kielhorn
vim@... Send Email
Jul 3, 2012
4:15 pm
... Thanks, I somehow missed that. Maybe I should transform » and « to >> and << while editing and convert it back when writing the file. It's easier to type...
13293 Tony Mechelynck
antoine.mechelynck@... Send Email
Jul 5, 2012
6:13 pm
... Maybe you could, but in that case beware that having unpaired less- than and greater-than signs (as in mathematics) will confuse Vim when trying to find...
13294 Penny Leach
penelope.leach@... Send Email
Jul 5, 2012
7:32 pm
Hi there, I found the fix for the zsh problem in the troubleshooting page on the wiki and it works perfectly for me if I launch macvim in any sort of ordinary...
13295 dv1445@... Send Email Jul 7, 2012
4:55 pm
... Hi Björn, Thanks for putting this on the TODO list. I just want to clear up a bit of confusion on my part. I thought that (1) the outputs of both ":r...
13296 David Gillooly
david.gillooly@... Send Email
Jul 7, 2012
8:25 pm
I am taking a beginning Java class that just uses a text editor and shell to create java files,compile them and run them from a terminal that shows the...
13297 Israel Chauca F.
israelvarios@... Send Email
Jul 9, 2012
5:30 am
Hi there, I'm getting the E315 error when I follow these steps: 1. Open the attached file in a text editor. 2. Open the file in MacVim with this command: mvim...
13298 Xiao G. Wu
xiaogwu@... Send Email
Jul 9, 2012
5:37 am
I would offer that you write to file, type :shell javac ?.java java ? type exit to return to the editor Sent from my iPad ... -- You received this message from...
13299 Israel Chauca F.
israelvarios@... Send Email
Jul 9, 2012
5:37 am
... Please, disregard my previous email. I thought I was testing on a regular MacVim but I was using one with some extra patches applied. There is no error 315...
13300 Peter Palmreuther
pitpalme@... Send Email
Jul 9, 2012
6:54 am
Hi, ... Create or open your Java source code file in MacVim, if necessary use ... to get proper syntax highlighting and finally ... Now when you want to...
13301 vim-beginner
chap.harrison@... Send Email
Jul 10, 2012
3:11 am
New to vim. Just installed MacVim "Snapshot 64". Why is there a Python menu? How can I get rid of it? Thanks- Chap -- You received this message from the...
13302 björn
bjorn.winckler@... Send Email
Jul 10, 2012
9:00 pm
... Hi, I'm afraid I don't use zsh so can not really contribute at all to this thread. Normally my response would be to ask on vim_use but this really is...
13303 björn
bjorn.winckler@... Send Email
Jul 10, 2012
9:19 pm
... They are not identical, ":r !ls" is like typing "ls" in Terminal whereas glob() is implemented in the Vim source code. The other difference here is that...
13304 björn
bjorn.winckler@... Send Email
Jul 10, 2012
9:25 pm
... There is no such menu with "vanilla" MacVim. In all likelihood you have installed a plugin that adds this menu. The troubleshooting guide may help you...
13305 Maciej Maciaszek
maciej.maciaszek@... Send Email
Jul 13, 2012
11:32 pm
While in command mode I try to for example '3fa' - find third occurence of 'a'. It doesn't respond. In Terminal.app I do the same in vim and it works. How to...
13306 Ben Schmidt
mail_ben_schmidt@... Send Email
Jul 15, 2012
11:44 pm
... This doesn't work because starting a MacVim instance using the Vim executable directly, or the mvim script, inherits the environment of the caller. It...
13307 Ben Schmidt
mail_ben_schmidt@... Send Email
Jul 16, 2012
12:28 am
... Yes, but that just *reveals* the bug; it isn't the bug. The subject line correctly identifies this as a rendering bug. It should be possible to edit both...
13308 dv1445@... Send Email Jul 16, 2012
9:50 pm
... Right, but it seems to me that if at all possible, their *outputs* should be identical, in the following sense: If there is a lone directory or file called...
13309 Penny Leach
penelope.leach@... Send Email
Jul 17, 2012
7:20 am
... Yay! That worked perfectly. I experimented a little bit trying to find another way to do it but failed so I will just stick with your solution. Thanks...
13310 grussell86
grussell86@... Send Email
Jul 18, 2012
9:32 pm
I have been trying to install vim 7.3 on my mac. I am using the default install options having not edited the Makefile. I simply run: make make install The...
13311 Ben Schmidt
mail_ben_schmidt@... Send Email
Jul 18, 2012
10:34 pm
... I wouldn't bother myself. ls might change one day. And other commandline utilities that output filenames might do differently. You're never going to be...
13312 Hisashi T Fujinaka
htodd@... Send Email
Jul 18, 2012
11:44 pm
Here's what I use in fink: make prefix=%p CONF_ARGS="--with-gnome=%p --mandir=%i/share/man --prefix=%p" CONF_OPT_CSCOPE="--enable-cscope" CONF_OPT_MULTIBY ...
13313 Ben Schmidt
mail_ben_schmidt@... Send Email
Jul 19, 2012
6:14 am
... Have you tried ./configure --enable-gui=gtk2 make make install ? That's basically what I do. Ben. -- You received this message from the "vim_mac" maillist....
13314 Ben Schmidt
mail_ben_schmidt@... Send Email
Jul 19, 2012
12:33 pm
... I have tracked down what this is. MacVim is compiled with Darwin support, but Apple's Vim is not (go figure). That means that MacVim calls...
13315 björn
bjorn.winckler@... Send Email
Jul 19, 2012
1:37 pm
... Thanks for tracking this down. Precomposing filenames is the "right thing" to do in this case. In order for Vim to function correctly filenames have to be...
13316 björn
bjorn.winckler@... Send Email
Jul 19, 2012
1:44 pm
... If you want to build with with the MacVim GUI then you need to pull the source from [1]. Build instructions are at [2]. You seem to be using the "vanilla"...
13317 björn
bjorn.winckler@... Send Email
Jul 19, 2012
1:46 pm
... This sounds like a problem with your setup (it certainly works for me and I use 'f' all the time). Try going through the troubleshooting guide [1]. Björn...
13318 dv1445@... Send Email Jul 19, 2012
4:11 pm
... Nice work! ... Ah, my "true console" vim isn't the factory one from Apple, but compiled myself with a flag of ... sigh ... --disable-darwin! As to why this...
13319 dv1445@... Send Email Jul 19, 2012
5:09 pm
I don't know if this is a bug, or even if it is, whether it's a bug in MacVim, but it is of interest. To reproduce: 0. Have MacVim as an open app (there...
Messages 13290 - 13319 of 13685   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