]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

move ftplugin scripts from after to normal ftplugin
authormartin f. krafft <madduck@madduck.net>
Tue, 8 Apr 2025 12:42:15 +0000 (14:42 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 8 Apr 2025 14:32:24 +0000 (16:32 +0200)
commit04d4f692235a57b68b6ff9b82b536f7e3bfe437b
treec6b097ae9940ecbf654e8111d054e2837cc59084
parent9b521fac0241d563b5761d2c9db3700aa15ff3b7
move ftplugin scripts from after to normal ftplugin
13 files changed:
.vim/ftplugin/automake.vim [moved from .vim/after/ftplugin/automake.vim with 100% similarity]
.vim/ftplugin/debchangelog.vim [moved from .vim/after/ftplugin/debchangelog.vim with 100% similarity]
.vim/ftplugin/diff.vim [moved from .vim/after/ftplugin/diff.vim with 100% similarity]
.vim/ftplugin/git.vim [moved from .vim/after/ftplugin/git.vim with 100% similarity]
.vim/ftplugin/mail.vim [moved from .vim/after/ftplugin/mail.vim with 100% similarity]
.vim/ftplugin/make.vim [moved from .vim/after/ftplugin/make.vim with 100% similarity]
.vim/ftplugin/nroff.vim [moved from .vim/after/ftplugin/nroff.vim with 100% similarity]
.vim/ftplugin/perl.vim [moved from .vim/after/ftplugin/perl.vim with 100% similarity]
.vim/ftplugin/puppet.vim [moved from .vim/after/ftplugin/puppet.vim with 100% similarity]
.vim/ftplugin/python.vim [moved from .vim/after/ftplugin/python.vim with 100% similarity]
.vim/ftplugin/rst.vim [moved from .vim/after/ftplugin/rst.vim with 100% similarity]
.vim/ftplugin/tex.vim [moved from .vim/after/ftplugin/tex.vim with 100% similarity]
.vim/ftplugin/vo_base.vim [moved from .vim/after/ftplugin/vo_base.vim with 100% similarity]