1
0
Fork 0
mirror of synced 2024-11-17 14:35:34 -05:00
ultimate-vim/sources_non_forked/vim-snippets/snippets/make.snippets
2013-07-17 19:06:05 -04:00

4 lines
57 B
Text

snippet ifeq
ifeq (${1:cond0},${2:cond1})
${3}
endif