From dfe7baed9a6812b1afe5f5311eae197338a80265 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 22 Jul 2013 00:09:26 +1200 Subject: Missed an indent fix --- vim/vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index e440d4c7..426394ba 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -403,10 +403,10 @@ if !strlen($SUDO_USER) && has('unix') && has('persistent_undo') " Don't track changes to sensitive files if has('autocmd') augroup undoskip - autocmd! - silent! autocmd BufWritePre - \ /tmp/*,$TMPDIR/*,$TMP/*,$TEMP/*,*/shm/* - \ setlocal noundofile + autocmd! + silent! autocmd BufWritePre + \ /tmp/*,$TMPDIR/*,$TMP/*,$TEMP/*,*/shm/* + \ setlocal noundofile augroup END endif endif -- cgit v1.2.3