Default to a space in * [ ] snippet

This commit is contained in:
Kenneth Benzie 2016-11-24 19:23:09 +00:00
parent 09ae758457
commit 768dacf721

View File

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