1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-19 20:38:05 +01:00

fixed typo in C snippets

This commit is contained in:
Michael Sanders
2009-08-03 16:44:14 -07:00
parent ac8fd27eb2
commit f28bf1de39

View File

@@ -46,7 +46,7 @@ snippet el
else { else {
${1} ${1}
} }
# Tertiary conditional # Ternary conditional
snippet t snippet t
${1:/* condition */} ? ${2:a} : ${3:b} ${1:/* condition */} ? ${2:a} : ${3:b}
# Do While Loop # Do While Loop