From: Simon Ruderich Date: Sat, 2 Jun 2018 11:36:46 +0000 (+0200) Subject: Move to vim/ in preparation for merge into new dotfiles repository X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=58f1d82fd556e0aec9c69b41c7f0faf8fe6369b6 Move to vim/ in preparation for merge into new dotfiles repository --- diff --git a/.gitmodules b/.gitmodules index 58557a4..144dbb4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,21 +1,21 @@ -[submodule "vim/bundle/ctrlp"] - path = vim/bundle/ctrlp +[submodule "vim/vim/bundle/ctrlp"] + path = vim/vim/bundle/ctrlp url = https://github.com/kien/ctrlp.vim.git -[submodule "vim/bundle/fswitch"] - path = vim/bundle/fswitch +[submodule "vim/vim/bundle/fswitch"] + path = vim/vim/bundle/fswitch url = https://github.com/derekwyatt/vim-fswitch.git -[submodule "vim/bundle/gundo"] - path = vim/bundle/gundo +[submodule "vim/vim/bundle/gundo"] + path = vim/vim/bundle/gundo url = https://github.com/sjl/gundo.vim.git -[submodule "vim/bundle/nerdcommenter"] - path = vim/bundle/nerdcommenter +[submodule "vim/vim/bundle/nerdcommenter"] + path = vim/vim/bundle/nerdcommenter url = https://github.com/scrooloose/nerdcommenter.git -[submodule "vim/bundle/surround"] - path = vim/bundle/surround +[submodule "vim/vim/bundle/surround"] + path = vim/vim/bundle/surround url = https://github.com/tpope/vim-surround.git -[submodule "vim/bundle/repeat"] - path = vim/bundle/repeat +[submodule "vim/vim/bundle/repeat"] + path = vim/vim/bundle/repeat url = https://github.com/tpope/vim-repeat.git -[submodule "vim/bundle/xptemplate"] - path = vim/bundle/xptemplate +[submodule "vim/vim/bundle/xptemplate"] + path = vim/vim/bundle/xptemplate url = https://github.com/drmingdrmer/xptemplate diff --git a/.gitignore b/vim/.gitignore similarity index 100% rename from .gitignore rename to vim/.gitignore diff --git a/Makefile b/vim/Makefile similarity index 100% rename from Makefile rename to vim/Makefile diff --git a/crontab b/vim/crontab similarity index 100% rename from crontab rename to vim/crontab diff --git a/gvimrc b/vim/gvimrc similarity index 100% rename from gvimrc rename to vim/gvimrc diff --git a/setup.sh b/vim/setup.sh similarity index 100% rename from setup.sh rename to vim/setup.sh diff --git a/term2gui.pl b/vim/term2gui.pl similarity index 100% rename from term2gui.pl rename to vim/term2gui.pl diff --git a/vim/after/ftplugin/mail.vim b/vim/vim/after/ftplugin/mail.vim similarity index 100% rename from vim/after/ftplugin/mail.vim rename to vim/vim/after/ftplugin/mail.vim diff --git a/vim/after/ftplugin/php.vim b/vim/vim/after/ftplugin/php.vim similarity index 100% rename from vim/after/ftplugin/php.vim rename to vim/vim/after/ftplugin/php.vim diff --git a/vim/after/syntax/apache.vim b/vim/vim/after/syntax/apache.vim similarity index 100% rename from vim/after/syntax/apache.vim rename to vim/vim/after/syntax/apache.vim diff --git a/vim/after/syntax/c.vim b/vim/vim/after/syntax/c.vim similarity index 100% rename from vim/after/syntax/c.vim rename to vim/vim/after/syntax/c.vim diff --git a/vim/after/syntax/crontab.vim b/vim/vim/after/syntax/crontab.vim similarity index 100% rename from vim/after/syntax/crontab.vim rename to vim/vim/after/syntax/crontab.vim diff --git a/vim/after/syntax/diff.vim b/vim/vim/after/syntax/diff.vim similarity index 100% rename from vim/after/syntax/diff.vim rename to vim/vim/after/syntax/diff.vim diff --git a/vim/after/syntax/gitcommit.vim b/vim/vim/after/syntax/gitcommit.vim similarity index 100% rename from vim/after/syntax/gitcommit.vim rename to vim/vim/after/syntax/gitcommit.vim diff --git a/vim/after/syntax/perl.vim b/vim/vim/after/syntax/perl.vim similarity index 100% rename from vim/after/syntax/perl.vim rename to vim/vim/after/syntax/perl.vim diff --git a/vim/after/syntax/vim.vim b/vim/vim/after/syntax/vim.vim similarity index 100% rename from vim/after/syntax/vim.vim rename to vim/vim/after/syntax/vim.vim diff --git a/vim/autoload/pathogen.vim b/vim/vim/autoload/pathogen.vim similarity index 100% rename from vim/autoload/pathogen.vim rename to vim/vim/autoload/pathogen.vim diff --git a/vim/bundle/ctrlp b/vim/vim/bundle/ctrlp similarity index 100% rename from vim/bundle/ctrlp rename to vim/vim/bundle/ctrlp diff --git a/vim/bundle/deb/autoload/deb.vim b/vim/vim/bundle/deb/autoload/deb.vim similarity index 100% rename from vim/bundle/deb/autoload/deb.vim rename to vim/vim/bundle/deb/autoload/deb.vim diff --git a/vim/bundle/deb/plugin/debPlugin.vim b/vim/vim/bundle/deb/plugin/debPlugin.vim similarity index 100% rename from vim/bundle/deb/plugin/debPlugin.vim rename to vim/vim/bundle/deb/plugin/debPlugin.vim diff --git a/vim/bundle/deb/syntax/deb.vim b/vim/vim/bundle/deb/syntax/deb.vim similarity index 100% rename from vim/bundle/deb/syntax/deb.vim rename to vim/vim/bundle/deb/syntax/deb.vim diff --git a/vim/bundle/fswitch b/vim/vim/bundle/fswitch similarity index 100% rename from vim/bundle/fswitch rename to vim/vim/bundle/fswitch diff --git a/vim/bundle/gundo b/vim/vim/bundle/gundo similarity index 100% rename from vim/bundle/gundo rename to vim/vim/bundle/gundo diff --git a/vim/bundle/matchit/doc/matchit.txt b/vim/vim/bundle/matchit/doc/matchit.txt similarity index 100% rename from vim/bundle/matchit/doc/matchit.txt rename to vim/vim/bundle/matchit/doc/matchit.txt diff --git a/vim/bundle/matchit/plugin/matchit.vim b/vim/vim/bundle/matchit/plugin/matchit.vim similarity index 100% rename from vim/bundle/matchit/plugin/matchit.vim rename to vim/vim/bundle/matchit/plugin/matchit.vim diff --git a/vim/bundle/nerdcommenter b/vim/vim/bundle/nerdcommenter similarity index 100% rename from vim/bundle/nerdcommenter rename to vim/vim/bundle/nerdcommenter diff --git a/vim/bundle/repeat b/vim/vim/bundle/repeat similarity index 100% rename from vim/bundle/repeat rename to vim/vim/bundle/repeat diff --git a/vim/bundle/surround b/vim/vim/bundle/surround similarity index 100% rename from vim/bundle/surround rename to vim/vim/bundle/surround diff --git a/vim/bundle/xptemplate b/vim/vim/bundle/xptemplate similarity index 100% rename from vim/bundle/xptemplate rename to vim/vim/bundle/xptemplate diff --git a/vim/colors/simon.vim b/vim/vim/colors/simon.vim similarity index 100% rename from vim/colors/simon.vim rename to vim/vim/colors/simon.vim diff --git a/vim/ftdetect/asciidoc_filetype.vim b/vim/vim/ftdetect/asciidoc_filetype.vim similarity index 100% rename from vim/ftdetect/asciidoc_filetype.vim rename to vim/vim/ftdetect/asciidoc_filetype.vim diff --git a/vim/ftdetect/vimperator.vim b/vim/vim/ftdetect/vimperator.vim similarity index 100% rename from vim/ftdetect/vimperator.vim rename to vim/vim/ftdetect/vimperator.vim diff --git a/vim/ftplugin/_common/personal.xpt.vim b/vim/vim/ftplugin/_common/personal.xpt.vim similarity index 100% rename from vim/ftplugin/_common/personal.xpt.vim rename to vim/vim/ftplugin/_common/personal.xpt.vim diff --git a/vim/ftplugin/c/c.xpt.vim b/vim/vim/ftplugin/c/c.xpt.vim similarity index 100% rename from vim/ftplugin/c/c.xpt.vim rename to vim/vim/ftplugin/c/c.xpt.vim diff --git a/vim/ftplugin/java/java.xpt.vim b/vim/vim/ftplugin/java/java.xpt.vim similarity index 100% rename from vim/ftplugin/java/java.xpt.vim rename to vim/vim/ftplugin/java/java.xpt.vim diff --git a/vim/ftplugin/perl/perl.xpt.vim b/vim/vim/ftplugin/perl/perl.xpt.vim similarity index 100% rename from vim/ftplugin/perl/perl.xpt.vim rename to vim/vim/ftplugin/perl/perl.xpt.vim diff --git a/vim/ftplugin/tex/tex.xpt.vim b/vim/vim/ftplugin/tex/tex.xpt.vim similarity index 100% rename from vim/ftplugin/tex/tex.xpt.vim rename to vim/vim/ftplugin/tex/tex.xpt.vim diff --git a/vim/ftplugin/vhdl/vhdl.xpt.vim b/vim/vim/ftplugin/vhdl/vhdl.xpt.vim similarity index 100% rename from vim/ftplugin/vhdl/vhdl.xpt.vim rename to vim/vim/ftplugin/vhdl/vhdl.xpt.vim diff --git a/vim/plugin/gnupg.vim b/vim/vim/plugin/gnupg.vim similarity index 100% rename from vim/plugin/gnupg.vim rename to vim/vim/plugin/gnupg.vim diff --git a/vim/plugin/matrix.vim b/vim/vim/plugin/matrix.vim similarity index 100% rename from vim/plugin/matrix.vim rename to vim/vim/plugin/matrix.vim diff --git a/vim/plugin/securemodelines.vim b/vim/vim/plugin/securemodelines.vim similarity index 100% rename from vim/plugin/securemodelines.vim rename to vim/vim/plugin/securemodelines.vim diff --git a/vim/syntax/asciidoc.vim b/vim/vim/syntax/asciidoc.vim similarity index 100% rename from vim/syntax/asciidoc.vim rename to vim/vim/syntax/asciidoc.vim diff --git a/vim/syntax/getmailrc.vim b/vim/vim/syntax/getmailrc.vim similarity index 100% rename from vim/syntax/getmailrc.vim rename to vim/vim/syntax/getmailrc.vim diff --git a/vim/syntax/msmtp.vim b/vim/vim/syntax/msmtp.vim similarity index 100% rename from vim/syntax/msmtp.vim rename to vim/vim/syntax/msmtp.vim diff --git a/vim/syntax/perl.vim b/vim/vim/syntax/perl.vim similarity index 100% rename from vim/syntax/perl.vim rename to vim/vim/syntax/perl.vim diff --git a/vim/syntax/python.vim b/vim/vim/syntax/python.vim similarity index 100% rename from vim/syntax/python.vim rename to vim/vim/syntax/python.vim diff --git a/vim/syntax/tmux.vim b/vim/vim/syntax/tmux.vim similarity index 100% rename from vim/syntax/tmux.vim rename to vim/vim/syntax/tmux.vim diff --git a/vim/syntax/vimperator.vim b/vim/vim/syntax/vimperator.vim similarity index 100% rename from vim/syntax/vimperator.vim rename to vim/vim/syntax/vimperator.vim diff --git a/vimrc b/vim/vimrc similarity index 100% rename from vimrc rename to vim/vimrc