1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 05:50:05 +08:00

Release v0.4.0

FEATURES:
    Add comment mappings #683
    Achievements #677
    Add text manipulation commands #684
    Add text insertion commands #685
    Add CompleteParameter #688
    Toggle cursor position #697
    Add background searching feture #699
    Improve plugin manager #702 #703
    Grep on the fly #705 #709 #714 #717
    Add prompt api #715
    Add web api #726
    Add check requirement script #736
    Add language specified mappings #748
    Improve Java layer #749
    Add project manager mappings #751
    Add plugin for mark active window #755
       (not sure if it will be removed)
    Add help for mappings #756
    Update autocomplete layer doc #759
    Add tags layer #764

FIX:
   Fix vimfiler direction #686
   Fix welcome page #707
   Fix visual SPC #708
   Fix windows support #712
   Fix n/N hl state #720
   Fix guibg parse #723
   Fix unknown option #727
   Fix select mode statusline #737
This commit is contained in:
wsdjeg 2017-08-06 04:37:20 +08:00
parent bc491eaae8
commit b41da783e6
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
"" ""
" Version of SpaceVim , this value can not be changed. " Version of SpaceVim , this value can not be changed.
scriptencoding utf-8 scriptencoding utf-8
let g:spacevim_version = '0.4.0-dev' let g:spacevim_version = '0.4.0'
lockvar g:spacevim_version lockvar g:spacevim_version
"" ""
" Change the default indentation of SpaceVim. Default is 2. " Change the default indentation of SpaceVim. Default is 2.

View File

@ -11,7 +11,7 @@
# Reset # Reset
Color_off='\033[0m' # Text Reset Color_off='\033[0m' # Text Reset
Version='0.4.0-dev' Version='0.4.0'
# Regular Colors # Regular Colors
Red='\033[0;31m' Red='\033[0;31m'