dot_files/vim-plugins/bundle/xptemplate/ftplugin/_structures/c.like.xpt.vim
2017-07-09 00:26:06 +03:00

22 lines
234 B
VimL

XPTemplate priority=like
XPTvar $BRstc ' '
let s:f = g:XPTfuncs()
XPT enum hint=enum\ {\ ..\ }
XSET postQuoter={,}
enum `name^`$BRstc^{
`^
}
XPT struct hint=struct\ {\ ..\ }
struct `structName^`$BRstc^{
`^
}