I am trying to create my own set of snippets for vim on Windows.
As soon as I create the directory $HOME/vimfiles/after/snippets
(with or without files) the "standard" snippets (i.e. those that came with snipmate itself) won't be triggered anymore.
I have tried the same on a Linux installation where I was able to create a (working) set of snippets in ~/.vim/after/snippets/*.snippets
.
What am I missing?
Edit An answer asked if I am using the original snipmate or the fork?
Answer: I was unaware of such a fork and I seem to be using the "original" one.
Edit II echo &rtp
contains C:\Users\Rene/vimfiles/after
(under which I created the snippets
directory).
Could it be that the mixed forward backward slashes is the problem?