From 9e8b6a4b06e4c744f175961ef081c18e81ecfcd4 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 14 Jul 2009 00:21:40 +0200 Subject: [PATCH] Move files to vim/ to merge with main Vim repository. --- {autoload => vim/autoload}/deb.vim | 0 {doc => vim/doc}/NERD_commenter.txt | 0 {doc => vim/doc}/matchit.txt | 0 {doc => vim/doc}/screenpaste.txt | 0 {doc => vim/doc}/surround.txt | 0 {ftdetect => vim/ftdetect}/asciidoc_filetype.vim | 0 {ftdetect => vim/ftdetect}/vimperator.vim | 0 {indent => vim/indent}/tcl.vim | 0 {plugin => vim/plugin}/NERD_commenter.vim | 0 {plugin => vim/plugin}/debPlugin.vim | 0 {plugin => vim/plugin}/matchit.vim | 0 {plugin => vim/plugin}/matrix.vim | 0 {plugin => vim/plugin}/minibufexpl.vim | 0 {plugin => vim/plugin}/qname.vim | 0 {plugin => vim/plugin}/repeat.vim | 0 {plugin => vim/plugin}/screenpaste.vim | 0 {plugin => vim/plugin}/securemodelines.vim | 0 {plugin => vim/plugin}/surround.vim | 0 {syntax => vim/syntax}/asciidoc.vim | 0 {syntax => vim/syntax}/deb.vim | 0 {syntax => vim/syntax}/getmailrc.vim | 0 {syntax => vim/syntax}/mkd.vim | 0 {syntax => vim/syntax}/perl.vim | 0 {syntax => vim/syntax}/php.vim | 0 {syntax => vim/syntax}/privoxy.vim | 0 {syntax => vim/syntax}/python.vim | 0 {syntax => vim/syntax}/tcl.vim | 0 {syntax => vim/syntax}/vimperator.vim | 0 {syntax => vim/syntax}/yaml.vim | 0 29 files changed, 0 insertions(+), 0 deletions(-) rename {autoload => vim/autoload}/deb.vim (100%) rename {doc => vim/doc}/NERD_commenter.txt (100%) rename {doc => vim/doc}/matchit.txt (100%) rename {doc => vim/doc}/screenpaste.txt (100%) rename {doc => vim/doc}/surround.txt (100%) rename {ftdetect => vim/ftdetect}/asciidoc_filetype.vim (100%) rename {ftdetect => vim/ftdetect}/vimperator.vim (100%) rename {indent => vim/indent}/tcl.vim (100%) rename {plugin => vim/plugin}/NERD_commenter.vim (100%) rename {plugin => vim/plugin}/debPlugin.vim (100%) rename {plugin => vim/plugin}/matchit.vim (100%) rename {plugin => vim/plugin}/matrix.vim (100%) rename {plugin => vim/plugin}/minibufexpl.vim (100%) rename {plugin => vim/plugin}/qname.vim (100%) rename {plugin => vim/plugin}/repeat.vim (100%) rename {plugin => vim/plugin}/screenpaste.vim (100%) rename {plugin => vim/plugin}/securemodelines.vim (100%) rename {plugin => vim/plugin}/surround.vim (100%) rename {syntax => vim/syntax}/asciidoc.vim (100%) rename {syntax => vim/syntax}/deb.vim (100%) rename {syntax => vim/syntax}/getmailrc.vim (100%) rename {syntax => vim/syntax}/mkd.vim (100%) rename {syntax => vim/syntax}/perl.vim (100%) rename {syntax => vim/syntax}/php.vim (100%) rename {syntax => vim/syntax}/privoxy.vim (100%) rename {syntax => vim/syntax}/python.vim (100%) rename {syntax => vim/syntax}/tcl.vim (100%) rename {syntax => vim/syntax}/vimperator.vim (100%) rename {syntax => vim/syntax}/yaml.vim (100%) diff --git a/autoload/deb.vim b/vim/autoload/deb.vim similarity index 100% rename from autoload/deb.vim rename to vim/autoload/deb.vim diff --git a/doc/NERD_commenter.txt b/vim/doc/NERD_commenter.txt similarity index 100% rename from doc/NERD_commenter.txt rename to vim/doc/NERD_commenter.txt diff --git a/doc/matchit.txt b/vim/doc/matchit.txt similarity index 100% rename from doc/matchit.txt rename to vim/doc/matchit.txt diff --git a/doc/screenpaste.txt b/vim/doc/screenpaste.txt similarity index 100% rename from doc/screenpaste.txt rename to vim/doc/screenpaste.txt diff --git a/doc/surround.txt b/vim/doc/surround.txt similarity index 100% rename from doc/surround.txt rename to vim/doc/surround.txt diff --git a/ftdetect/asciidoc_filetype.vim b/vim/ftdetect/asciidoc_filetype.vim similarity index 100% rename from ftdetect/asciidoc_filetype.vim rename to vim/ftdetect/asciidoc_filetype.vim diff --git a/ftdetect/vimperator.vim b/vim/ftdetect/vimperator.vim similarity index 100% rename from ftdetect/vimperator.vim rename to vim/ftdetect/vimperator.vim diff --git a/indent/tcl.vim b/vim/indent/tcl.vim similarity index 100% rename from indent/tcl.vim rename to vim/indent/tcl.vim diff --git a/plugin/NERD_commenter.vim b/vim/plugin/NERD_commenter.vim similarity index 100% rename from plugin/NERD_commenter.vim rename to vim/plugin/NERD_commenter.vim diff --git a/plugin/debPlugin.vim b/vim/plugin/debPlugin.vim similarity index 100% rename from plugin/debPlugin.vim rename to vim/plugin/debPlugin.vim diff --git a/plugin/matchit.vim b/vim/plugin/matchit.vim similarity index 100% rename from plugin/matchit.vim rename to vim/plugin/matchit.vim diff --git a/plugin/matrix.vim b/vim/plugin/matrix.vim similarity index 100% rename from plugin/matrix.vim rename to vim/plugin/matrix.vim diff --git a/plugin/minibufexpl.vim b/vim/plugin/minibufexpl.vim similarity index 100% rename from plugin/minibufexpl.vim rename to vim/plugin/minibufexpl.vim diff --git a/plugin/qname.vim b/vim/plugin/qname.vim similarity index 100% rename from plugin/qname.vim rename to vim/plugin/qname.vim diff --git a/plugin/repeat.vim b/vim/plugin/repeat.vim similarity index 100% rename from plugin/repeat.vim rename to vim/plugin/repeat.vim diff --git a/plugin/screenpaste.vim b/vim/plugin/screenpaste.vim similarity index 100% rename from plugin/screenpaste.vim rename to vim/plugin/screenpaste.vim diff --git a/plugin/securemodelines.vim b/vim/plugin/securemodelines.vim similarity index 100% rename from plugin/securemodelines.vim rename to vim/plugin/securemodelines.vim diff --git a/plugin/surround.vim b/vim/plugin/surround.vim similarity index 100% rename from plugin/surround.vim rename to vim/plugin/surround.vim diff --git a/syntax/asciidoc.vim b/vim/syntax/asciidoc.vim similarity index 100% rename from syntax/asciidoc.vim rename to vim/syntax/asciidoc.vim diff --git a/syntax/deb.vim b/vim/syntax/deb.vim similarity index 100% rename from syntax/deb.vim rename to vim/syntax/deb.vim diff --git a/syntax/getmailrc.vim b/vim/syntax/getmailrc.vim similarity index 100% rename from syntax/getmailrc.vim rename to vim/syntax/getmailrc.vim diff --git a/syntax/mkd.vim b/vim/syntax/mkd.vim similarity index 100% rename from syntax/mkd.vim rename to vim/syntax/mkd.vim diff --git a/syntax/perl.vim b/vim/syntax/perl.vim similarity index 100% rename from syntax/perl.vim rename to vim/syntax/perl.vim diff --git a/syntax/php.vim b/vim/syntax/php.vim similarity index 100% rename from syntax/php.vim rename to vim/syntax/php.vim diff --git a/syntax/privoxy.vim b/vim/syntax/privoxy.vim similarity index 100% rename from syntax/privoxy.vim rename to vim/syntax/privoxy.vim diff --git a/syntax/python.vim b/vim/syntax/python.vim similarity index 100% rename from syntax/python.vim rename to vim/syntax/python.vim diff --git a/syntax/tcl.vim b/vim/syntax/tcl.vim similarity index 100% rename from syntax/tcl.vim rename to vim/syntax/tcl.vim diff --git a/syntax/vimperator.vim b/vim/syntax/vimperator.vim similarity index 100% rename from syntax/vimperator.vim rename to vim/syntax/vimperator.vim diff --git a/syntax/yaml.vim b/vim/syntax/yaml.vim similarity index 100% rename from syntax/yaml.vim rename to vim/syntax/yaml.vim -- 2.44.1