1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:10:06 +08:00

Remove autowrite

This commit is contained in:
wsdjeg 2017-02-25 14:52:54 +08:00
parent 65b8f2112c
commit 38c403815c
2 changed files with 5 additions and 5 deletions

View File

@ -9,9 +9,11 @@
### Table of Contents
- [Introduction](#introduction)
- [Community](#community)
- [Install](#install)
- [Linux/Mac](#linuxmac)
- [Windows support](#windows-support)
- [Quick start](#quick-start)
- [Install](#install)
- [Linux/Mac](#linuxmac)
- [Windows support](#windows-support)
- [Custom configuration](#custom-configuration)
- [File Structure](#file-structure)
- Features
- [Awesome ui](#awesome-ui)
@ -33,7 +35,6 @@
- Central location for tags
- Lightweight simple status/tabline
- Premium color-schemes
- [Custom configuration](#custom-configuration)
- [Support SpaceVim](#support-spacevim)
- [Report bugs](#report-bugs)
- [contribute to SpaceVim](#contribute-to-spacevim)

View File

@ -93,7 +93,6 @@ function! SpaceVim#default#SetOptions() abort
set pumheight=15 " limit completion menu height
set scrolloff=7
set incsearch
set autowrite
set hlsearch
set laststatus=2
set completeopt=longest,menu