From 38c403815c8fd6bb16395c230c9b6c5cc381a9e1 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sat, 25 Feb 2017 14:52:54 +0800 Subject: [PATCH] Remove autowrite --- README.md | 9 +++++---- autoload/SpaceVim/default.vim | 1 - 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 38a1a4eb1..ccc8c8875 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/autoload/SpaceVim/default.vim b/autoload/SpaceVim/default.vim index 07287c05c..f30eec0ca 100644 --- a/autoload/SpaceVim/default.vim +++ b/autoload/SpaceVim/default.vim @@ -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