1 2 3 4 5 6 7 8 9 10 11 12 13
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})