Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
3e99f3e59a
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -180,7 +180,7 @@ endif
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
if has("gui_gtk")
|
if has("gui_gtk")
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set guifont=Monospace\ 11
|
set guifont=Monospace\ 10
|
||||||
elseif has("gui_win32")
|
elseif has("gui_win32")
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
set guifont=Consolas:h10:cANSI
|
set guifont=Consolas:h10:cANSI
|
||||||
|
@ -212,7 +212,7 @@ if has("printer")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has("smartindent")
|
if has("smartindent")
|
||||||
set smartindent
|
set nosmartindent
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has("syntax")
|
if has("syntax")
|
||||||
|
|
Loading…
Reference in a new issue