mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 02:14:17 +00:00
Rename symbol references from yas/* to yas-* in bundled snippets
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
class ${1:Name}
|
||||
{
|
||||
public:
|
||||
${1:$(yas/substr text "[^: ]*")}($2);
|
||||
virtual ~${1:$(yas/substr text "[^: ]*")}();
|
||||
${1:$(yas-substr text "[^: ]*")}($2);
|
||||
virtual ~${1:$(yas-substr text "[^: ]*")}();
|
||||
};
|
||||
Reference in New Issue
Block a user