Default to a space in * [ ] snippet

This commit is contained in:
Kenneth Benzie 2016-11-24 19:23:09 +00:00
parent 239ffea954
commit d730b5b7d9

View File

@ -39,5 +39,5 @@ snippet note "NOTE comment"
endsnippet endsnippet
snippet *x "GitHub style checkbox" snippet *x "GitHub style checkbox"
* [${1:x}] $0 * [${1: }] $0
endsnippet endsnippet