mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:40:05 +08:00
670 B
670 B
title | description |
---|---|
unicode#box API | unicode#box API provides some basic functions for drawing box. |
Available APIs >> unicode#box
Intro
unicode#box
API provides some basic functions for drawing box and table.
let s:SPI = SpaceVim#api#import('unicode#box')
call s:SPI.apply('dot1', 'g:dotstr')
set statusline+=%{g:dotstr}
Functions
function name | description |
---|---|
apply(name, time, var) |
start a job, return the job id |