aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 14:49:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 14:49:03 +1200
commit6e1064bae6ed44aa54f8e6512db6eee84d494c34 (patch)
tree2fc3a843473450a7f3650eaac7aea8ae045d5896 /vim
parentMerge branch 'hotfix/v5.25.1' into develop (diff)
downloaddotfiles-6e1064bae6ed44aa54f8e6512db6eee84d494c34.tar.gz
dotfiles-6e1064bae6ed44aa54f8e6512db6eee84d494c34.zip
Remove Debian 'runtimepath' stripping
We'll worry about this when it actually causes problems.
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f05f6716..0b59a694 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -23,15 +23,6 @@
" > --Tennyson
"
-" We'll start by removing unwanted addenda to 'runtimepath' from Debian
-" GNU/Linux's debian.vim, so that any Vim script installed at the system level
-" is ignored, since we don't want it interfering with our personal setup.
-" 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
-set runtimepath-=/var/lib/vim/addons/after
-
" Splitting the values of a comma-separated option like 'runtimepath'
" correctly, which we'll need to do a few times throughout this file, is a bit
" more complicated than it seems. The list separator is more accurately