aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 01:18:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 01:18:08 +1200
commitaeb5e56dc4c70df9ef8efc5944ac1faf70c3f7a8 (patch)
tree494f4deea2b872fd9d028d37e32bf9064ee4261d
parentRestore 'shortmess' defaults (diff)
downloaddotfiles-aeb5e56dc4c70df9ef8efc5944ac1faf70c3f7a8.tar.gz
dotfiles-aeb5e56dc4c70df9ef8efc5944ac1faf70c3f7a8.zip
Split an awkwardly long :set line
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
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