aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-17 00:22:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-17 00:22:36 +1200
commit9b53214dc18da5c54ea18435edf603d95a08f741 (patch)
tree8a280273960b7da90376928ed214b5e4c8682678 /vim/vimrc
parentAdjust formatting of autocmd (diff)
downloaddotfiles-9b53214dc18da5c54ea18435edf603d95a08f741.tar.gz
dotfiles-9b53214dc18da5c54ea18435edf603d95a08f741.zip
Revert "Dispense with system-dependent files"
This reverts commit 1c51d2e98e0e0ec91da7ff3a93ad84f9767d0658. Already found problems--trips up using the -V command line option.
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 7b2485a6..eeb468ff 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.
-" Revert everything to Vim defaults
-set all&
+" Undo anything the operating system's vimrc may have broken
+runtime system.vim
" Set an environment variable for the user runtime directory
if !exists('$MYVIMRUNTIME')