From 58f1d82fd556e0aec9c69b41c7f0faf8fe6369b6 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 2 Jun 2018 13:36:46 +0200 Subject: [PATCH] Move to vim/ in preparation for merge into new dotfiles repository --- .gitmodules | 28 +++++++++---------- .gitignore => vim/.gitignore | 0 Makefile => vim/Makefile | 0 crontab => vim/crontab | 0 gvimrc => vim/gvimrc | 0 setup.sh => vim/setup.sh | 0 term2gui.pl => vim/term2gui.pl | 0 vim/{ => vim}/after/ftplugin/mail.vim | 0 vim/{ => vim}/after/ftplugin/php.vim | 0 vim/{ => vim}/after/syntax/apache.vim | 0 vim/{ => vim}/after/syntax/c.vim | 0 vim/{ => vim}/after/syntax/crontab.vim | 0 vim/{ => vim}/after/syntax/diff.vim | 0 vim/{ => vim}/after/syntax/gitcommit.vim | 0 vim/{ => vim}/after/syntax/perl.vim | 0 vim/{ => vim}/after/syntax/vim.vim | 0 vim/{ => vim}/autoload/pathogen.vim | 0 vim/{ => vim}/bundle/ctrlp | 0 vim/{ => vim}/bundle/deb/autoload/deb.vim | 0 vim/{ => vim}/bundle/deb/plugin/debPlugin.vim | 0 vim/{ => vim}/bundle/deb/syntax/deb.vim | 0 vim/{ => vim}/bundle/fswitch | 0 vim/{ => vim}/bundle/gundo | 0 vim/{ => vim}/bundle/matchit/doc/matchit.txt | 0 .../bundle/matchit/plugin/matchit.vim | 0 vim/{ => vim}/bundle/nerdcommenter | 0 vim/{ => vim}/bundle/repeat | 0 vim/{ => vim}/bundle/surround | 0 vim/{ => vim}/bundle/xptemplate | 0 vim/{ => vim}/colors/simon.vim | 0 vim/{ => vim}/ftdetect/asciidoc_filetype.vim | 0 vim/{ => vim}/ftdetect/vimperator.vim | 0 .../ftplugin/_common/personal.xpt.vim | 0 vim/{ => vim}/ftplugin/c/c.xpt.vim | 0 vim/{ => vim}/ftplugin/java/java.xpt.vim | 0 vim/{ => vim}/ftplugin/perl/perl.xpt.vim | 0 vim/{ => vim}/ftplugin/tex/tex.xpt.vim | 0 vim/{ => vim}/ftplugin/vhdl/vhdl.xpt.vim | 0 vim/{ => vim}/plugin/gnupg.vim | 0 vim/{ => vim}/plugin/matrix.vim | 0 vim/{ => vim}/plugin/securemodelines.vim | 0 vim/{ => vim}/syntax/asciidoc.vim | 0 vim/{ => vim}/syntax/getmailrc.vim | 0 vim/{ => vim}/syntax/msmtp.vim | 0 vim/{ => vim}/syntax/perl.vim | 0 vim/{ => vim}/syntax/python.vim | 0 vim/{ => vim}/syntax/tmux.vim | 0 vim/{ => vim}/syntax/vimperator.vim | 0 vimrc => vim/vimrc | 0 49 files changed, 14 insertions(+), 14 deletions(-) rename .gitignore => vim/.gitignore (100%) rename Makefile => vim/Makefile (100%) rename crontab => vim/crontab (100%) rename gvimrc => vim/gvimrc (100%) rename setup.sh => vim/setup.sh (100%) rename term2gui.pl => vim/term2gui.pl (100%) rename vim/{ => vim}/after/ftplugin/mail.vim (100%) rename vim/{ => vim}/after/ftplugin/php.vim (100%) rename vim/{ => vim}/after/syntax/apache.vim (100%) rename vim/{ => vim}/after/syntax/c.vim (100%) rename vim/{ => vim}/after/syntax/crontab.vim (100%) rename vim/{ => vim}/after/syntax/diff.vim (100%) rename vim/{ => vim}/after/syntax/gitcommit.vim (100%) rename vim/{ => vim}/after/syntax/perl.vim (100%) rename vim/{ => vim}/after/syntax/vim.vim (100%) rename vim/{ => vim}/autoload/pathogen.vim (100%) rename vim/{ => vim}/bundle/ctrlp (100%) rename vim/{ => vim}/bundle/deb/autoload/deb.vim (100%) rename vim/{ => vim}/bundle/deb/plugin/debPlugin.vim (100%) rename vim/{ => vim}/bundle/deb/syntax/deb.vim (100%) rename vim/{ => vim}/bundle/fswitch (100%) rename vim/{ => vim}/bundle/gundo (100%) rename vim/{ => vim}/bundle/matchit/doc/matchit.txt (100%) rename vim/{ => vim}/bundle/matchit/plugin/matchit.vim (100%) rename vim/{ => vim}/bundle/nerdcommenter (100%) rename vim/{ => vim}/bundle/repeat (100%) rename vim/{ => vim}/bundle/surround (100%) rename vim/{ => vim}/bundle/xptemplate (100%) rename vim/{ => vim}/colors/simon.vim (100%) rename vim/{ => vim}/ftdetect/asciidoc_filetype.vim (100%) rename vim/{ => vim}/ftdetect/vimperator.vim (100%) rename vim/{ => vim}/ftplugin/_common/personal.xpt.vim (100%) rename vim/{ => vim}/ftplugin/c/c.xpt.vim (100%) rename vim/{ => vim}/ftplugin/java/java.xpt.vim (100%) rename vim/{ => vim}/ftplugin/perl/perl.xpt.vim (100%) rename vim/{ => vim}/ftplugin/tex/tex.xpt.vim (100%) rename vim/{ => vim}/ftplugin/vhdl/vhdl.xpt.vim (100%) rename vim/{ => vim}/plugin/gnupg.vim (100%) rename vim/{ => vim}/plugin/matrix.vim (100%) rename vim/{ => vim}/plugin/securemodelines.vim (100%) rename vim/{ => vim}/syntax/asciidoc.vim (100%) rename vim/{ => vim}/syntax/getmailrc.vim (100%) rename vim/{ => vim}/syntax/msmtp.vim (100%) rename vim/{ => vim}/syntax/perl.vim (100%) rename vim/{ => vim}/syntax/python.vim (100%) rename vim/{ => vim}/syntax/tmux.vim (100%) rename vim/{ => vim}/syntax/vimperator.vim (100%) rename vimrc => vim/vimrc (100%) 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 -- 2.43.2