syntax on " 语法高亮 set background=dark filetype plugin indent on set showmatch " Show matching brackets. set ignorecase " Do case insensitive matching set smartcase " Do smart case matching set incsearch " Incremental search set hidden " Hide buffers when they are abandoned
Edit the html file that just saved, overwrite jQuery reference
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
as
<script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
or other reference you trust.