Re: instructions for installing macvim

2012-03-20 Thread Bee
On Mar 19, 2:35 pm, Yvonne Watkins wrote: > I'm going to preface this post with: I'm not a complete idiot, just a PC user > trying to hop the fence to the mac world. > > I'm attempting to install MacVim on my Mac (Snow Leopard) I downloaded > alexloveltroy-macvim zip file, and then unzipped it

Re: instructions for installing macvim

2012-03-20 Thread Stanislaw Pusep
Install MacPorts: http://www.macports.org/install.php Then do "sudo port install MacVim +cscope +huge +perl +python +ruby +tcl" to install the full version. On Tue, Mar 20, 2012 at 14:21, Darcy wrote: > I find it easier to use brew. > > 1) Install brew. http://mxcl.github.com/homebrew/ > > 1.5

Re: instructions for installing macvim

2012-03-20 Thread Darcy
I find it easier to use brew. 1) Install brew. http://mxcl.github.com/homebrew/ 1.5) To make binaries installed by brew take precedence over other binaries on your OS, make sure /usr/local/bin is at the front of your path. You can do this by adding this to your bashrc. # Move (or Add) /usr/loca

Re: instructions for installing macvim

2012-03-20 Thread Adimir Colen
You can use the "homebrew" to install several programs on the mac, and theninstall https://github.com/mxcl/homebrew/wiki/installation MacVim, "brew installMacVim" I recommend this -- Adimir Colen @adimircolen On 20/03/2012, at 13:07, Cássio Marques wrote: > - Download this file: LEGACY-OSX-10_

Re: instructions for installing macvim

2012-03-20 Thread Cássio Marques
- Download this file: LEGACY-OSX-10_6-MacVim-snapshot-62.tbz (https://github.com/downloads/b4winckler/macvim/LEGACY-OSX-10_6-MacVim-snapshot-62.tbz) - Extract it - Copy the MacVim file to your Applications folder - cp the mvim file to /usr/bin That's it, works pretty well for me, also on Snow Leo

Re: relativenumber so slow

2012-03-20 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/03/2012 17:31, Julien Stechele wrote: > Sorry for my poor english in advance. I've try to set relativenumber > in vim because is usefull. > In macvim, its very very slow when i scrolldown lines in select mode, > impossible to work with this opt

relativenumber so slow

2012-03-20 Thread Julien Stechele
Hi everyone, Sorry for my poor english in advance. I've try to set relativenumber in vim because is usefull. In macvim, its very very slow when i scrolldown lines in select mode, impossible to work with this option. It's fixable easely ? Thanks everybody. -- You received this message from the "

instructions for installing macvim

2012-03-20 Thread Yvonne Watkins
I'm going to preface this post with: I'm not a complete idiot, just a PC user trying to hop the fence to the mac world. I'm attempting to install MacVim on my Mac (Snow Leopard) I downloaded alexloveltroy-macvim zip file, and then unzipped it, but could not find a package file (*.pkg) within t