From c166c0eba5167594eb4a73d1c5e6e7fc4e4e132e Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 12 Apr 2018 22:12:19 +0200 Subject: [PATCH] remove spaces around = --- home/vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/vimrc b/home/vimrc index 126a829..f056e79 100644 --- a/home/vimrc +++ b/home/vimrc @@ -301,7 +301,7 @@ fu! HiDump() redir => out silent hi redir END - let @a = out + let @a=out put a endf @@ -363,7 +363,7 @@ set list listchars=tab:»·,trail:·,extends:…,nbsp:‗ try | execute pathogen#infect() | catch /E117/ | endtry -let g:netrw_banner = 0 +let g:netrw_banner=0 set background=dark try @@ -393,11 +393,11 @@ augroup END " ctrlp {{{1 -let g:ctrlp_match_window = 'bottom,order:btt,min:1,max:24,results:24' +let g:ctrlp_match_window='bottom,order:btt,min:1,max:24,results:24' " machine-specific configs {{{1 -let s:hostname = hostname() +let s:hostname=hostname() if s:hostname == "phantom-pi" || s:hostname == "wraith" colo Tomorrow-Night endif