1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-27 13:00:04 +08:00
SpaceVim/docs/api/data/list.md
2018-10-28 20:52:12 +08:00

29 lines
588 B
Markdown

---
title: "data#list API"
description: "data#list API provides some basic functions and values for list."
---
# [Available APIs](../../) >> data#list
<!-- vim-markdown-toc GFM -->
- [Intro](#intro)
- [functions](#functions)
<!-- vim-markdown-toc -->
## Intro
`data#list` API provides some functions to manipulate a list. Here is an example for using this api:
```vim
let s:DICT = SpaceVim#api#import('data#list')
```
## functions
| name | description |
| ----------- | ------------------------------ |
| `make(str)` | make list from keys and values |