Re-order 'let' statements

This commit is contained in:
Anthony Rose 2019-06-20 21:33:31 +01:00
parent 425894153b
commit 58a37ac525

2
vimrc
View file

@ -87,6 +87,7 @@ if has("eval")
command W w command W w
command WQ wq command WQ wq
filetype plugin indent on filetype plugin indent on
let g:go_version_warning=0
let g:netrw_altv=1 let g:netrw_altv=1
let g:netrw_banner=0 let g:netrw_banner=0
let g:netrw_browse_split=4 let g:netrw_browse_split=4
@ -95,7 +96,6 @@ if has("eval")
let g:netrw_winsize=-28 let g:netrw_winsize=-28
let g:org_indent=0 let g:org_indent=0
let g:org_tag_column=78 let g:org_tag_column=78
let g:go_version_warning=0
" Set colour levels for different terminals. " Set colour levels for different terminals.
if &term == "xterm-256color" if &term == "xterm-256color"
set t_Co=256 set t_Co=256