1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:40:05 +08:00
SpaceVim/bundle/neosnippet-snippets/neosnippets/vimspec.snip
2020-06-13 14:06:35 +08:00

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})