aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-16 20:20:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-16 20:20:03 +1200
commit1c51d2e98e0e0ec91da7ff3a93ad84f9767d0658 (patch)
treeefc1a4b4f5af848cf857a6a1c11a4bd78e0505dd /vim/vimrc
parentMerge branch 'release/v4.28.0' into develop (diff)
downloaddotfiles-1c51d2e98e0e0ec91da7ff3a93ad84f9767d0658.tar.gz
dotfiles-1c51d2e98e0e0ec91da7ff3a93ad84f9767d0658.zip
Dispense with system-dependent files
Let's see how well just :set all& works.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 915b02b0..6caf77bc 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,8 +1,8 @@
" Tom Ryder (tejr)'s vimrc: <https://sanctum.geek.nz/cgit/dotfiles.git>
" Requires Vim 7.0 or newer with +eval.
-" Undo anything the operating system's vimrc may have broken
-runtime system.vim
+" Revert everything to Vim defaults
+set all&
" Set an environment variable for the user runtime directory
if !exists('$MYVIMRUNTIME')