From: martin f. krafft Date: Tue, 8 Apr 2025 12:42:15 +0000 (+0200) Subject: move ftplugin scripts from after to normal ftplugin X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/04d4f692235a57b68b6ff9b82b536f7e3bfe437b?ds=sidebyside move ftplugin scripts from after to normal ftplugin --- diff --git a/.vim/after/ftplugin/automake.vim b/.vim/ftplugin/automake.vim similarity index 100% rename from .vim/after/ftplugin/automake.vim rename to .vim/ftplugin/automake.vim diff --git a/.vim/after/ftplugin/debchangelog.vim b/.vim/ftplugin/debchangelog.vim similarity index 100% rename from .vim/after/ftplugin/debchangelog.vim rename to .vim/ftplugin/debchangelog.vim diff --git a/.vim/after/ftplugin/diff.vim b/.vim/ftplugin/diff.vim similarity index 100% rename from .vim/after/ftplugin/diff.vim rename to .vim/ftplugin/diff.vim diff --git a/.vim/after/ftplugin/git.vim b/.vim/ftplugin/git.vim similarity index 100% rename from .vim/after/ftplugin/git.vim rename to .vim/ftplugin/git.vim diff --git a/.vim/after/ftplugin/mail.vim b/.vim/ftplugin/mail.vim similarity index 100% rename from .vim/after/ftplugin/mail.vim rename to .vim/ftplugin/mail.vim diff --git a/.vim/after/ftplugin/make.vim b/.vim/ftplugin/make.vim similarity index 100% rename from .vim/after/ftplugin/make.vim rename to .vim/ftplugin/make.vim diff --git a/.vim/after/ftplugin/nroff.vim b/.vim/ftplugin/nroff.vim similarity index 100% rename from .vim/after/ftplugin/nroff.vim rename to .vim/ftplugin/nroff.vim diff --git a/.vim/after/ftplugin/perl.vim b/.vim/ftplugin/perl.vim similarity index 100% rename from .vim/after/ftplugin/perl.vim rename to .vim/ftplugin/perl.vim diff --git a/.vim/after/ftplugin/puppet.vim b/.vim/ftplugin/puppet.vim similarity index 100% rename from .vim/after/ftplugin/puppet.vim rename to .vim/ftplugin/puppet.vim diff --git a/.vim/after/ftplugin/python.vim b/.vim/ftplugin/python.vim similarity index 100% rename from .vim/after/ftplugin/python.vim rename to .vim/ftplugin/python.vim diff --git a/.vim/after/ftplugin/rst.vim b/.vim/ftplugin/rst.vim similarity index 100% rename from .vim/after/ftplugin/rst.vim rename to .vim/ftplugin/rst.vim diff --git a/.vim/after/ftplugin/tex.vim b/.vim/ftplugin/tex.vim similarity index 100% rename from .vim/after/ftplugin/tex.vim rename to .vim/ftplugin/tex.vim diff --git a/.vim/after/ftplugin/vo_base.vim b/.vim/ftplugin/vo_base.vim similarity index 100% rename from .vim/after/ftplugin/vo_base.vim rename to .vim/ftplugin/vo_base.vim