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*