blob: fca1b30e8125b3cfc5b4c1245b2bfefd3127bfa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
• *`/demo_buffer`* `name`::
........................................
open a new buffer
........................................
• *`/demo_buffer_set`* `property value`::
........................................
set a buffer property
........................................
• *`/demo_info`* `[info [arguments]]`::
........................................
get and display an info
info: info to display
arguments: optional arguments for info
Without argument, this command displays list of available infos
........................................
• *`/demo_infolist`* `[infolist [arguments]]`::
........................................
get and display an infolist
infolist: infolist to display
arguments: optional arguments for infolist
Without argument, this command displays list of available infolists
........................................
• *`/demo_printf`* `[text]`::
........................................
print some messages on current ubffer
text: write this text
........................................
|