Re: Global search (and replace) using MacVim?

2010-11-21 Thread Wincent Colaiuta
On 21 nov, 00:14, Kyle Lippincott spect...@gmail.com wrote: :set autowrite :args **/*.txt :argdo s/from/to/g I think will do what you wish; if not exact syntax (I typed it from memory), Right, except you probably want: :argdo %s/from/to/g To replace in the entire file (note the %). The

Re: Moving into 7.3. Tracking issues, bugs, etc.

2010-08-04 Thread Wincent Colaiuta
On 3 ago, 17:23, björn bjorn.winck...@gmail.com wrote: On 3 August 2010 08:17, H.P. Logsdon wrote: I prefer if issue reports/feature requests/patch submissions are made to this list so that other people may respond to them and in the process taking some of the load off me.  That being said,

Re: Using MacVim terminal app with arrow keys?

2010-04-01 Thread Wincent Colaiuta
On 31 mar, 15:47, Patrick O'Doherty patr...@patrickodoherty.com wrote: Hey guys, I use MacVim when I'm at my Mac but there are times when I have to edit files from remote locations over ssh with vim. While I have another version of vim installed I'm trying to achieve consistency so I've

Re: MacVim + Ruby 1.9.1

2010-03-29 Thread Wincent Colaiuta
Thanks for the help. As a first step I hacked the src/auto/config.mk file by hand to see if I could get make to work without errors, setting the Ruby values like this: RUBY= /Users/wincent/.rvm/rubies/ruby-1.9.1-p378/bin/ruby RUBY_SRC= if_ruby.c RUBY_OBJ=

Current State of the Art for Objective-C code completion?

2009-08-20 Thread Wincent Colaiuta
Hi folks, Sending this message to the vim_mac group rather than vim_use because I suspect the audience here is more likely to include Objective-C coders. Wondering what the current State of the Art is for Objective-C code completion (that is, omni-completion). As far as I can tell, it basically