Some checks failed
Detach Plugins / check (FlyGrep.vim) (push) Has been cancelled
Detach Plugins / check (GitHub.vim) (push) Has been cancelled
Detach Plugins / check (JavaUnit.vim) (push) Has been cancelled
Detach Plugins / check (SourceCounter.vim) (push) Has been cancelled
Detach Plugins / check (cpicker.nvim) (push) Has been cancelled
Detach Plugins / check (dein-ui.vim) (push) Has been cancelled
Detach Plugins / check (git.vim) (push) Has been cancelled
Detach Plugins / check (iedit.vim) (push) Has been cancelled
Detach Plugins / check (scrollbar.vim) (push) Has been cancelled
Detach Plugins / check (vim-chat) (push) Has been cancelled
Detach Plugins / check (vim-cheat) (push) Has been cancelled
Detach Plugins / check (vim-todo) (push) Has been cancelled
Detach Plugins / check (xmake.vim) (push) Has been cancelled
test / Linux (nvim, nightly) (push) Has been cancelled
test / Linux (nvim, v0.3.8) (push) Has been cancelled
test / Linux (nvim, v0.4.0) (push) Has been cancelled
test / Linux (nvim, v0.4.2) (push) Has been cancelled
test / Linux (nvim, v0.4.3) (push) Has been cancelled
test / Linux (nvim, v0.4.4) (push) Has been cancelled
test / Linux (nvim, v0.5.0) (push) Has been cancelled
test / Linux (nvim, v0.5.1) (push) Has been cancelled
test / Linux (nvim, v0.6.0) (push) Has been cancelled
test / Linux (nvim, v0.6.1) (push) Has been cancelled
test / Linux (nvim, v0.7.0) (push) Has been cancelled
test / Linux (nvim, v0.7.2) (push) Has been cancelled
test / Linux (nvim, v0.8.0) (push) Has been cancelled
test / Linux (nvim, v0.8.1) (push) Has been cancelled
test / Linux (nvim, v0.8.2) (push) Has been cancelled
test / Linux (nvim, v0.8.3) (push) Has been cancelled
test / Linux (nvim, v0.9.0) (push) Has been cancelled
test / Linux (nvim, v0.9.1) (push) Has been cancelled
test / Linux (true, vim, v7.4.052) (push) Has been cancelled
test / Linux (true, vim, v7.4.1689) (push) Has been cancelled
test / Linux (true, vim, v7.4.629) (push) Has been cancelled
test / Linux (true, vim, v8.0.0027) (push) Has been cancelled
test / Linux (true, vim, v8.0.0183) (push) Has been cancelled
test / Linux (vim, nightly) (push) Has been cancelled
test / Linux (vim, v8.0.0184) (push) Has been cancelled
test / Linux (vim, v8.0.1453) (push) Has been cancelled
test / Linux (vim, v8.1.2269) (push) Has been cancelled
test / Linux (vim, v8.2.2434) (push) Has been cancelled
test / Linux (vim, v8.2.3995) (push) Has been cancelled
test / Windows (nvim, nightly) (push) Has been cancelled
test / Windows (nvim, v0.3.8) (push) Has been cancelled
test / Windows (nvim, v0.4.2) (push) Has been cancelled
test / Windows (nvim, v0.4.3) (push) Has been cancelled
test / Windows (nvim, v0.4.4) (push) Has been cancelled
test / Windows (nvim, v0.5.0) (push) Has been cancelled
test / Windows (nvim, v0.5.1) (push) Has been cancelled
test / Windows (nvim, v0.6.0) (push) Has been cancelled
test / Windows (nvim, v0.6.1) (push) Has been cancelled
test / Windows (nvim, v0.7.0) (push) Has been cancelled
test / Windows (nvim, v0.7.2) (push) Has been cancelled
test / Windows (nvim, v0.8.0) (push) Has been cancelled
test / Windows (nvim, v0.8.1) (push) Has been cancelled
test / Windows (nvim, v0.8.2) (push) Has been cancelled
test / Windows (nvim, v0.8.3) (push) Has been cancelled
test / Windows (nvim, v0.9.0) (push) Has been cancelled
test / Windows (nvim, v0.9.1) (push) Has been cancelled
test / Windows (vim, nightly) (push) Has been cancelled
test / Windows (vim, v7.4.1185) (push) Has been cancelled
test / Windows (vim, v7.4.1689) (push) Has been cancelled
test / Windows (vim, v8.0.0027) (push) Has been cancelled
test / Windows (vim, v8.0.1453) (push) Has been cancelled
test / Windows (vim, v8.1.2269) (push) Has been cancelled
test / Windows (vim, v8.2.2434) (push) Has been cancelled
test / Windows (vim, v8.2.3995) (push) Has been cancelled
docker / docker (push) Has been cancelled
mirror / check (coding) (push) Has been cancelled
mirror / check (gitee) (push) Has been cancelled
mirror / check (gitlab) (push) Has been cancelled
150 lines
3.0 KiB
Plaintext
150 lines
3.0 KiB
Plaintext
snippet range
|
|
abbr set x/y range.
|
|
options head
|
|
set ${1:#:axis}range [${2:*}:${3:*}]
|
|
|
|
snippet xrange
|
|
abbr set xrange [X1:X2]
|
|
options head
|
|
set xrange [${1:*}:${2:*}]
|
|
|
|
snippet yrange
|
|
abbr set yrange [Y1:Y2]
|
|
options head
|
|
set yrange [${1:*}:${2:*}]
|
|
|
|
snippet title
|
|
abbr set title '...'
|
|
options head
|
|
set title ${1:#:title}
|
|
|
|
snippet labelaxis
|
|
abbr set title '...'
|
|
options head
|
|
set ${1:#:axis}label ${2:#:label}
|
|
|
|
snippet tics
|
|
abbr set x/y tics start, incr, end
|
|
options head
|
|
set ${1:#:axis}tics ${2:#:start}, ${3:#:incr}, ${4:#:end}
|
|
|
|
snippet xtics
|
|
abbr set xtics start, incr, end
|
|
options head
|
|
set xtics ${1:#:start}, ${2:#:incr}, ${3:#:end}
|
|
|
|
snippet ytics
|
|
abbr set ytics start, incr, end
|
|
options head
|
|
set ytics ${1:#:start}, ${2:#:incr}, ${3:#:end}
|
|
|
|
snippet datasep
|
|
abbr set datafile separator 'separator'
|
|
options head
|
|
set datafile separator '${1:#:separator}'
|
|
|
|
snippet term
|
|
abbr set terminal
|
|
options head
|
|
set terminal ${1:#:terminal}
|
|
|
|
snippet out
|
|
abbr set output 'filename'
|
|
options head
|
|
set output '${1:#:filename}'
|
|
|
|
snippet key
|
|
abbr set key
|
|
options head
|
|
set key
|
|
|
|
snippet key!
|
|
abbr unset key
|
|
options head
|
|
unset key
|
|
|
|
snippet grid
|
|
abbr set grid
|
|
options head
|
|
set grid
|
|
|
|
snippet grid!
|
|
abbr unset grid
|
|
options head
|
|
unset grid
|
|
|
|
snippet border
|
|
abbr set border
|
|
options head
|
|
set border
|
|
|
|
snippet print
|
|
abbr print
|
|
options head
|
|
print(${1:#:string}}
|
|
|
|
snippet sprintf
|
|
abbr sprintf
|
|
options head
|
|
sprintf('${1:#:format}', ${2:#:vars})
|
|
|
|
snippet multiplot
|
|
abbr set multiplot ... unset multiplot
|
|
options head
|
|
set multiplot
|
|
${1:#:plot code}
|
|
unset multiplot
|
|
|
|
snippet if
|
|
abbr if (...) {...}
|
|
options head
|
|
if (${1:#:condition}) {
|
|
${2:#:commands}
|
|
}
|
|
|
|
snippet else
|
|
abbr else {...}
|
|
options head
|
|
else {
|
|
${1:#:commands}
|
|
}
|
|
|
|
snippet ifelse
|
|
abbr if (...) {...} else {...}
|
|
options head
|
|
if (${1:#:condition}) {
|
|
${2:#:commands}
|
|
} else {
|
|
${3:#:commands}
|
|
}
|
|
|
|
snippet while
|
|
abbr while (...) {...}
|
|
options head
|
|
while (${1:#:expression}) {
|
|
${2:#:commands}
|
|
}
|
|
|
|
snippet do
|
|
abbr do for <iter> {...}
|
|
options head
|
|
do for ${1:#:iter} {
|
|
${2:#:commands}
|
|
}
|
|
|
|
snippet fors
|
|
abbr for [string in "A B C..."]
|
|
options head
|
|
for [${1:str} in '${2:#:string list}']
|
|
|
|
snippet fori
|
|
abbr for [intvar = start, end, incr]
|
|
options head
|
|
for [${1:i} = ${2:#:start}, ${3:#:end}, ${4:1}
|
|
|
|
snippet logscale
|
|
abbr set logscale <axis>
|
|
options head
|
|
set logscale ${1:#:axis}
|
|
|