From: John Tobin Date: Mon, 18 Mar 2019 22:39:43 +0000 (+0000) Subject: Remove user directories from runtimepath. X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/6a82597c3a04cb874b3ebe30f5e90eae8f4a8e15?ds=sidebyside;hp=6a82597c3a04cb874b3ebe30f5e90eae8f4a8e15 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. ---