Initial commit.
This commit is contained in:
3
vim/snippets/progress/if.snippet
Executable file
3
vim/snippets/progress/if.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
IF ${1:Condition}
|
||||
THEN ${2:Action}
|
||||
${3:ELSE ${4:OtherWise}}
|
||||
Reference in New Issue
Block a user