1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00

Fix typos:

- warpprer -> wrapper
  - executeable -> executable
  - easist -> easiest
This commit is contained in:
Miguel Madrid Mencía 2018-03-31 19:51:54 +02:00
parent d9547cf232
commit 7ce113b2a5
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957
9 changed files with 12 additions and 12 deletions

View File

@ -18,7 +18,7 @@
[![Percentage of issues still open](http://isitmaintained.com/badge/open/SpaceVim/SpaceVim.svg)](http://isitmaintained.com/project/SpaceVim/SpaceVim "Percentage of issues still open") [![Percentage of issues still open](http://isitmaintained.com/badge/open/SpaceVim/SpaceVim.svg)](http://isitmaintained.com/project/SpaceVim/SpaceVim "Percentage of issues still open")
SpaceVim is a community-driven modular vim distribution. It manages collections SpaceVim is a community-driven modular vim distribution. It manages collections
of plugins in layers, which help collect related packages together to provide IDE-like features. of plugins in layers, which help collect related packages together to provide IDE-like features.
SpaceVim is not only a vimrc but an ultimate Vim configuration, It contains many build-in features. SpaceVim is not only a vimrc but an ultimate Vim configuration, It contains many build-in features.
![welcome-page](https://user-images.githubusercontent.com/13142418/37595020-273b5bca-2bb2-11e8-8aba-638ed5f1c7ea.png) ![welcome-page](https://user-images.githubusercontent.com/13142418/37595020-273b5bca-2bb2-11e8-8aba-638ed5f1c7ea.png)
@ -100,7 +100,7 @@ curl -sLf https://spacevim.org/install.sh | bash
After SpaceVim is installed, launch `vim` and SpaceVim will **automatically** install plugins. After SpaceVim is installed, launch `vim` and SpaceVim will **automatically** install plugins.
For more info about the install script, please check: For more info about the installation script, please check:
```bash ```bash
curl -sLf https://spacevim.org/install.sh | bash -s -- -h curl -sLf https://spacevim.org/install.sh | bash -s -- -h
@ -108,7 +108,7 @@ curl -sLf https://spacevim.org/install.sh | bash -s -- -h
**Windows** **Windows**
The easist way is to download [install.cmd](https://spacevim.org/install.cmd) and run it as administrator, or install SpaceVim manually. The easiest way is to download [install.cmd](https://spacevim.org/install.cmd) and run it as administrator, or install SpaceVim manually.
### Project layout ### Project layout
@ -124,7 +124,7 @@ The easist way is to download [install.cmd](https://spacevim.org/install.cmd) an
├─ doc/ help(cn/en) ├─ doc/ help(cn/en)
├─ docs/ website(cn/en) ├─ docs/ website(cn/en)
├─ wiki/ wiki(cn/en) ├─ wiki/ wiki(cn/en)
├─ bin/ executeable ├─ bin/ executable
└─ test/ tests └─ test/ tests
``` ```

View File

@ -88,7 +88,7 @@ function! s:self.start(argv, ...) abort
call extend(self.jobs, {job : msg}) call extend(self.jobs, {job : msg})
else else
if job == -1 if job == -1
call add(self._message, 'Failed to start job:' . (type(a:argv) == 3 ? a:argv[0] : a:argv) . ' is not executeable') call add(self._message, 'Failed to start job:' . (type(a:argv) == 3 ? a:argv[0] : a:argv) . ' is not executable')
elseif job == 0 elseif job == 0
call add(self._message, 'Failed to start job: invalid arguments') call add(self._message, 'Failed to start job: invalid arguments')
endif endif

View File

@ -7,7 +7,7 @@ description: "This layers provide a heavily customized ctrlp centric work-flow"
## Intro ## Intro
This layer is a heavily customized warpper for ctrlp. This layer is a heavily customized wrapper for ctrlp.
## Key bindings ## Key bindings

View File

@ -7,7 +7,7 @@ description: "This layers provide a heavily customized Denite centric work-flow"
## Intro ## Intro
This layer is a heavily customized warpper for denite and it's sources. This layer is a heavily customized wrapper for denite and it's sources.
## Configuration ## Configuration

View File

@ -7,7 +7,7 @@ description: "This layers provide a heavily customized fzf centric work-flow"
## Intro ## Intro
This layer is a heavily customized warpper for fzf. This layer is a heavily customized wrapper for fzf.
## Key bindings ## Key bindings

View File

@ -7,7 +7,7 @@ description: "This layers provide a heavily customized LeaderF centric work-flow
## Intro ## Intro
This layer is a heavily customized warpper for LeaderF and it's sources. This layer is a heavily customized wrapper for LeaderF and it's sources.
## Configuration ## Configuration

View File

@ -7,7 +7,7 @@ description: "This layers provide a heavily customized Unite centric work-flow"
## Intro ## Intro
This layer is a heavily customized warpper for unite.vim and unite sources. This layer is a heavily customized wrapper for unite.vim and unite sources.
## Configuration ## Configuration

View File

@ -44,7 +44,7 @@ curl -sLf https://spacevim.org/install.sh | bash -s -- -h
### Windows ### Windows
The easist way is to download [install.cmd](https://spacevim.org/install.cmd) and run it as administrator, or install SpaceVim manually. The easiest way is to download [install.cmd](https://spacevim.org/install.cmd) and run it as administrator, or install SpaceVim manually.
## Learning SpaceVim ## Learning SpaceVim

View File

@ -22,5 +22,5 @@ In the main repo, the layout is:
├─ doc/SpaceVim.txt help ├─ doc/SpaceVim.txt help
├─ docs/ website ├─ docs/ website
├─ wiki/ wiki ├─ wiki/ wiki
├─ bin/ executeable ├─ bin/ executable
└─ test/ tests └─ test/ tests