vim/UltiSnips/vim.snippets
2018-12-12 09:02:12 +00:00

7 lines
194 B
Text

snippet scolor "SetColor('', .."
SetColor('$1', '$2', '$3', '$4', '$5', '$6')$0
endsnippet
snippet cscolor "call SetColor('', .."
call SetColor('$1', '$2', '$3', '$4', '$5', '$6')$0
endsnippet