Initial commit.
This commit is contained in:
3
vim/snippets/c/st.snippet
Executable file
3
vim/snippets/c/st.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
struct ${1:`Filename('$1_t', 'name')`} {
|
||||
${2:/* data */}
|
||||
}${3: /* optional variable list */};${4}
|
||||
Reference in New Issue
Block a user