Update todo snippet

This commit is contained in:
Kenneth Benzie 2016-09-27 00:30:37 +01:00
parent 69b97dc3d8
commit b297bb2491

View File

@ -31,7 +31,7 @@ snippet date "Today's date"
endsnippet endsnippet
snippet todo "TODO commment" snippet todo "TODO commment"
`!p snip.rv=commentbefore()`TODO$1: $0`!p snip.rv=commentafter()` `!p snip.rv=commentbefore()`TODO${1/.+/(/}$1${1/.+/)/}: $0`!p snip.rv=commentafter()`
endsnippet endsnippet
snippet note "NOTE comment" snippet note "NOTE comment"