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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user