mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-13 13:33:48 -05:00
@@ -3,11 +3,14 @@
|
|||||||
|
|
||||||
if exists('g:loaded_sensible') || &compatible
|
if exists('g:loaded_sensible') || &compatible
|
||||||
finish
|
finish
|
||||||
|
else
|
||||||
|
let g:loaded_sensible = 1
|
||||||
endif
|
endif
|
||||||
let g:loaded_sensible = 1
|
|
||||||
|
|
||||||
filetype plugin indent on
|
if has('autocmd')
|
||||||
if !exists('g:syntax_on')
|
filetype plugin indent on
|
||||||
|
endif
|
||||||
|
if has('syntax') && !exists('g:syntax_on')
|
||||||
syntax enable
|
syntax enable
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user