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

Update version to v1.2.0-dev (#2732)

This commit is contained in:
Wang Shidong 2019-04-09 21:30:48 +08:00 committed by GitHub
parent 2b3f3b7643
commit bc0057858b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 14 deletions

View File

@ -11,11 +11,9 @@
[![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=master)](https://travis-ci.org/SpaceVim/SpaceVim) [![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=master)](https://travis-ci.org/SpaceVim/SpaceVim)
[![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/master?svg=true)](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master) [![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/master?svg=true)](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
[![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master) [![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
![Version](https://img.shields.io/badge/version-1.1.0-8700FF.svg) ![Version](https://img.shields.io/badge/version-1.2.0--dev-8700FF.svg)
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](LICENSE) [![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](LICENSE)
[![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg)](doc/SpaceVim.txt) [![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg)](doc/SpaceVim.txt)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/SpaceVim/SpaceVim.svg)](http://isitmaintained.com/project/SpaceVim/SpaceVim "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/SpaceVim/SpaceVim.svg)](http://isitmaintained.com/project/SpaceVim/SpaceVim "Percentage of issues still open")
## About SpaceVim ## About SpaceVim
@ -25,7 +23,7 @@ SpaceVim is not just a vimrc but an ultimate Vim configuration, It contains many
![welcome-page](https://user-images.githubusercontent.com/13142418/55619929-44c1b080-57cc-11e9-9c6a-8637555c2d6c.png) ![welcome-page](https://user-images.githubusercontent.com/13142418/55619929-44c1b080-57cc-11e9-9c6a-8637555c2d6c.png)
The last release is v1.0.0, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release. The last release is v1.1.0, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release.
## Instructions ## Instructions

View File

@ -43,7 +43,7 @@ scriptencoding utf-8
"" ""
" Version of SpaceVim , this value can not be changed. " Version of SpaceVim , this value can not be changed.
let g:spacevim_version = '1.1.0' let g:spacevim_version = '1.2.0-dev'
lockvar g:spacevim_version lockvar g:spacevim_version
"" ""

View File

@ -7,12 +7,12 @@ description: "A list of available APIs in SpaceVim, provide compatible functions
<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc GFM -->
- [Introduction](#introduction) - [Introduction](#introduction)
- [Available APIs](#available-apis) - [Available APIs](#available-apis)
<!-- vim-markdown-toc --> <!-- vim-markdown-toc -->
#### Introduction ## Introduction
SpaceVim provides many public APIs, you can use these APIs in your plugins. SpaceVim provides many public APIs, you can use these APIs in your plugins.
The following example shows how to load APIs, and how to use the public functions within the APIs. The following example shows how to load APIs, and how to use the public functions within the APIs.

View File

@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/
echo " | ## " echo " | ## "
echo " | ## " echo " | ## "
echo " |__/ " echo " |__/ "
echo " 版本 : 1.1.0 中文官网 : https://spacevim.org/cn/ " echo " 版本 : 1.2.0-dev 中文官网 : https://spacevim.org/cn/ "
Push-Location ~ Push-Location ~

View File

@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White
# }}} # }}}
# version # version
Version='1.0.0' Version='1.2.0-dev'
#System name #System name
System="$(uname -s)" System="$(uname -s)"

View File

@ -53,5 +53,4 @@ messages is:
- <i class="fab fa-facebook"></i> [Facebook](https://www.facebook.com/SpaceVim) - <i class="fab fa-facebook"></i> [Facebook](https://www.facebook.com/SpaceVim)
- <i class="fab fa-reddit"></i> [Reddit](https://reddit.com/r/spacevim) - <i class="fab fa-reddit"></i> [Reddit](https://reddit.com/r/spacevim)
- <i class="fab fa-github"></i> [GitHub](https://github.com/SpaceVim/SpaceVim) - <i class="fab fa-github"></i> [GitHub](https://github.com/SpaceVim/SpaceVim)
- <i class="fab fa-google-plus-g"></i> [google plus](https://plus.google.com/communities/106181012794584190200)
- <i class="fab fa-youtube"></i> [YouTube](https://www.youtube.com/channel/UC-3q4dVFS7gBpxhrON1WxIA) - <i class="fab fa-youtube"></i> [YouTube](https://www.youtube.com/channel/UC-3q4dVFS7gBpxhrON1WxIA)

View File

@ -7,7 +7,7 @@ description: "SpaceVim is a community-driven vim distribution that seeks to prov
[![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim) [![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim)
[![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/dev?svg=true)](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master) [![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/dev?svg=true)](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
[![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/dev/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master) [![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/dev/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
[![Version](https://img.shields.io/badge/version-1.1.0-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) [![Version](https://img.shields.io/badge/version-1.2.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases)
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE) [![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
![welcome-page](https://user-images.githubusercontent.com/13142418/55619929-44c1b080-57cc-11e9-9c6a-8637555c2d6c.png) ![welcome-page](https://user-images.githubusercontent.com/13142418/55619929-44c1b080-57cc-11e9-9c6a-8637555c2d6c.png)
@ -59,7 +59,7 @@ Contribute code, report bugs and request features at [GitHub](https://github.com
- What is the project status? - What is the project status?
The current stable version is v1.0.0, See the [milestones page](https://github.com/SpaceVim/SpaceVim/milestones) The current stable version is v1.1.0, See the [milestones page](https://github.com/SpaceVim/SpaceVim/milestones)
for development progress and the [roadmap](roadmap/) for high-level plans. for development progress and the [roadmap](roadmap/) for high-level plans.
- Is SpaceVim trying to turn Vim/Neovim into an IDE? - Is SpaceVim trying to turn Vim/Neovim into an IDE?

View File

@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/
echo " | ## " echo " | ## "
echo " | ## " echo " | ## "
echo " |__/ " echo " |__/ "
echo " version : 1.1.0 by : spacevim.org " echo " version : 1.2.0-dev by : spacevim.org "
Push-Location ~ Push-Location ~

View File

@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White
# }}} # }}}
# version # version
Version='1.0.0' Version='1.2.0-dev'
#System name #System name
System="$(uname -s)" System="$(uname -s)"