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@...
Jul 3, 2012 12:17 pm
... It is documented under ":help 'matchpairs39;": "Currently only single byte character pairs are allowed, and they must be different". What is or isn't a...
13292
Axel Kielhorn
vim@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...