1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 07:30:04 +08:00
SpaceVim/docs/cn/api/system.md
Lin Kun 61279a289e Doc: translate <C-e> to Ctrl-e etc. (#2605)
* Doc: fix typos.

* Doc: make the translation more accurate.

* Doc: update documentations.

* Doc: translate <C-e> to Ctrl-e etc.

* Doc: fix typos.

* Doc: fix typos.
2019-02-19 21:54:05 +08:00

931 B

title description lang
系统函数 system 函数提供了系统相关函数,包括判断当前系统平台,文件格式等函数。 cn

公共 API >> system

简介

system 函数提供了系统相关函数,包括判断当前系统平台,文件格式等函数。

values

names values descriptions
isWindows 0 or 1 check if the os is windows
isLinux 0 or 1 check if the os is linux
isOSX 0 or 1 check if the os is OSX
isDarwin 0 or 1 check if the os is Darwin

functions

names descriptions
fileformat return the icon of current file format