mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
Fix typos:
- warpprer -> wrapper - executeable -> executable - easist -> easiest
This commit is contained in:
parent
d9547cf232
commit
7ce113b2a5
@ -100,7 +100,7 @@ curl -sLf https://spacevim.org/install.sh | bash
|
||||
|
||||
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
|
||||
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**
|
||||
|
||||
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
|
||||
|
||||
@ -124,7 +124,7 @@ The easist way is to download [install.cmd](https://spacevim.org/install.cmd) an
|
||||
├─ doc/ help(cn/en)
|
||||
├─ docs/ website(cn/en)
|
||||
├─ wiki/ wiki(cn/en)
|
||||
├─ bin/ executeable
|
||||
├─ bin/ executable
|
||||
└─ test/ tests
|
||||
```
|
||||
|
||||
|
@ -88,7 +88,7 @@ function! s:self.start(argv, ...) abort
|
||||
call extend(self.jobs, {job : msg})
|
||||
else
|
||||
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
|
||||
call add(self._message, 'Failed to start job: invalid arguments')
|
||||
endif
|
||||
|
@ -7,7 +7,7 @@ description: "This layers provide a heavily customized ctrlp centric work-flow"
|
||||
|
||||
## Intro
|
||||
|
||||
This layer is a heavily customized warpper for ctrlp.
|
||||
This layer is a heavily customized wrapper for ctrlp.
|
||||
|
||||
|
||||
## Key bindings
|
||||
|
@ -7,7 +7,7 @@ description: "This layers provide a heavily customized Denite centric work-flow"
|
||||
|
||||
## 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
|
||||
|
@ -7,7 +7,7 @@ description: "This layers provide a heavily customized fzf centric work-flow"
|
||||
|
||||
## Intro
|
||||
|
||||
This layer is a heavily customized warpper for fzf.
|
||||
This layer is a heavily customized wrapper for fzf.
|
||||
|
||||
|
||||
## Key bindings
|
||||
|
@ -7,7 +7,7 @@ description: "This layers provide a heavily customized LeaderF centric work-flow
|
||||
|
||||
## 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
|
||||
|
@ -7,7 +7,7 @@ description: "This layers provide a heavily customized Unite centric work-flow"
|
||||
|
||||
## 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
|
||||
|
||||
|
@ -44,7 +44,7 @@ curl -sLf https://spacevim.org/install.sh | bash -s -- -h
|
||||
|
||||
### 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
|
||||
|
@ -22,5 +22,5 @@ In the main repo, the layout is:
|
||||
├─ doc/SpaceVim.txt help
|
||||
├─ docs/ website
|
||||
├─ wiki/ wiki
|
||||
├─ bin/ executeable
|
||||
├─ bin/ executable
|
||||
└─ test/ tests
|
||||
|
Loading…
Reference in New Issue
Block a user