mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:20:05 +08:00
several spelling fixes in website (#2191)
This commit is contained in:
parent
7a9474795a
commit
d33a845d93
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "About"
|
||||
description: "SpaceVim is a communicate driven vim distribution with layer feature, all contributors make SpaceVim what it is."
|
||||
description: "SpaceVim is a community-driven vim distribution with layer feature, all contributors make SpaceVim what it is."
|
||||
---
|
||||
|
||||
# About
|
||||
|
28
docs/api.md
28
docs/api.md
@ -24,7 +24,7 @@ let s:system = SpaceVim#api#import('system')
|
||||
|
||||
" check the if current os is Windows.
|
||||
if s:system.isWindows
|
||||
echom "Os is Windows"
|
||||
echom "OS is Windows"
|
||||
endif
|
||||
echom s:file.separator
|
||||
echom s:file.pathSeparator
|
||||
@ -41,18 +41,18 @@ here is the list of all available APIs, and welcome to contribute to SpaceVim.
|
||||
| Name | Description |
|
||||
| ------------------------------- | -------------------------------------------------------------------------------------------------- |
|
||||
| [data#base64](data/base64/) | data#base64 API provides base64 encode and decode functions |
|
||||
| [data#dict](data/dict/) | data#dict API provides some besic functions and values for dict. |
|
||||
| [data#string](data/string/) | data#string API provides some besic functions and values for string. |
|
||||
| [data#toml](data/toml/) | data#toml API provides some besic functions and values for toml. |
|
||||
| [file](file/) | file API provides some besic functions and values for current os. |
|
||||
| [job](job/) | job API provides some besic functions for running a job |
|
||||
| [logger](logger/) | logger API provides some besic functions for log message when create plugins |
|
||||
| [messletters](messletters/) | messletters API provides some besic functions for generating messletters |
|
||||
| [password](password/) | password API provides some besic functions for generating password |
|
||||
| [system](system/) | system API provides some besic functions and values for current os. |
|
||||
| [vim#highlight](vim/highlight/) | vim#highlight API provides some besic functions and values for getting and setting highlight info. |
|
||||
| [web#html](web/html/) | web#html API provides some besic functions and values for parser html file. |
|
||||
| [web#http](web/http/) | web#http API provides some besic functions and values for http request |
|
||||
| [web#xml](web/xml/) | web#xml API provides some besic functions and values for parser xml file. |
|
||||
| [data#dict](data/dict/) | data#dict API provides some basic functions and values for dict. |
|
||||
| [data#string](data/string/) | data#string API provides some basic functions and values for string. |
|
||||
| [data#toml](data/toml/) | data#toml API provides some basic functions and values for toml. |
|
||||
| [file](file/) | file API provides some basic functions and values for current os. |
|
||||
| [job](job/) | job API provides some basic functions for running a job |
|
||||
| [logger](logger/) | logger API provides some basic functions for log message when create plugins |
|
||||
| [messletters](messletters/) | messletters API provides some basic functions for generating messletters |
|
||||
| [password](password/) | password API provides some basic functions for generating password |
|
||||
| [system](system/) | system API provides some basic functions and values for current os. |
|
||||
| [vim#highlight](vim/highlight/) | vim#highlight API provides some basic functions and values for getting and setting highlight info. |
|
||||
| [web#html](web/html/) | web#html API provides some basic functions and values for parser html file. |
|
||||
| [web#http](web/http/) | web#http API provides some basic functions and values for http request |
|
||||
| [web#xml](web/xml/) | web#xml API provides some basic functions and values for parser xml file. |
|
||||
|
||||
<!-- SpaceVim api list end -->
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "data#dict API"
|
||||
description: "data#dict API provides some besic functions and values for dict."
|
||||
description: "data#dict API provides some basic functions and values for dict."
|
||||
---
|
||||
|
||||
# [Available APIs](../../) >> data#dict
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "data#string API"
|
||||
description: "data#string API provides some besic functions and values for string."
|
||||
description: "data#string API provides some basic functions and values for string."
|
||||
---
|
||||
|
||||
# [Available APIs](../../) >> data#string
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "data#toml API"
|
||||
description: "data#toml API provides some besic functions and values for toml."
|
||||
description: "data#toml API provides some basic functions and values for toml."
|
||||
---
|
||||
|
||||
# [Available APIs](../../) >> data#toml
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "file api"
|
||||
description: "file API provides some besic functions and values for current os."
|
||||
description: "file API provides some basic functions and values for current os."
|
||||
---
|
||||
|
||||
# [Available APIs](../) >> file
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "job api"
|
||||
description: "job API provides some besic functions for running a job"
|
||||
description: "job API provides some basic functions for running a job"
|
||||
---
|
||||
|
||||
# [Available APIs](../) >> job
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "logger API"
|
||||
description: "logger API provides some besic functions for log message when create plugins"
|
||||
description: "logger API provides some basic functions for log message when create plugins"
|
||||
---
|
||||
|
||||
# [Available APIs](../) >> logger
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "messletters api"
|
||||
description: "messletters API provides some besic functions for generating messletters"
|
||||
description: "messletters API provides some basic functions for generating messletters"
|
||||
---
|
||||
|
||||
# [Available APIs](../) >> messletters
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "password api"
|
||||
description: "password API provides some besic functions for generating password"
|
||||
description: "password API provides some basic functions for generating password"
|
||||
---
|
||||
|
||||
# [Available APIs](../) >> password
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "system api"
|
||||
description: "system API provides some besic functions and values for current os."
|
||||
description: "system API provides some basic functions and values for current os."
|
||||
---
|
||||
|
||||
# [Available APIs](../) >> system
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "vim#highlight api"
|
||||
description: "vim#highlight API provides some besic functions and values for getting and setting highlight info."
|
||||
description: "vim#highlight API provides some basic functions and values for getting and setting highlight info."
|
||||
---
|
||||
|
||||
# [Available APIs](../../) >> vim#highlight
|
||||
@ -14,7 +14,7 @@ description: "vim#highlight API provides some besic functions and values for get
|
||||
|
||||
## Intro
|
||||
|
||||
vim#highlight API provides some besic functions and values for getting and setting highlight info.
|
||||
vim#highlight API provides some basic functions and values for getting and setting highlight info.
|
||||
|
||||
## Functions
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "web#html api"
|
||||
description: "web#html API provides some besic functions and values for parser html file."
|
||||
description: "web#html API provides some basic functions and values for parser html file."
|
||||
---
|
||||
|
||||
# [Available APIs](../../) >> web#html
|
||||
@ -14,7 +14,7 @@ description: "web#html API provides some besic functions and values for parser h
|
||||
|
||||
## Intro
|
||||
|
||||
web#html API provides some besic functions and values for parser html file.
|
||||
web#html API provides some basic functions and values for parser html file.
|
||||
|
||||
## Functions
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "web#http api"
|
||||
description: "web#http API provides some besic functions and values for http request"
|
||||
description: "web#http API provides some basic functions and values for http request"
|
||||
---
|
||||
|
||||
# [Available APIs](../../) >> web#html
|
||||
@ -14,7 +14,7 @@ description: "web#http API provides some besic functions and values for http req
|
||||
|
||||
## Intro
|
||||
|
||||
web#html API provides some besic functions and values for http request.
|
||||
web#html API provides some basic functions and values for http request.
|
||||
|
||||
## Functions
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "web#xml api"
|
||||
description: "web#xml API provides some besic functions and values for parser xml file."
|
||||
description: "web#xml API provides some basic functions and values for parser xml file."
|
||||
---
|
||||
|
||||
# [Available APIs](../../) >> web#xml
|
||||
@ -14,7 +14,7 @@ description: "web#xml API provides some besic functions and values for parser xm
|
||||
|
||||
## Intro
|
||||
|
||||
web#xml API provides some besic functions and values for parser xml file.
|
||||
web#xml API provides some basic functions and values for parser xml file.
|
||||
|
||||
## Functions
|
||||
|
||||
|
@ -15,7 +15,7 @@ lang: cn
|
||||
|
||||
## Intro
|
||||
|
||||
vim#highlight API provides some besic functions and values for getting and setting highlight info.
|
||||
vim#highlight API provides some basic functions and values for getting and setting highlight info.
|
||||
|
||||
## Functions
|
||||
|
||||
|
@ -99,7 +99,7 @@ The same applies to other commands not listed here.
|
||||
|
||||
**Match error codes, not error text.**
|
||||
|
||||
Error text may be locale dependant.
|
||||
Error text may be locale dependent.
|
||||
|
||||
### General Guidelines
|
||||
|
||||
|
@ -94,7 +94,7 @@ pull request title should contains one of these prefix:
|
||||
- `Fixed:` Fix some bugs
|
||||
- `Remove:` Remove any existing features.
|
||||
- `Doc:` update the help file.
|
||||
- `Website:` Update the contend of website.
|
||||
- `Website:` Update the content of website.
|
||||
|
||||
here is an example:
|
||||
|
||||
|
@ -1480,7 +1480,7 @@ SpaceVim uses `g:spacevim_search_highlight_persist` to keep the searched express
|
||||
|
||||
#### Highlight current symbol
|
||||
|
||||
SpaceVim supports highlighting of the current symbol on demand and add a transient state to easily navigate and rename these symbol.
|
||||
SpaceVim supports highlighting of the current symbol on demand and add a transient state to easily navigate and rename these symbols.
|
||||
|
||||
It is also possible to change the range of the navigation on the fly to:
|
||||
|
||||
@ -1687,7 +1687,7 @@ Comments are handled by [nerdcommenter](https://github.com/scrooloose/nerdcommen
|
||||
| `SPC c Y` | invert comment and yank |
|
||||
|
||||
**Tips:** `SPC ;` will start operator mode, in this mode, you can use motion command to comment lines.
|
||||
For exmaple, `SPC ; 4 j` will comment current line and the following 4 lines.
|
||||
For example, `SPC ; 4 j` will comment current line and the following 4 lines.
|
||||
|
||||
#### Multi-Encodings
|
||||
|
||||
|
@ -38,7 +38,7 @@ By default SpaceVim enable these layers:
|
||||
To enable a specific layer you need to edit SpaceVim configuration file.
|
||||
The key binding for opening SpaceVim configuration file is `SPC f v d`.
|
||||
|
||||
here is an example for loadding `shell` layer with some specified options:
|
||||
here is an example for loading `shell` layer with some specified options:
|
||||
|
||||
```toml
|
||||
[[layers]]
|
||||
|
Loading…
Reference in New Issue
Block a user