dotar/vim/snippets/c/vector.snippet
2011-11-17 16:00:49 -06:00

2 lines
30 B
Plaintext
Executable File

std::vector<${1:char}> v${2};