mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
include vim.snip
|
|
|
|
snippet suite
|
|
options head
|
|
function! s:suite.${1}()
|
|
${2:TARGET}
|
|
call s:assert.equal(${3:expected}, ${4:actual})
|
|
endfunction
|
|
|
|
snippet themis#log (This is an undocumented function)
|
|
abbr p
|
|
options head
|
|
call themis#log(${TARGET})
|