ack.vim problem

2012-03-07 Thread Barrie Stott
I downloaded and installed ack.vim and consistently get messages like the following from MacVim. For example, when trying to use it to find occurrences of the word 'Mail' in the current directory by typing ':Ack mail': E492: Not an editor command: Ack mail I also had to install MacPorts'

Re: ack.vim problem

2012-03-07 Thread Andrew Stewart
On 7 Mar 2012, at 09:44, Barrie Stott wrote: I downloaded and installed ack.vim and consistently get messages like the following from MacVim. For example, when trying to use it to find occurrences of the word 'Mail' in the current directory by typing ':Ack mail': E492: Not an editor

Re: ack.vim problem

2012-03-07 Thread Barrie Stott
On 7 Mar 2012, at 08:49, Andrew Stewart wrote: On 7 Mar 2012, at 09:44, Barrie Stott wrote: I downloaded and installed ack.vim and consistently get messages like the following from MacVim. For example, when trying to use it to find occurrences of the word 'Mail' in the current directory

Re: ack.vim problem

2012-03-07 Thread Andrew Stewart
On 7 Mar 2012, at 09:55, Barrie Stott wrote: I installed the code in ~/.vim/plugin and documentation in ~/.vim/doc. It came as a .tar.gz file so all I had to do was move it to ~/.vim and use 'tar zxvf ack.tar.gz from that directory. Hmm, that's where my ack.vim is installed and ':Ack mail'

Re: ack.vim problem

2012-03-07 Thread Barrie Stott
On 7 Mar 2012, at 09:19, Andrew Stewart wrote: On 7 Mar 2012, at 09:55, Barrie Stott wrote: I installed the code in ~/.vim/plugin and documentation in ~/.vim/doc. It came as a .tar.gz file so all I had to do was move it to ~/.vim and use 'tar zxvf ack.tar.gz from that directory. Hmm,