From 02cd0520fb82cecdc3aca2bb915ae95aa444681b Mon Sep 17 00:00:00 2001 From: Lin Kun Date: Fri, 4 Oct 2019 18:16:46 +0800 Subject: [PATCH] Doc: fix some typos. (#3116) --- docs/cn/about.md | 5 ++--- docs/cn/index.md | 4 ++-- docs/index.md | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/cn/about.md b/docs/cn/about.md index c90f5f0b0..309ebf49c 100644 --- a/docs/cn/about.md +++ b/docs/cn/about.md @@ -9,13 +9,12 @@ lang: zh [SpaceVim](https://github.com/SpaceVim/SpaceVim) 是一个社区驱动的模块化 Vim/Neovim 配置集合,以模块的方式组织管理插件以 及相关配置,为不同的语言开发量身定制了相关的开发模块,该模块提供代码自动补全, 语法检查、格式化、调试、REPL 等特性。用户仅需载入相关语言的模块即可得到一个开箱 -即用的 Vim-IDE。 -这一项目的灵感来自于 spacemacs。 +即用的 Vim-IDE。这一项目的灵感来自于 spacemacs。 ### 目标 - 提供可跨平台的优雅的用户体验。 -- 让搭建不同语言开发环境变得更便捷 +- 让搭建不同语言开发环境变得更便捷。 ### 鸣谢 diff --git a/docs/cn/index.md b/docs/cn/index.md index 18430fbae..773d5e414 100644 --- a/docs/cn/index.md +++ b/docs/cn/index.md @@ -46,7 +46,7 @@ SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织 - 目前 SpaceVim 的开发状态如何? -当前最新发布的稳定版本是 v1.0.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度, +当前最新发布的稳定版本是 v1.2.0。可以查看 [时间表](https://github.com/SpaceVim/SpaceVim/milestones) 获取开发进度, 或者阅读 [Roadmap](roadmap/) 获取开发计划。 - SpaceVim 是尝试搭建一个 IDE 吗? @@ -57,7 +57,7 @@ SpaceVim 是一个社区驱动的模块化的 Vim IDE,以模块的方式组织 ```sh ~/.SpaceVim> ls autoload/SpaceVim/layers/lang | wc -l -68 +78 ``` - SpaceVim 支持什么版本的 Vim/Neovim? diff --git a/docs/index.md b/docs/index.md index 2b8fca1a9..dfe91346a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -59,7 +59,7 @@ Contribute code, report bugs and request features at [GitHub](https://github.com - What is the project status? -The current stable version is v1.1.0, See the [milestones page](https://github.com/SpaceVim/SpaceVim/milestones) +The current stable version is v1.2.0, See the [milestones page](https://github.com/SpaceVim/SpaceVim/milestones) for development progress and the [roadmap](roadmap/) for high-level plans. - Is SpaceVim trying to turn Vim/Neovim into an IDE? @@ -70,7 +70,7 @@ With layers feature, this version of Vim distribution try to turn Vim/Neovim int ```sh ~/.SpaceVim> ls autoload/SpaceVim/layers/lang | wc -l -68 +78 ``` - Which version of Vim/Neovim is needed?