mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 10:24:18 +00:00
fix: replace 'text' in 'yas-text' in bundled snippets
The previous commit broke these snippets by enabling
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
# contributor: joaotavora
|
||||
# key: printf
|
||||
# --
|
||||
printf ("${1:%s}\\n"${1:$(if (string-match "%" text) "," "\);")
|
||||
}$2${1:$(if (string-match "%" text) "\);" "")}
|
||||
printf ("${1:%s}\\n"${1:$(if (string-match "%" yas-text) "," "\);")
|
||||
}$2${1:$(if (string-match "%" yas-text) "\);" "")}
|
||||
Reference in New Issue
Block a user