From 94aebfaadd41366a0c70449ea392a9a00a0ed803 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Tue, 21 Jun 2011 09:02:13 +0200 Subject: [PATCH] Move all snippet files into a snippets directory so that you can install it using VAM. The reason is that snipmate automatically looks for snippets found in &rtp/snippets --- _.snippets => snippets/_.snippets | 0 actionscript.snippets => snippets/actionscript.snippets | 0 autoit.snippets => snippets/autoit.snippets | 0 c.snippets => snippets/c.snippets | 0 cmake.snippets => snippets/cmake.snippets | 0 cpp.snippets => snippets/cpp.snippets | 0 css.snippets => snippets/css.snippets | 0 diff.snippets => snippets/diff.snippets | 0 django.snippets => snippets/django.snippets | 0 erlang.snippets => snippets/erlang.snippets | 0 eruby.snippets => snippets/eruby.snippets | 0 falcon.snippets => snippets/falcon.snippets | 0 haml.snippets => snippets/haml.snippets | 0 html.snippets => snippets/html.snippets | 0 htmldjango.snippets => snippets/htmldjango.snippets | 0 java.snippets => snippets/java.snippets | 0 javascript.snippets => snippets/javascript.snippets | 0 jsp.snippets => snippets/jsp.snippets | 0 mako.snippets => snippets/mako.snippets | 0 markdown.snippets => snippets/markdown.snippets | 0 objc.snippets => snippets/objc.snippets | 0 perl.snippets => snippets/perl.snippets | 0 php.snippets => snippets/php.snippets | 0 progress.snippets => snippets/progress.snippets | 0 python.snippets => snippets/python.snippets | 0 rst.snippets => snippets/rst.snippets | 0 ruby.snippets => snippets/ruby.snippets | 0 sh.snippets => snippets/sh.snippets | 0 snippet.snippets => snippets/snippet.snippets | 0 tcl.snippets => snippets/tcl.snippets | 0 tex.snippets => snippets/tex.snippets | 0 vim.snippets => snippets/vim.snippets | 0 zsh.snippets => snippets/zsh.snippets | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename _.snippets => snippets/_.snippets (100%) rename actionscript.snippets => snippets/actionscript.snippets (100%) rename autoit.snippets => snippets/autoit.snippets (100%) rename c.snippets => snippets/c.snippets (100%) rename cmake.snippets => snippets/cmake.snippets (100%) rename cpp.snippets => snippets/cpp.snippets (100%) rename css.snippets => snippets/css.snippets (100%) rename diff.snippets => snippets/diff.snippets (100%) rename django.snippets => snippets/django.snippets (100%) rename erlang.snippets => snippets/erlang.snippets (100%) rename eruby.snippets => snippets/eruby.snippets (100%) rename falcon.snippets => snippets/falcon.snippets (100%) rename haml.snippets => snippets/haml.snippets (100%) rename html.snippets => snippets/html.snippets (100%) rename htmldjango.snippets => snippets/htmldjango.snippets (100%) rename java.snippets => snippets/java.snippets (100%) rename javascript.snippets => snippets/javascript.snippets (100%) rename jsp.snippets => snippets/jsp.snippets (100%) rename mako.snippets => snippets/mako.snippets (100%) rename markdown.snippets => snippets/markdown.snippets (100%) rename objc.snippets => snippets/objc.snippets (100%) rename perl.snippets => snippets/perl.snippets (100%) rename php.snippets => snippets/php.snippets (100%) rename progress.snippets => snippets/progress.snippets (100%) rename python.snippets => snippets/python.snippets (100%) rename rst.snippets => snippets/rst.snippets (100%) rename ruby.snippets => snippets/ruby.snippets (100%) rename sh.snippets => snippets/sh.snippets (100%) rename snippet.snippets => snippets/snippet.snippets (100%) rename tcl.snippets => snippets/tcl.snippets (100%) rename tex.snippets => snippets/tex.snippets (100%) rename vim.snippets => snippets/vim.snippets (100%) rename zsh.snippets => snippets/zsh.snippets (100%) diff --git a/_.snippets b/snippets/_.snippets similarity index 100% rename from _.snippets rename to snippets/_.snippets diff --git a/actionscript.snippets b/snippets/actionscript.snippets similarity index 100% rename from actionscript.snippets rename to snippets/actionscript.snippets diff --git a/autoit.snippets b/snippets/autoit.snippets similarity index 100% rename from autoit.snippets rename to snippets/autoit.snippets diff --git a/c.snippets b/snippets/c.snippets similarity index 100% rename from c.snippets rename to snippets/c.snippets diff --git a/cmake.snippets b/snippets/cmake.snippets similarity index 100% rename from cmake.snippets rename to snippets/cmake.snippets diff --git a/cpp.snippets b/snippets/cpp.snippets similarity index 100% rename from cpp.snippets rename to snippets/cpp.snippets diff --git a/css.snippets b/snippets/css.snippets similarity index 100% rename from css.snippets rename to snippets/css.snippets diff --git a/diff.snippets b/snippets/diff.snippets similarity index 100% rename from diff.snippets rename to snippets/diff.snippets diff --git a/django.snippets b/snippets/django.snippets similarity index 100% rename from django.snippets rename to snippets/django.snippets diff --git a/erlang.snippets b/snippets/erlang.snippets similarity index 100% rename from erlang.snippets rename to snippets/erlang.snippets diff --git a/eruby.snippets b/snippets/eruby.snippets similarity index 100% rename from eruby.snippets rename to snippets/eruby.snippets diff --git a/falcon.snippets b/snippets/falcon.snippets similarity index 100% rename from falcon.snippets rename to snippets/falcon.snippets diff --git a/haml.snippets b/snippets/haml.snippets similarity index 100% rename from haml.snippets rename to snippets/haml.snippets diff --git a/html.snippets b/snippets/html.snippets similarity index 100% rename from html.snippets rename to snippets/html.snippets diff --git a/htmldjango.snippets b/snippets/htmldjango.snippets similarity index 100% rename from htmldjango.snippets rename to snippets/htmldjango.snippets diff --git a/java.snippets b/snippets/java.snippets similarity index 100% rename from java.snippets rename to snippets/java.snippets diff --git a/javascript.snippets b/snippets/javascript.snippets similarity index 100% rename from javascript.snippets rename to snippets/javascript.snippets diff --git a/jsp.snippets b/snippets/jsp.snippets similarity index 100% rename from jsp.snippets rename to snippets/jsp.snippets diff --git a/mako.snippets b/snippets/mako.snippets similarity index 100% rename from mako.snippets rename to snippets/mako.snippets diff --git a/markdown.snippets b/snippets/markdown.snippets similarity index 100% rename from markdown.snippets rename to snippets/markdown.snippets diff --git a/objc.snippets b/snippets/objc.snippets similarity index 100% rename from objc.snippets rename to snippets/objc.snippets diff --git a/perl.snippets b/snippets/perl.snippets similarity index 100% rename from perl.snippets rename to snippets/perl.snippets diff --git a/php.snippets b/snippets/php.snippets similarity index 100% rename from php.snippets rename to snippets/php.snippets diff --git a/progress.snippets b/snippets/progress.snippets similarity index 100% rename from progress.snippets rename to snippets/progress.snippets diff --git a/python.snippets b/snippets/python.snippets similarity index 100% rename from python.snippets rename to snippets/python.snippets diff --git a/rst.snippets b/snippets/rst.snippets similarity index 100% rename from rst.snippets rename to snippets/rst.snippets diff --git a/ruby.snippets b/snippets/ruby.snippets similarity index 100% rename from ruby.snippets rename to snippets/ruby.snippets diff --git a/sh.snippets b/snippets/sh.snippets similarity index 100% rename from sh.snippets rename to snippets/sh.snippets diff --git a/snippet.snippets b/snippets/snippet.snippets similarity index 100% rename from snippet.snippets rename to snippets/snippet.snippets diff --git a/tcl.snippets b/snippets/tcl.snippets similarity index 100% rename from tcl.snippets rename to snippets/tcl.snippets diff --git a/tex.snippets b/snippets/tex.snippets similarity index 100% rename from tex.snippets rename to snippets/tex.snippets diff --git a/vim.snippets b/snippets/vim.snippets similarity index 100% rename from vim.snippets rename to snippets/vim.snippets diff --git a/zsh.snippets b/snippets/zsh.snippets similarity index 100% rename from zsh.snippets rename to snippets/zsh.snippets