mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 14:32:26 +00:00
fix: replace 'text' in 'yas-text' in bundled snippets
The previous commit broke these snippets by enabling
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
# key: sec
|
||||
# --
|
||||
${1:Section}
|
||||
${1:$(make-string (string-width text) ?\-)}
|
||||
${1:$(make-string (string-width yas-text) ?\-)}
|
||||
|
||||
$0
|
||||
Reference in New Issue
Block a user