]> 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:

Redid config
authorJosef Fortier <fortier@augsburg.edu>
Sat, 23 Feb 2019 20:53:24 +0000 (14:53 -0600)
committerJosef Fortier <fortier@augsburg.edu>
Sat, 23 Feb 2019 20:53:24 +0000 (14:53 -0600)
commita8037bb8cc8b46d506e43005acebb1e96e090ae5
tree82a79c1937963595c7a9951daac55f4604351e70
parentd6c1a4935fbd3f1f1a37f442693b84b78bdc8575
Redid config

syntax loads too early to be easily controllable from user settings.
Moving it to ftdetect allows testing user values at that point. Used a
non auto loading syntax
autoload/password_store.vim
ftdetect/pass.vim
ftplugin/pass.vim
syntax/pass_delayed.vim [moved from syntax/pass.vim with 94% similarity]
t/settings.vader [new file with mode: 0644]