From aeb5e56dc4c70df9ef8efc5944ac1faf70c3f7a8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 9 Jun 2019 01:18:08 +1200 Subject: Split an awkwardly long :set line --- vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 0dc75762..921acbed 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -29,7 +29,8 @@ " This doesn't raise an error if the paths aren't present, so we don't need to " check if they're already there. " -set runtimepath-=/var/lib/vim/addons runtimepath-=/var/lib/vim/addons/after +set runtimepath-=/var/lib/vim/addons +set runtimepath-=/var/lib/vim/addons/after " With 'runtimepath' cleaned up, the next thing we'll do is set an environment " variable MYVIM for the user runtime directory, if such a variable does not -- cgit v1.2.3