Merge branch 'master' of https://github.com/FooSoft/dotvim
This commit is contained in:
commit
54d39f9ead
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user