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

Remove user directories from runtimepath.
authorJohn Tobin <johntobin@johntobin.ie>
Mon, 18 Mar 2019 22:39:43 +0000 (22:39 +0000)
committerJohn Tobin <johntobin@johntobin.ie>
Mon, 18 Mar 2019 22:39:43 +0000 (22:39 +0000)
commit6a82597c3a04cb874b3ebe30f5e90eae8f4a8e15
tree7244e035b93ba8d43a00948fb72c62c11da39c14
parent691d961a643064ee1feddba8371ff12e44678f5a
Remove user directories from runtimepath.

The default value of runtimepath includes ~/.vim and ~/.vim/after.
Configuration in those directories can interfere with tests.  Remove
those directories from runtimepath to make the tests hermetic.
test/vimrc