This commit is contained in:
Alex Yatskov 2016-06-28 21:27:40 -07:00
commit 54d39f9ead

View File

@ -35,7 +35,6 @@ set shortmess+=I
set smartcase set smartcase
set smartcase set smartcase
set smarttab set smarttab
set t_Co=256
set tabstop=4 set tabstop=4
set ttyfast set ttyfast
set wildignore+=*/tmp/* set wildignore+=*/tmp/*
@ -51,6 +50,14 @@ if has('gui_running')
set guioptions-=l set guioptions-=l
set guioptions-=m set guioptions-=m
set guioptions-=r set guioptions-=r
if has('win32')
set guifont=Lucida_Console:h10
endif
endif
if has('unix')
set t_Co=256
endif endif
if &shell =~ 'bin/fish' if &shell =~ 'bin/fish'