From e8992de68afdb07c02497aec2bc73e3a980c83aa Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Thu, 30 Mar 2017 21:54:32 +0800 Subject: [PATCH] Release v0.2.0 --- autoload/SpaceVim.vim | 2 +- doc/SpaceVim.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index a07803864..957c486c9 100644 --- a/autoload/SpaceVim.vim +++ b/autoload/SpaceVim.vim @@ -27,7 +27,7 @@ "" " Version of SpaceVim , this value can not be changed. scriptencoding utf-8 -let g:spacevim_version = '0.2.0-dev' +let g:spacevim_version = '0.2.0' lockvar g:spacevim_version "" " Change the default indentation of SpaceVim. Default is 2. diff --git a/doc/SpaceVim.txt b/doc/SpaceVim.txt index 50a394e5f..4a4538588 100644 --- a/doc/SpaceVim.txt +++ b/doc/SpaceVim.txt @@ -622,9 +622,8 @@ Configuration for `tweekmonster/deoplete-clang2`: LANG#CRYSTAL *SpaceVim-layer-lang-crystal* INTRO - -The lang#crystal layer provides filetype detection and syntax highlight for -Crystal, crystal tool and crystal spec integration. +The lang#crystal layer provides crystal filetype detection and syntax +highlight, crystal tool and crystal spec integration. ============================================================================== LANG#ELIXIR *SpaceVim-layer-lang-elixir*