Re: snipMate doesn't work with pathogen

2010-10-07 Thread Asis Hallab
Dear Marc, I was so busy, I had no time to try your tool. Anyway, I am looking at it right now. Could you tell me, where vim-addon-manager installs the plugins, I mean into which directory? Just to be sure, we are talking about this one: http://www.vim.org/scripts/script.php?script_id=2905, righ

Re: snipMate doesn't work with pathogen

2010-10-05 Thread Asis Hallab
Hi Adam, hi all! Something interesting happens, when I do the following: 1) I type "gvim test.rb" 2) snipMate does not work! I typed: "ife" and get -after a long search- "-- Keyword completion (^N^P) Pattern not found" 3) I execute ":so /opt/[..long path left out..]/vim73/bundle/sn

Re: snipMate doesn't work with pathogen

2010-10-05 Thread Asis Hallab
Hi Adam! I just tried that. It didn't work. Sorry.. Best! Asis 2010/10/5 Adam > Try moving `set nocompatible` to the first line in your vimrc > > ~Adam~ > -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: snipMate doesn't work with pathogen

2010-10-05 Thread Adam
Try moving `set nocompatible` to the first line in your vimrc ~Adam~ -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: snipMate doesn't work with pathogen

2010-10-05 Thread Adam
> > problems. I don't know exactly what your problem might be but I would > make sure that you place your pathogen command pathogen#runtime_ap... > in your .vimrc *before* you do: > > filetype on > filetype plugin indent on > > Expanding on this, this is taken from the pathogen vim page: Note that

Re: snipMate doesn't work with pathogen

2010-10-05 Thread Gregor Uhlenheuer
On 10/05/2010 03:28 PM, Asis Hallab wrote: > Dear all, > > I installed the latest version of *pathogen* and *snipmate*. > I put Snipmate into a ~/.vim/*bundle*/snipMate directory. > In my ~/.vimrc I call pathogen#runtime_append_all_bundles() > > Snipmate only works, if I install it into my ~/.vim

Re: snipMate doesn't work with pathogen

2010-10-05 Thread Israel Chauca F.
On Oct 5, 2010, at 8:28 AM, Asis Hallab wrote: > Dear all, > > I installed the latest version of *pathogen* and *snipmate*. > I put Snipmate into a ~/.vim/*bundle*/snipMate directory. > In my ~/.vimrc I call pathogen#runtime_append_all_bundles() > > Snipmate only works, if I install it into my

Re: snipMate doesn't work with pathogen

2010-10-05 Thread Adam
I use XPTemplate without issue. ~Adam~ On Tue, Oct 5, 2010 at 08:28, Asis Hallab wrote: > Dear all, > > I installed the latest version of *pathogen* and *snipmate*. > I put Snipmate into a ~/.vim/*bundle*/snipMate directory. > In my ~/.vimrc