Default to a space in * [ ] snippet

This commit is contained in:
Kenneth Benzie 2016-11-24 19:23:09 +00:00
parent 56b1d815c8
commit af96bfe259

View File

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