From eed53f3305af0a1e059d0fbd79a3c85b17894eec Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 3 Jul 2018 13:52:15 +1200 Subject: Handle system-specific undos with system.vim file --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 5f3e06cf..b1fbbbd4 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -4,6 +4,9 @@ " own without the accompanying plugins to which it refers near its end, but " you'll get errors for some of the leader maps. +" Undo anything the operating system's vimrc may have broken +runtime system.vim + " Load filetype settings, plugins, and maps if has('autocmd') let g:maplocalleader = '_' -- cgit v1.2.3