Re: Just started using pathogen and having problems with snipmate

2014-06-09 Thread Ole Hansen
Ok, I solved it myself. The problem had nothing to do with the switch to pathogen. I somehow added the snippets folder to my wildignore, so it could not be found. -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For

Re: Just started using pathogen and having problems with snipmate

2014-06-09 Thread Павлов Николай Александрович
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I think you should report this as a bug to snipmate authors. glob() and globpath() all support an argument that disables these options for one function call and this is what all plugin developers must use except for certain rare cases when they

Just started using pathogen and having problems with snipmate

2014-06-08 Thread Ole Hansen
Hi, I just started using pathogen and most of my plugins work perfectly. The only one not working seems to be snipmate. When I press tab in a .java file after typing pu, the snippet is not inserted. I also find it curious that the :Helptags command did not generate a tags file for snipmate. I

Re: Just started using pathogen and having problems with snipmate

2014-06-08 Thread Ole Hansen
Maybe it's also important that I initiate pathogen like this: runtime bundle/pathogen/autoload/pathogen.vim execute pathogen#infect() I have these lines lateron in my .vimrc: set nocompatible filetype plugin on -- -- You received this message from the vim_use maillist. Do not top-post! Type