mirror of
https://github.com/notwa/rc
synced 2025-02-05 15:43:22 -08:00
remove spaces around =
This commit is contained in:
parent
d0c9aeba75
commit
c166c0eba5
1 changed files with 4 additions and 4 deletions
|
@ -301,7 +301,7 @@ fu! HiDump()
|
||||||
redir => out
|
redir => out
|
||||||
silent hi
|
silent hi
|
||||||
redir END
|
redir END
|
||||||
let @a = out
|
let @a=out
|
||||||
put a
|
put a
|
||||||
endf
|
endf
|
||||||
|
|
||||||
|
@ -363,7 +363,7 @@ set list listchars=tab:»·,trail:·,extends:…,nbsp:‗
|
||||||
|
|
||||||
try | execute pathogen#infect() | catch /E117/ | endtry
|
try | execute pathogen#infect() | catch /E117/ | endtry
|
||||||
|
|
||||||
let g:netrw_banner = 0
|
let g:netrw_banner=0
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
try
|
try
|
||||||
|
@ -393,11 +393,11 @@ augroup END
|
||||||
|
|
||||||
" ctrlp {{{1
|
" 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
|
" machine-specific configs {{{1
|
||||||
|
|
||||||
let s:hostname = hostname()
|
let s:hostname=hostname()
|
||||||
if s:hostname == "phantom-pi" || s:hostname == "wraith"
|
if s:hostname == "phantom-pi" || s:hostname == "wraith"
|
||||||
colo Tomorrow-Night
|
colo Tomorrow-Night
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue